Skip to content

Commit

Permalink
Post 1.5.0.3 cleanup
Browse files Browse the repository at this point in the history
Update the main git.html page to point at 1.5.0.3 documentation.
Update draft 1.5.1 release notes with what we have so far.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Mar 5, 2007
1 parent 3ddad98 commit 46d4947
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion Documentation/RelNotes-1.5.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Updates since v1.5.0
- "git diff --no-index pathA pathB" can be used as diff
replacement with git specific enhancements.

- "git diff --pretty=format:<string>" to allow more flexible
custom log output.

- "git name-rev" learned --refs=<pattern>, to limit the tags
used for naming the given revisions only to the ones
matching the given pattern.
Expand All @@ -36,6 +39,10 @@ Updates since v1.5.0
- "git bundle" can help sneaker-netting your changes between
repositories.

- A new configuration "core.symlinks" can be used to disable
symlinks on filesystems that do not support them; they are
checked out as regular files instead.


* Updated behaviour of existing commands.

Expand Down Expand Up @@ -89,6 +96,9 @@ Updates since v1.5.0

- "git status" in a read-only repository got a bit saner.

- "git fetch" (hence "git clone" and "git pull") are less
noisy when the output does not go to tty.

* Hooks

- The sample update hook to show how to send out notification
Expand All @@ -98,7 +108,7 @@ Updates since v1.5.0

--
exec >/var/tmp/1
O=v1.5.0.2-259-g16d5315
O=v1.5.0.3-268-g3ddad98
echo O=`git describe master`
git shortlog --no-merges $O..master ^maint

Expand Down
6 changes: 3 additions & 3 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ ifdef::stalenotes[]
You are reading the documentation for the latest version of git.
Documentation for older releases are available here:

* link:v1.5.0.2/git.html[documentation for release 1.5.0.2]
* link:v1.5.0.3/git.html[documentation for release 1.5.0.3]

* link:v1.5.0.3/RelNotes-1.5.0.3.txt[release notes for 1.5.0.3]

* link:v1.5.0.2/RelNotes-1.5.0.2.txt[release notes for 1.5.0.2]

* link:v1.5.0.1/RelNotes-1.5.0.1.txt[release notes for 1.5.0.1]

* link:v1.5.0/git.html[documentation for release 1.5.0]

* link:v1.5.0/RelNotes-1.5.0.txt[release notes for 1.5.0]

* link:v1.4.4.4/git.html[documentation for release 1.4.4.4]
Expand Down

0 comments on commit 46d4947

Please sign in to comment.