diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-03 09:38:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-03 09:38:53 -0700 |
commit | dd34b6be8a3e869f3e0d62a13115f02d90cf4f80 (patch) | |
tree | ddacd48d5c0a18cff83fde6ff99280df82f02300 /Documentation/RelNotes-1.7.2.3.txt | |
parent | e78d01bf4e29ec92b4aa466ea0a49ae4be388ca9 (diff) | |
download | git-dd34b6be8a3e869f3e0d62a13115f02d90cf4f80.tar.gz |
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.txt | 7 |
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 |