Skip to content

Commit

Permalink
Update draft RelNotes for 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Aug 9, 2008
1 parent 0bb3a0b commit 71b9979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/RelNotes-1.6.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ User visible changes
--------------------

With the default Makefile settings, most of the programs are now
installed outside your $PATH, except for "git", "gitk", "git-gui" and
installed outside your $PATH, except for "git", "gitk" and
some server side programs that need to be accessible for technical
reasons. Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
Expand Down Expand Up @@ -186,7 +186,7 @@ Updates since v1.5.6

* fast-import and fast-export learned to export and import gitlinks.

* "gitk" left background process behind after begin asked to dig very deep
* "gitk" left background process behind after being asked to dig very deep
history and the user killed the UI; the process is killed when the UI goes
away now.

Expand Down Expand Up @@ -248,6 +248,6 @@ this release, unless otherwise noted.

---
exec >/var/tmp/1
O=v1.6.0-rc1-113-gf44bc33
O=v1.6.0-rc2-21-g0bb3a0b
echo O=$(git describe refs/heads/master)
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 comments on commit 71b9979

Please sign in to comment.