From a74e4c319c25bbf547ffb840f4e84d8e709291c5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 23 Aug 2011 23:35:32 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.7.6-577-g8d918 --- RelNotes/1.7.6.1.txt | 11 +++++++++++ RelNotes/1.7.7.txt | 24 +++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/RelNotes/1.7.6.1.txt b/RelNotes/1.7.6.1.txt index 95905e48f8..42e46ab17f 100644 --- a/RelNotes/1.7.6.1.txt +++ b/RelNotes/1.7.6.1.txt @@ -12,6 +12,8 @@ Fixes since v1.7.6 though the actual error was that "unexecutable" was found but did not have a proper she-bang line to be executed. + * Error exits from $PAGER were silently ignored. + * "git checkout -b " was confused when attempting to create a branch whose name ends with "-g" followed by hexadecimal digits, and refused to work. @@ -21,9 +23,16 @@ Fixes since v1.7.6 * "git diff --cc" learned to correctly ignore binary files. + * "git diff -c/--cc" mishandled a deletion that resolves a conflict, and + looked in the working tree instead. + * "git fast-export" forgot to quote pathnames with unsafe characters in its output. + * "git fetch" over smart-http transport used to abort when the + repository was updated between the initial connection and the + subsequent object transfer. + * "git fetch" did not recurse into submodules in subdirectories. * "git ls-tree" did not error out when asked to show a corrupt tree. @@ -31,6 +40,8 @@ Fixes since v1.7.6 * "git pull" without any argument left an extra whitespace after the command name in its reflog. + * "git push --quiet" was not really quiet. + * "git rebase -i -p" incorrectly dropped commits from side branches. * "git reset [] paths..." did not reset the index entry correctly diff --git a/RelNotes/1.7.7.txt b/RelNotes/1.7.7.txt index 28214e2721..dcbda84e86 100644 --- a/RelNotes/1.7.7.txt +++ b/RelNotes/1.7.7.txt @@ -19,6 +19,11 @@ Updates since v1.7.6 functions can compress or uncompress more than 4GB data in one call on platforms with 64-bit long, which has been corrected. + * Git now recognizes loose objects written by other implementations that + uses non-standard window size for zlib deflation (e.g. Agit running on + Android with 4kb window). We used to reject anything that was not + deflated with 32kb window. + * "git am" learned to pass "--exclude=" option through to underlying "git apply". @@ -98,25 +103,14 @@ Fixes since v1.7.6 Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are included in this release. - * Error exits from $PAGER were silently ignored. - (merge fc1b56f cb/maint-exec-error-report later). - - * "git diff -c/--cc" mishandled a deletion that resolves a conflict, and - looked in the working tree instead. - (merge 9969454 jc/maint-combined-diff-work-tree later). - - * "git fetch" over smart-http transport used to abort when the - repository was updated between the initial connection and the - subsequent object transfer. - (merge 051e400 jc/maint-smart-http-race-upload-pack later). - - * "git push --quiet" was not really quiet. - (merge 0d086b8 cb/maint-quiet-push later). + * "ls-files ../$path" that is run from a subdirectory reported errors + incorrectly when there is no such path that matches the given pathspec. + (merge 0f64bfa cb/maint-ls-files-error-report later to 'maint'). -- exec >/var/tmp/1 echo O=$(git describe master) -O=v1.7.6-548-g324b6b1 +O=v1.7.6-576-g6fcb384 git log --first-parent --oneline $O..master echo git shortlog --no-merges ^maint ^$O master -- 2.11.4.GIT