diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-08-06 13:50:42 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-08-06 13:50:48 -0700 |
| commit | f44bc33c7283c19a86797ffdaafd22a19bbdfbd6 (patch) | |
| tree | 9e33941160873fda6e65de8c94fa3a4178631c0f /Documentation/RelNotes-1.5.6.5.txt | |
| parent | Merge git://repo.or.cz/git-gui (diff) | |
| parent | GIT 1.5.6.5 (diff) | |
| download | git-f44bc33c7283c19a86797ffdaafd22a19bbdfbd6.tar.gz git-f44bc33c7283c19a86797ffdaafd22a19bbdfbd6.zip | |
Sync with 1.5.6.5
Diffstat (limited to 'Documentation/RelNotes-1.5.6.5.txt')
| -rw-r--r-- | Documentation/RelNotes-1.5.6.5.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Documentation/RelNotes-1.5.6.5.txt b/Documentation/RelNotes-1.5.6.5.txt index 23981acf39..47ca172462 100644 --- a/Documentation/RelNotes-1.5.6.5.txt +++ b/Documentation/RelNotes-1.5.6.5.txt @@ -6,6 +6,9 @@ Fixes since v1.5.6.4 * "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout. +* "git commit -F filename" and "git tag -F filename" run from subdirectories + did not read the right file. + * "git init --template=" with blank "template" parameter linked files under root directories to .git, which was a total nonsense. Instead, it means "I do not want to use anything from the template directory". @@ -24,9 +27,3 @@ Fixes since v1.5.6.4 header properly. Contains other various documentation fixes. - --- -exec >/var/tmp/1 -echo O=$(git describe maint) -O=v1.5.6.4-26-g2b6ca6d -git shortlog --no-merges $O..maint |
