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: adam
Date: Thu Oct 28 10:23:08 UTC 2010
Modified Files:
pkgsrc/devel/scmgit: Makefile.common Makefile.version
pkgsrc/devel/scmgit-base: PLIST distinfo
pkgsrc/devel/scmgit-base/patches: patch-aa patch-af patch-ag
pkgsrc/devel/scmgit-docs: Makefile PLIST
Removed Files:
pkgsrc/devel/scmgit-base/patches: patch-al
Log Message:
Changes 1.7.3.2:
This is primarily to push out many documentation fixes accumulated since
the 1.7.3.1 release.
Changes 1.7.3.1:
* "git stash show stash@{$n}" was accidentally broken in 1.7.3 ("git
stash show" without any argument still worked, though).
* "git stash branch $branch stash@{$n}" was accidentally broken in
1.7.3 and started dropping the named stash even when branch creation
failed.
Changes 1.7.3:
* git-gui, now at version 0.13.0, got various updates and a new
maintainer, Pat Thoyts.
* Gitweb allows its configuration to change per each request; it used to
read the configuration once upon startup.
* When git finds a corrupt object, it now reports the file that contains
it.
* "git checkout -B <it>" is a shorter way to say "git branch -f <it>"
followed by "git checkout <it>".
* When "git checkout" or "git merge" refuse to proceed in order to
protect local modification to your working tree, they used to stop
after showing just one path that might be lost. They now show all,
in a format that is easier to read.
* "git clean" learned "-e" ("--exclude") option.
* Hunk headers produced for C# files by "git diff" and friends show more
relevant context than before.
* diff.ignoresubmodules configuration variable can be used to squelch the
differences in submodules reported when running commands (e.g. "diff",
"status", etc.) at the superproject level.
* http.useragent configuration can be used to lie who you are to your
restrictive firewall.
* "git rebase --strategy <s>" learned "-X" option to pass extra options
that are understood by the chosen merge strategy.
* "git rebase -i" learned "exec" that you can insert into the insn sheet
to run a command between its steps.
* "git rebase" between branches that have many binary changes that do
not conflict should be faster.
* "git rebase -i" peeks into rebase.autosquash configuration and acts as
if you gave --autosquash from the command line.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/scmgit/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/scmgit/Makefile.version
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/scmgit-base/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/scmgit-base/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/scmgit-base/patches/patch-aa
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/scmgit-base/patches/patch-af
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/scmgit-base/patches/patch-ag
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/scmgit-base/patches/patch-al
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/scmgit-docs/Makefile
cvs rdiff -u -r1.7 -r1.8 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