diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:08 -0700 |
commit | 04bb50f45dda9aeb755e943cbc9df264cfc8cbc5 (patch) | |
tree | a863b7f6bcfee344db722621d08bdc1ddbbacc6f /Documentation/RelNotes-1.5.4.4.txt | |
parent | correct access right for git-svn-dcommit test (diff) | |
parent | RelNotes 1.5.6.5 updates (diff) | |
download | tgif-04bb50f45dda9aeb755e943cbc9df264cfc8cbc5.tar.xz |
Merge branch 'maint'
* maint:
RelNotes 1.5.6.5 updates
diff.renamelimit is a basic diff configuration
git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.
Documentation: typos / spelling fixes in older RelNotes
Diffstat (limited to 'Documentation/RelNotes-1.5.4.4.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.4.4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.4.4.txt b/Documentation/RelNotes-1.5.4.4.txt index 89fa6d03bc..323c1a88c7 100644 --- a/Documentation/RelNotes-1.5.4.4.txt +++ b/Documentation/RelNotes-1.5.4.4.txt @@ -55,7 +55,7 @@ Fixes since v1.5.4.3 * "git log --merge" did not work well with --left-right option. - * "git svn" promprted for client cert password every time it accessed the + * "git svn" prompted for client cert password every time it accessed the server. * The reset command in "git fast-import" data stream was documented to |