Skip to content

Commit

Permalink
Documentation/RelNotes: remove "updated up to this revision" markers
Browse files Browse the repository at this point in the history
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 <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Thomas Ackermann authored and Junio C Hamano committed Oct 16, 2012
1 parent 4a182f6 commit d25c58c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
6 changes: 0 additions & 6 deletions Documentation/RelNotes/1.5.2.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ Fixes since v1.5.2
- git-fastimport --import-marks was broken; fixed.

- A lot of documentation updates, clarifications and fixes.

--
exec >/var/tmp/1
O=v1.5.2-65-g996e2d6
echo O=`git describe refs/heads/maint`
git shortlog --no-merges $O..refs/heads/maint
6 changes: 0 additions & 6 deletions Documentation/RelNotes/1.6.0.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,3 @@ Fixes since v1.6.0.1
packfile.

Also contains many documentation updates.

--
exec >/var/tmp/1
O=v1.6.0.1-78-g3632cfc
echo O=$(git describe maint)
git shortlog --no-merges $O..maint
4 changes: 0 additions & 4 deletions Documentation/RelNotes/1.6.1.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ Fixes since v1.6.1.2
* RPM binary package installed the html manpages in a wrong place.

Also includes minor documentation fixes and updates.


--
git shortlog --no-merges v1.6.1.2-33-gc789350..
3 changes: 0 additions & 3 deletions Documentation/RelNotes/1.6.1.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ Fixes since v1.6.1.3
This fix was first merged to 1.6.2.3.

Also includes minor documentation fixes and updates.

--
git shortlog --no-merges v1.6.1.3..
6 changes: 0 additions & 6 deletions Documentation/RelNotes/1.6.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,3 @@ release, unless otherwise noted.

* "gitweb" did not mark non-ASCII characters imported from external HTML fragments
correctly.

--
exec >/var/tmp/1
O=v1.6.1-rc3-74-gf66bc5f
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint

0 comments on commit d25c58c

Please sign in to comment.