Skip to content

Commit d25c58c

Browse files
Thomas Ackermanngitster
authored andcommitted
Documentation/RelNotes: remove "updated up to this revision" markers
These were used to keep track of the last commit a release notes entry was written for, and should have been removed when cutting the final release. Signed-off-by: Thomas Ackermann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a182f6 commit d25c58c

File tree

5 files changed

+0
-25
lines changed

5 files changed

+0
-25
lines changed

Documentation/RelNotes/1.5.2.1.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,3 @@ Fixes since v1.5.2
4545
- git-fastimport --import-marks was broken; fixed.
4646

4747
- A lot of documentation updates, clarifications and fixes.
48-
49-
--
50-
exec >/var/tmp/1
51-
O=v1.5.2-65-g996e2d6
52-
echo O=`git describe refs/heads/maint`
53-
git shortlog --no-merges $O..refs/heads/maint

Documentation/RelNotes/1.6.0.2.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,3 @@ Fixes since v1.6.0.1
7979
packfile.
8080

8181
Also contains many documentation updates.
82-
83-
--
84-
exec >/var/tmp/1
85-
O=v1.6.0.1-78-g3632cfc
86-
echo O=$(git describe maint)
87-
git shortlog --no-merges $O..maint

Documentation/RelNotes/1.6.1.3.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ Fixes since v1.6.1.2
2626
* RPM binary package installed the html manpages in a wrong place.
2727

2828
Also includes minor documentation fixes and updates.
29-
30-
31-
--
32-
git shortlog --no-merges v1.6.1.2-33-gc789350..

Documentation/RelNotes/1.6.1.4.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ Fixes since v1.6.1.3
3939
This fix was first merged to 1.6.2.3.
4040

4141
Also includes minor documentation fixes and updates.
42-
43-
--
44-
git shortlog --no-merges v1.6.1.3..

Documentation/RelNotes/1.6.1.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,3 @@ release, unless otherwise noted.
278278

279279
* "gitweb" did not mark non-ASCII characters imported from external HTML fragments
280280
correctly.
281-
282-
--
283-
exec >/var/tmp/1
284-
O=v1.6.1-rc3-74-gf66bc5f
285-
echo O=$(git describe master)
286-
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)