Skip to content

Commit a146392

Browse files
committed
Git 1.7.1.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3183286 commit a146392

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

Documentation/RelNotes-1.7.1.1.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Git v1.7.1.1 Release Notes (draft)
2-
==================================
1+
Git v1.7.1.1 Release Notes
2+
==========================
33

44
Fixes since v1.7.1
55
------------------
@@ -28,7 +28,7 @@ Fixes since v1.7.1
2828

2929
* After "git apply --whitespace=fix" removed trailing blank lines in an
3030
patch in a patch series, it failed to apply later patches that depend
31-
on the presense of such blank lines.
31+
on the presence of such blank lines.
3232

3333
* "git bundle --stdin" segfaulted.
3434

@@ -94,10 +94,3 @@ Fixes since v1.7.1
9494
* "git status" showed excess "hints" even when advice.statusHints is set to false.
9595

9696
And other minor fixes and documentation updates.
97-
98-
99-
--
100-
exec >/var/tmp/1
101-
O=v1.7.1-211-g54fcb21
102-
echo O=$(git describe HEAD)
103-
git shortlog --no-merges HEAD ^$O

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.1
4+
DEF_VER=v1.7.1.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)