Overview
| Comment: | [misc] memo to update dictionary in LibreOffice repository |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | misc |
| Files: | files | file ages | folders |
| SHA3-256: |
37a27e77fba27ecac3158dda1b3b093c |
| User & Date: | olr on 2019-05-22 13:00:03 |
| Other Links: | manifest | tags |
Context
|
2019-05-23
| ||
| 06:01 | [fr] lexicographe: mise à jour des étiquettes check-in: d1c0d008b9 user: olr tags: trunk, fr | |
|
2019-05-22
| ||
| 13:00 | [misc] memo to update dictionary in LibreOffice repository check-in: 37a27e77fb user: olr tags: trunk, misc | |
| 12:07 | [lo] reinit auto update mechanism for LibreOffice check-in: 3a82000d14 user: olr tags: trunk, lo | |
Changes
Added misc/create_a_git_patch_for_LO.txt version [c80f1d001e].
> > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Create a patch for LibreOffice
1. Type:
git clone git://anongit.freedesktop.org/libreoffice/dictionaries
2. Make changes.
3. Type:
git commit -a
git format-patch HEAD~1
4. Send the patch on Bugzilla: https://bugs.documentfoundation.org/
|