diff options
author | adam <adam@pkgsrc.org> | 2011-07-08 11:14:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-07-08 11:14:43 +0000 |
commit | 1cfd58ea3b9568ccebba1471a83891b9350f597b (patch) | |
tree | 31fdfd227f6427822438a3e89861cf9743739266 /devel/scmgit-base | |
parent | e611201bc80014a0b320f47e9c5ae3dd9b46128a (diff) | |
download | pkgsrc-1cfd58ea3b9568ccebba1471a83891b9350f597b.tar.gz |
Changes 1.7.6:
* Various git-svn updates.
* Updates the way content tags are handled in gitweb. Also adds
a UI to choose common timezone for displaying the dates.
* Similar to branch names, tagnames that begin with "-" are now
disallowed.
* Clean-up of the C part of i18n (but not l10n---please wait)
continues.
* The scripting part of the codebase is getting prepared for i18n/l10n.
* Pushing and pulling from a repository with large number of refs that
point to identical commits are optimized by not listing the same commit
during the common ancestor negotiation exchange with the other side.
* Adding a file larger than core.bigfilethreshold (defaults to 1/2 Gig)
using "git add" will send the contents straight to a packfile without
having to hold it and its compressed representation both at the same
time in memory.
* Processes spawned by "[alias] <name> = !process" in the configuration
can inspect GIT_PREFIX environment variable to learn where in the
working tree the original command was invoked.
* A magic pathspec ":/" tells a command that limits its operation to
the current directory when ran from a subdirectory to work on the
entire working tree. In general, ":/path/to/file" would be relative
to the root of the working tree hierarchy.
After "git reset --hard; edit Makefile; cd t/", "git add -u" would
be a no-op, but "git add -u :/" would add the updated contents of
the Makefile at the top level. If you want to name a path in the
current subdirectory whose unusual name begins with ":/", you can
name it by "./:/that/path" or by "\:/that/path".
* "git blame" learned "--abbrev[=<n>]" option to control the minimum
number of hexdigits shown for commit object names.
* "git blame" learned "--line-porcelain" that is less efficient but is
easier to parse.
* Aborting "git commit --interactive" discards updates to the index
made during the interactive session.
* More...
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r-- | devel/scmgit-base/PLIST | 6 | ||||
-rw-r--r-- | devel/scmgit-base/distinfo | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST index 8aeaafb02b6..b1a62575f1e 100644 --- a/devel/scmgit-base/PLIST +++ b/devel/scmgit-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2011/04/29 02:09:02 obache Exp $ +@comment $NetBSD: PLIST,v 1.25 2011/07/08 11:14:43 adam Exp $ bin/git bin/git-cvsserver bin/git-receive-pack @@ -125,7 +125,9 @@ libexec/git-core/git-push libexec/git-core/git-quiltimport libexec/git-core/git-read-tree libexec/git-core/git-rebase +libexec/git-core/git-rebase--am libexec/git-core/git-rebase--interactive +libexec/git-core/git-rebase--merge libexec/git-core/git-receive-pack libexec/git-core/git-reflog libexec/git-core/git-relink @@ -149,6 +151,8 @@ libexec/git-core/git-revert libexec/git-core/git-rm libexec/git-core/git-send-email libexec/git-core/git-send-pack +libexec/git-core/git-sh-i18n +libexec/git-core/git-sh-i18n--envsubst libexec/git-core/git-sh-setup libexec/git-core/git-shell libexec/git-core/git-shortlog diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo index aa3ff814f35..9f3061e6a95 100644 --- a/devel/scmgit-base/distinfo +++ b/devel/scmgit-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2011/06/02 09:08:18 adam Exp $ +$NetBSD: distinfo,v 1.40 2011/07/08 11:14:43 adam Exp $ -SHA1 (git-1.7.5.4.tar.bz2) = 076eca037a993de2c1bcf093fee5a1ad56af71fa -RMD160 (git-1.7.5.4.tar.bz2) = 2cde34bb24ed5ecb1e07b2b5e8314adfd781a186 -Size (git-1.7.5.4.tar.bz2) = 2768851 bytes +SHA1 (git-1.7.6.tar.bz2) = c519b0765c419c84b561bb4a2a86526b16d95cde +RMD160 (git-1.7.6.tar.bz2) = 9ba5daa7bf56b6a242b3302e12c8ced7d3abc77a +Size (git-1.7.6.tar.bz2) = 2806337 bytes SHA1 (patch-aa) = f47ff9d8b9ba8592f7bbd21d4b0ab30394e8f9a0 SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091 SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce |