Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'db/cover-letter' | Junio C Hamano | 2008-02-27 | 12 | -234/+699 |
|\ | |||||
| * | Improve collection of information for format-patch --cover-letter | Daniel Barkalow | 2008-02-25 | 1 | -24/+28 |
| * | Add API access to shortlog | Daniel Barkalow | 2008-02-25 | 2 | -68/+106 |
| * | t4014: Replace sed's non-standard 'Q' by standard 'q' | Steffen Prohaska | 2008-02-23 | 1 | -4/+4 |
| * | Support a --cc=<email> option in format-patch | Daniel Barkalow | 2008-02-19 | 3 | -0/+17 |
| * | Combine To: and Cc: headers | Daniel Barkalow | 2008-02-19 | 2 | -15/+65 |
| * | Fix format.headers not ending with a newline | Daniel Barkalow | 2008-02-19 | 2 | -3/+7 |
| * | Add tests for extra headers in format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+34 |
| * | Add a --cover-letter option to format-patch | Daniel Barkalow | 2008-02-19 | 5 | -65/+314 |
| * | Export some email and pretty-printing functions | Daniel Barkalow | 2008-02-19 | 4 | -75/+102 |
| * | Improve message-id generation flow control for format-patch | Daniel Barkalow | 2008-02-19 | 2 | -16/+15 |
| * | Add more tests for format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+45 |
* | | Merge branch 'js/merge' | Junio C Hamano | 2008-02-27 | 4 | -2/+91 |
|\ \ | |||||
| * | | xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUM | Johannes Schindelin | 2008-02-18 | 4 | -5/+39 |
| * | | xdl_merge(): make XDL_MERGE_ZEALOUS output simpler | Johannes Schindelin | 2008-02-18 | 2 | -1/+56 |
| |/ | |||||
* | | Merge branch 'cw/bisect' | Junio C Hamano | 2008-02-27 | 2 | -6/+10 |
|\ \ | |||||
| * | | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 2008-02-24 | 2 | -6/+10 |
* | | | Merge branch 'jk/help-alias' | Junio C Hamano | 2008-02-27 | 5 | -78/+118 |
|\ \ \ | |||||
| * | | | help: respect aliases | Jeff King | 2008-02-24 | 1 | -1/+32 |
| * | | | make alias lookup a public, procedural function | Jeff King | 2008-02-24 | 4 | -15/+29 |
| * | | | help: use parseopt | Jeff King | 2008-02-24 | 1 | -64/+59 |
| |/ / | |||||
* | | | Merge branch 'js/run-command' | Junio C Hamano | 2008-02-27 | 8 | -22/+58 |
|\ \ \ | |||||
| * | | | start_command(), if .in/.out > 0, closes file descriptors, not the callers | Johannes Sixt | 2008-02-23 | 5 | -11/+49 |
| * | | | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 2008-02-23 | 8 | -11/+9 |
| |/ / | |||||
* | | | Merge branch 'jc/diff-relative' | Junio C Hamano | 2008-02-27 | 5 | -18/+112 |
|\ \ \ | |||||
| * | | | diff --relative: help working in a bare repository | Junio C Hamano | 2008-02-13 | 3 | -3/+10 |
| * | | | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 | 5 | -18/+105 |
* | | | | Merge branch 'gp/hash-stdin' | Junio C Hamano | 2008-02-27 | 2 | -1/+46 |
|\ \ \ \ | |||||
| * | | | | hash-object: cleanup handling of command line options | Gerrit Pape | 2008-02-22 | 2 | -1/+46 |
* | | | | | Merge branch 'db/push-single-with-HEAD' | Junio C Hamano | 2008-02-27 | 3 | -10/+52 |
|\ \ \ \ \ | |||||
| * | | | | | Resolve value supplied for no-colon push refspecs | Daniel Barkalow | 2008-02-20 | 3 | -10/+52 |
* | | | | | | Merge branch 'db/host-alias' | Junio C Hamano | 2008-02-27 | 5 | -75/+231 |
|\ \ \ \ \ \ | |||||
| * | | | | | | url rewriting: take longest and first match | Junio C Hamano | 2008-02-24 | 2 | -19/+40 |
| * | | | | | | Add support for url aliases in config files | Daniel Barkalow | 2008-02-24 | 4 | -3/+160 |
| * | | | | | | Use ALLOC_GROW in remote.{c,h} | Daniel Barkalow | 2008-02-19 | 2 | -72/+50 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'ae/pack-autothread' | Junio C Hamano | 2008-02-27 | 6 | -4/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Revert "pack-objects: Print a message describing the number of threads for pa... | Junio C Hamano | 2008-02-26 | 1 | -3/+0 |
| * | | | | | | pack-objects: Print a message describing the number of threads for packing | Brandon Casey | 2008-02-23 | 1 | -0/+3 |
| * | | | | | | pack-objects: Add runtime detection of online CPU's | Andreas Ericsson | 2008-02-23 | 6 | -4/+69 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'bc/reflog-fix' | Junio C Hamano | 2008-02-27 | 1 | -2/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin-reflog.c: don't install new reflog on write failure | Brandon Casey | 2008-02-22 | 1 | -2/+3 |
* | | | | | | | Merge branch 'sp/describe' | Junio C Hamano | 2008-02-27 | 4 | -14/+56 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use git-describe --exact-match in bash prompt on detached HEAD | Shawn O. Pearce | 2008-02-24 | 1 | -1/+4 |
| * | | | | | | | Teach git-describe --exact-match to avoid expensive tag searches | Shawn O. Pearce | 2008-02-24 | 2 | -2/+11 |
| * | | | | | | | Avoid accessing non-tag refs in git-describe unless --all is requested | Shawn O. Pearce | 2008-02-24 | 1 | -1/+5 |
| * | | | | | | | Teach git-describe to use peeled ref information when scanning tags | Shawn O. Pearce | 2008-02-24 | 1 | -6/+17 |
| * | | | | | | | Optimize peel_ref for the current ref of a for_each_ref callback | Shawn O. Pearce | 2008-02-24 | 1 | -5/+20 |
* | | | | | | | | Add '--fixed-strings' option to "git log --grep" and friends | Jakub Narebski | 2008-02-26 | 3 | -1/+15 |
* | | | | | | | | git-apply --whitespace=fix: fix off by one thinko | Junio C Hamano | 2008-02-26 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-26 | 11 | -51/+89 |
|\ \ \ \ \ \ \ \ |