Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-09-03 20:38:53 +0400
committerJunio C Hamano <gitster@pobox.com>2010-09-03 20:38:53 +0400
commitdd34b6be8a3e869f3e0d62a13115f02d90cf4f80 (patch)
treeddacd48d5c0a18cff83fde6ff99280df82f02300 /Documentation/RelNotes-1.7.2.3.txt
parente78d01bf4e29ec92b4aa466ea0a49ae4be388ca9 (diff)
Git 1.7.2.3v1.7.2.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.7.2.3.txt')
-rw-r--r--Documentation/RelNotes-1.7.2.3.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/RelNotes-1.7.2.3.txt b/Documentation/RelNotes-1.7.2.3.txt
index ef8059e6a8..610960cfe1 100644
--- a/Documentation/RelNotes-1.7.2.3.txt
+++ b/Documentation/RelNotes-1.7.2.3.txt
@@ -37,10 +37,3 @@ Fixes since v1.7.2.2
* "git pack-refs --all --prune" did not remove a directory that has
become empty.
-
----
-exec >/var/tmp/1
-echo O=$(git describe maint)
-O=v1.7.2.2
-git shortlog --no-merges $O..maint
-exit 0