summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.7.2.3.txt
diff options
context:
space:
mode:
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