summaryrefslogtreecommitdiff
path: root/devel/scmgit-docs
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-05-05 06:21:16 +0000
committerminskim <minskim@pkgsrc.org>2009-05-05 06:21:16 +0000
commitd5c08ec3802b0b8d865a9252b07a2a508d8530ff (patch)
tree11feb501c0c8091e3f75140183922559fb3411b9 /devel/scmgit-docs
parent39c10abb27ed90ccde3ffbc0f76516549df2aae4 (diff)
downloadpkgsrc-d5c08ec3802b0b8d865a9252b07a2a508d8530ff.tar.gz
Update scmgit{,-base,-docs} to 1.6.2.5.
Major changes in 1.6.1: When some commands (e.g. "git log", "git diff") spawn pager internally, we used to make the pager the parent process of the git command that produces output. This meant that the exit status of the whole thing comes from the pager, not the underlying git command. We swapped the order of the processes around and you will see the exit code from the command from now on. Major changes in 1.6.2: With the next major release, "git push" into a branch that is currently checked out will be refused by default. You can choose what should happen upon such a push by setting the configuration variable receive.denyCurrentBranch in the receiving repository. To ease the transition plan, the receiving repository of such a push running this release will issue a big warning when the configuration variable is missing. For a similar reason, "git push $there :$killed" to delete the branch $killed in a remote repository $there, if $killed branch is the current branch pointed at by its HEAD, gets a large warning. You can choose what should happen upon such a push by setting the configuration variable receive.denyDeleteCurrent in the receiving repository.
Diffstat (limited to 'devel/scmgit-docs')
-rw-r--r--devel/scmgit-docs/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/scmgit-docs/PLIST b/devel/scmgit-docs/PLIST
index 8122ddbb0df..ad40696aec4 100644
--- a/devel/scmgit-docs/PLIST
+++ b/devel/scmgit-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2008/06/24 08:21:04 bjs Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/05/05 06:21:17 minskim Exp $
man/man1/git-add.1
man/man1/git-am.1
man/man1/git-annotate.1
@@ -108,6 +108,7 @@ man/man1/git-show-branch.1
man/man1/git-show-index.1
man/man1/git-show-ref.1
man/man1/git-show.1
+man/man1/git-stage.1
man/man1/git-stash.1
man/man1/git-status.1
man/man1/git-stripspace.1
@@ -143,3 +144,4 @@ man/man7/gitdiffcore.7
man/man7/gitglossary.7
man/man7/gittutorial-2.7
man/man7/gittutorial.7
+man/man7/gitworkflows.7