@ -186,14 +189,17 @@ that the configuration variable was renamed per list discussion.
@@ -186,14 +189,17 @@ that the configuration variable was renamed per list discussion.
+ completion: For consistency, change "git rev-parse" to __gitdir
calls
* js/branch-symref (Fri Feb 13 04:40:18 2009 -0500) 1 commit
* js/branch-symref (Wed Feb 18 19:14:59 2009 +0100) 2 commits
+ Avoid segfault with 'git branch' when the HEAD is detached
+ builtin-branch: improve output when displaying remote branches
* al/ansi-color (Fri Feb 13 22:53:41 2009 +0100) 2 commits
+ builtin-branch.c: Rename branch category color names
+ Clean up use of ANSI color sequences
* kb/checkout-optim (Mon Feb 9 21:54:53 2009 +0100) 9 commits
* kb/checkout-optim (Wed Feb 18 23:18:03 2009 +0100) 10 commits
+ check_updates(): effective removal of cache entries marked
CE_REMOVE
+ lstat_cache(): print a warning if doing ping-pong between cache
types
+ show_patch_diff(): remove a call to fstat()
@ -219,13 +225,25 @@ that the configuration variable was renamed per list discussion.
@@ -219,13 +225,25 @@ that the configuration variable was renamed per list discussion.
* js/notes (Sat Feb 14 21:23:25 2009 +0100) 13 commits
- notes: refuse to edit notes outside refs/notes/
- t3301: use test_must_fail instead of !
- t3301: fix confusing quoting in test for valid notes ref
- notes: use GIT_EDITOR and core.editor over VISUAL/EDITOR
- notes: only clean up message file when editing
- handle empty notes gracefully
* jc/add-p-unquote (Mon Feb 16 22:43:43 2009 -0800) 1 commit
+ git-add -i/-p: learn to unwrap C-quoted paths
* js/send-email (Sat Feb 14 23:32:15 2009 -0500) 3 commits
+ send-email: --suppress-cc improvements
+ send-email: handle multiple Cc addresses when reading mbox message
+ send-email: allow send-email to run outside a repo
* sg/rerere-cleanup (Sat Feb 14 23:21:04 2009 +0100) 1 commit
+ rerere: remove duplicated functions
* js/notes (Wed Feb 18 11:17:27 2009 -0800) 14 commits
+ tests: fix "export var=val"
+ notes: refuse to edit notes outside refs/notes/
+ t3301: use test_must_fail instead of !
+ t3301: fix confusing quoting in test for valid notes ref
+ notes: use GIT_EDITOR and core.editor over VISUAL/EDITOR
+ notes: only clean up message file when editing
+ handle empty notes gracefully
+ git notes show: test empty notes
+ git-notes: fix printing of multi-line notes
+ notes: fix core.notesRef documentation
@ -237,20 +255,9 @@ that the configuration variable was renamed per list discussion.
@@ -237,20 +255,9 @@ that the configuration variable was renamed per list discussion.
Earlier part was merged to master and then reverted there. I probably
should rebase this after 1.6.2 to keep my sanity.
* fc/config-editor (Tue Feb 17 02:54:54 2009 +0200) 9 commits
. config: Cleanup editor action.
. config: Codestyle cleanups.
. config: Don't allow extra arguments for -e or -l.
. config: Trivial rename in preparation for parseopt.
* fc/config-editor (Sat Feb 7 23:53:00 2009 +0200) 1 commit
- config: Add new option to open an editor.
The follow-up series does not pass the test suite, and evicted from 'pu';
the first one might be 'next' worthy, though.
* js/remote-set-head (Sat Feb 14 05:30:30 2009 -0500) 5 commits
- builtin-remote: better handling of multiple remote HEADs
- builtin-remote: add set-head subcommand
@ -308,6 +315,7 @@ canonical representation and possibly add conflict markers, and then write
@@ -308,6 +315,7 @@ canonical representation and possibly add conflict markers, and then write
the results out after convert_to_working_tree(). It also needs to write