pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue May  5 06:21:17 UTC 2009

Modified Files:
        pkgsrc/devel/scmgit: Makefile Makefile.version
        pkgsrc/devel/scmgit-base: PLIST distinfo
        pkgsrc/devel/scmgit-base/patches: patch-aa patch-af
        pkgsrc/devel/scmgit-docs: PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/scmgit/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/scmgit/Makefile.version
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/scmgit-base/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/scmgit-base/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/scmgit-base/patches/patch-aa
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/scmgit-base/patches/patch-af
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/scmgit-docs/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index