Lots of changes, the most visible of which is:
With the default Makefile settings, most of the programs are now
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
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases.
The 1.6.0 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt
The 1.6.0.1 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt
- Cleanup MAKE_ENV [0]
- Switch to devel/cvsps from devel/cvsps-devel (the former is all that is
needed and is maintained) [1]
- Pick up devel/p5-subversion when SVN is wanted [2]
PR: ports/125645 [1]
Submitted by: pav [0], Yarema <yds@CoolRat.org> [1], Justin Forest [2]
Along with the usual slew of usability and bug fixes, of particular note in
this version compared with the previous version we had in the tree is that
git-commit and git-checkout have been rewritten in C, and git-commit has
experienced performance improvements.
PR: ports/122665
Submitted by: Andrew Bennett <potatosaladx+nospam@gmail.com>
- Fix handling of OPTIONS as WITHOUT_GUI wouldn trigger the dependency on Tk.
- Add some more manpages, and install GUI-related manpages only when necessary.
- Silence some commands.
- Install git-daemon rc script.
- Add git-shell to /etc/shells.
PR: ports/119728
Submitted by: flz
Approved by: anholt (maintainer)
This update brings in OPTIONS for GUI tools (on) and dependencies to make
the SVN tools work (off). It also should handle the openssl dependency
correctly now. Both of these changes are variations I made on the PR
submissions for those changes.
PR: [1] ports/116521 (1.5.3.2)
[2] ports/114472 (openssl issues)
Submitted by: [1] Eygene Ryabinkin <rea-fbsd@codelabs.ru>
[2] Ed Schouten <ed@fxq.nl>
This brings some major UI improvements which may surprise users accustomed to
the strange old behavior. The 1.5.0 release notes in the tarball cover those
changes, and are recommended reading for current git users.
This version may expose bugs in curl resulting in crashes when using the http
transport. I decided it was more important to get these UI changes out in
our packages than to worry about the http transport, which is generally not
desired anyway.
PR: ports/109495
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>