You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

133 lines
4.1 KiB

To: git@vger.kernel.org
Subject: What's in git.git (Jan 2009, #03; Sat, 24)
X-maint-at: 692be9f365be09160f8baa1d6d521d0f65ec4cf9
X-master-at: 5dc1308562ab5991ecada68b06707709bea408c9
X-maint-was: 9d3043cf333ee500e476a558acb234b42e43cc62
X-master-was: 28da86a58d7861626eb9d33a1bcfa3e1e79a4d13
What's in git.git (Jan 2009, #03; Sat, 24)
maint 692be9f (Merge branch 'cb/maint-unpack-trees-absense' into maint)
master 5dc1308 (Merge branch 'js/patience-diff')
------------------------------------------------------------------------
* The 'maint' branch has these fixes since the last announcement.
Anders Melchiorsen (4):
Documentation: git push repository can also be a remote
Documentation: remove a redundant elaboration
Documentation: mention branches rather than heads
Documentation: avoid using undefined parameters
Boyd Stephen Smith Jr (1):
Fix Documentation for git-describe
Clemens Buchacher (3):
unpack-trees: handle failure in verify_absent
unpack-trees: fix path search bug in verify_absent
unpack-trees: remove redundant path search in verify_absent
Johannes Schindelin (3):
bisect view: call gitk if Cygwin's SESSIONNAME variable is set
git add: do not add files from a submodule
Rename diff.suppress-blank-empty to diff.suppressBlankEmpty
Junio C Hamano (1):
format-patch: show patch text for the root commit
Lars Noschinski (1):
shell: Document that 'cvs server' is a valid command
Paul Jarc (1):
configure clobbers LDFLAGS
Philippe Bruhat (1):
Git.pm: correctly handle directory name that evaluates to "false"
René Scharfe (1):
shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
Thomas Rast (3):
diff: accept -- when using --no-index
diff --no-index: test for pager after option parsing
diff --no-index -q: fix endless loop
* The 'master' branch has these since the last announcement
in addition to the above.
Arjen Laarhoven (1):
t/t4202-log.sh: Add testcases
Björn Steinbrink (1):
Rename detection: Avoid repeated filespec population
Brandon Casey (1):
Makefile: use shell for-loop rather than Make's foreach loop during
install
Jeff King (2):
color: make it easier for non-config to parse color specs
expand --pretty=format color options
Johannes Schindelin (3):
Implement the patience diff algorithm
Introduce the diff option '--patience'
bash completions: Add the --patience option
Jonas Flodén (1):
git-am: Make it easier to see which patch failed
Junio C Hamano (4):
git-am: add --directory=<dir> option
Teach format-patch to handle output directory relative to cwd
git-am: fix shell quoting
git-am: re-fix the diag message printing
Keith Cascio (2):
test more combinations of ignore-whitespace options to diff
Fix combined use of whitespace ignore options to diff
Linus Torvalds (1):
Wrap inflate and other zlib routines for better error reporting
Markus Heidelberg (4):
contrib/difftool: change trap condition from SIGINT to INT
contrib/difftool: remove distracting 'echo' in the SIGINT handler
use uppercase POSIX compliant signals for the 'trap' command
bash completion: add 'rename' subcommand to git-remote
Ralf Wildenhues (1):
Fix naming scheme for configure cache variables.
Ray Chuan (1):
http-push: refactor lock-related headers creation for curl requests
René Scharfe (5):
Add ctype test
Reformat ctype.c
Change NUL char handling of isspecial()
Add is_regex_special()
Optimize color_parse_mem
SZEDER Gábor (1):
Fix gitdir detection when in subdir of gitdir
Santi Béjar (2):
commit: more compact summary and without extra quotes
tutorial-2: Update with the new "git commit" ouput
Stephan Beyer (5):
checkout: don't crash on file checkout before running post-checkout hook
Move run_hook() from builtin-commit.c into run-command.c (libgit)
api-run-command.txt: talk about run_hook()
run_hook(): check the executability of the hook before filling argv
run_hook(): allow more than 9 hook arguments
Thomas Rast (2):
bash completion: move pickaxe options to log
bash completion: refactor diff options
martin f. krafft (1):
git-am: implement --reject option passed to git-apply