diff options
author | wxs <wxs@FreeBSD.org> | 2008-08-28 06:08:02 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-08-28 06:08:02 +0800 |
commit | 837ab6b8e0e218e31cf25c14fc5b69681147c653 (patch) | |
tree | 4fd1019e740ddedc44528b646aee175832cdfcae /UPDATING | |
parent | c72a18b9a1b6f393a605986fe57d8e334ec14f78 (diff) | |
download | freebsd-ports-gnome-837ab6b8e0e218e31cf25c14fc5b69681147c653.tar.gz freebsd-ports-gnome-837ab6b8e0e218e31cf25c14fc5b69681147c653.tar.zst freebsd-ports-gnome-837ab6b8e0e218e31cf25c14fc5b69681147c653.zip |
Fix formatting (sorry danfe).
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -11,15 +11,15 @@ upgrades. AUTHOR: wxs@FreeBSD.org 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. + 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. Please see this URL for more information: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt |