diff options
| author | Johannes Sixt <j6t@kdbg.org> | 2024-12-24 13:07:38 +0100 |
|---|---|---|
| committer | Johannes Sixt <j6t@kdbg.org> | 2024-12-24 13:31:04 +0100 |
| commit | 5ff25b8384e10b7eac6e6b83c23390b1789dac2b (patch) | |
| tree | a971185d01bef78beb1b0a6aa6e92c118c6a2d4f | |
| parent | Merge branch 'js/no-rescan-on-empty-diff' (diff) | |
| download | git-5ff25b8384e10b7eac6e6b83c23390b1789dac2b.tar.gz git-5ff25b8384e10b7eac6e6b83c23390b1789dac2b.zip | |
git-gui: po/README: update repository location and maintainer
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Diffstat (limited to '')
| -rw-r--r-- | po/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ them. You would then need to clone the git-gui project repository and create a feature branch to begin working: - $ git clone git://repo.or.cz/git-gui.git - $ cd git-gui.git + $ git clone https://github.com/j6t/git-gui + $ cd git-gui $ git checkout -b my-translation The "git checkout" command creates a new branch to keep your work @@ -153,7 +153,7 @@ your patch series to the maintainer and the Git mailing list: $ git add po/af.po $ git commit -s -m 'git-gui: added Afrikaans translation.' $ git send-email --to 'git@vger.kernel.org' \ - --cc 'Pat Thoyts <patthoyts@users.sourceforge.net>' \ + --cc 'Johannes Sixt <j6t@kdbg.org>' \ --subject 'git-gui: Afrikaans translation' \ master.. |
