summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-07-07 00:00:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-07-07 00:00:46 (GMT)
commitcf13f6ca40529a33b66c5e1e7cc69947974b3648 (patch)
tree2ff8db79e349e2707ca4a46dc28632580fdc89eb
parent395f65d438b13fb1fded88a330dc06c3b0951046 (diff)
downloadgit-cf13f6ca40529a33b66c5e1e7cc69947974b3648.zip
git-cf13f6ca40529a33b66c5e1e7cc69947974b3648.tar.gz
git-cf13f6ca40529a33b66c5e1e7cc69947974b3648.tar.bz2
Start 1.7.7 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.7.txt36
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 38 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt
new file mode 100644
index 0000000..c5a5441
--- /dev/null
+++ b/Documentation/RelNotes/1.7.7.txt
@@ -0,0 +1,36 @@
+Git v1.7.7 Release Notes
+========================
+
+Updates since v1.7.6
+--------------------
+
+ * The scripting part of the codebase is getting prepared for i18n/l10n.
+
+ * "git checkout" (both the code to update the files upon checking out a
+ different branch, the code to checkout specific set of files) learned
+ to stream the data from object store when possible, without having to
+ read the entire contents of a file in memory first.
+
+ * "git diff --cc" learned to correctly ignore binary files.
+
+ * "git diff --stat" learned --stat-count option to limit the output of
+ diffstat report.
+
+ * "git grep" learned --break and --heading options, to let users mimic
+ output format of "ack".
+
+Also contains various documentation updates and minor miscellaneous
+changes.
+
+
+Fixes since v1.7.6
+------------------
+
+Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
+included in this release.
+
+--
+exec >/var/tmp/1
+echo O=$(git describe master)
+O=v1.7.6-133-g395f65d
+git shortlog --no-merges ^maint ^$O master
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f04e4b1..8270abb 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.6
+DEF_VER=v1.7.6.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 5fcc4ef..6372427 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.7.6.txt \ No newline at end of file
+Documentation/RelNotes/1.7.7.txt \ No newline at end of file