summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db/cover-letter'Junio C Hamano2008-02-2712-234/+699
|\
| * Improve collection of information for format-patch --cover-letterDaniel Barkalow2008-02-251-24/+28
| * Add API access to shortlogDaniel Barkalow2008-02-252-68/+106
| * t4014: Replace sed's non-standard 'Q' by standard 'q'Steffen Prohaska2008-02-231-4/+4
| * Support a --cc=<email> option in format-patchDaniel Barkalow2008-02-193-0/+17
| * Combine To: and Cc: headersDaniel Barkalow2008-02-192-15/+65
| * Fix format.headers not ending with a newlineDaniel Barkalow2008-02-192-3/+7
| * Add tests for extra headers in format-patchDaniel Barkalow2008-02-191-0/+34
| * Add a --cover-letter option to format-patchDaniel Barkalow2008-02-195-65/+314
| * Export some email and pretty-printing functionsDaniel Barkalow2008-02-194-75/+102
| * Improve message-id generation flow control for format-patchDaniel Barkalow2008-02-192-16/+15
| * Add more tests for format-patchDaniel Barkalow2008-02-191-0/+45
* | Merge branch 'js/merge'Junio C Hamano2008-02-274-2/+91
|\ \
| * | xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUMJohannes Schindelin2008-02-184-5/+39
| * | xdl_merge(): make XDL_MERGE_ZEALOUS output simplerJohannes Schindelin2008-02-182-1/+56
| |/
* | Merge branch 'cw/bisect'Junio C Hamano2008-02-272-6/+10
|\ \
| * | Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-242-6/+10
* | | Merge branch 'jk/help-alias'Junio C Hamano2008-02-275-78/+118
|\ \ \
| * | | help: respect aliasesJeff King2008-02-241-1/+32
| * | | make alias lookup a public, procedural functionJeff King2008-02-244-15/+29
| * | | help: use parseoptJeff King2008-02-241-64/+59
| |/ /
* | | Merge branch 'js/run-command'Junio C Hamano2008-02-278-22/+58
|\ \ \
| * | | start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt2008-02-235-11/+49
| * | | start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-238-11/+9
| |/ /
* | | Merge branch 'jc/diff-relative'Junio C Hamano2008-02-275-18/+112
|\ \ \
| * | | diff --relative: help working in a bare repositoryJunio C Hamano2008-02-133-3/+10
| * | | diff --relative: output paths as relative to the current subdirectoryJunio C Hamano2008-02-135-18/+105
* | | | Merge branch 'gp/hash-stdin'Junio C Hamano2008-02-272-1/+46
|\ \ \ \
| * | | | hash-object: cleanup handling of command line optionsGerrit Pape2008-02-222-1/+46
* | | | | Merge branch 'db/push-single-with-HEAD'Junio C Hamano2008-02-273-10/+52
|\ \ \ \ \
| * | | | | Resolve value supplied for no-colon push refspecsDaniel Barkalow2008-02-203-10/+52
* | | | | | Merge branch 'db/host-alias'Junio C Hamano2008-02-275-75/+231
|\ \ \ \ \ \
| * | | | | | url rewriting: take longest and first matchJunio C Hamano2008-02-242-19/+40
| * | | | | | Add support for url aliases in config filesDaniel Barkalow2008-02-244-3/+160
| * | | | | | Use ALLOC_GROW in remote.{c,h}Daniel Barkalow2008-02-192-72/+50
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ae/pack-autothread'Junio C Hamano2008-02-276-4/+69
|\ \ \ \ \ \
| * | | | | | Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano2008-02-261-3/+0
| * | | | | | pack-objects: Print a message describing the number of threads for packingBrandon Casey2008-02-231-0/+3
| * | | | | | pack-objects: Add runtime detection of online CPU'sAndreas Ericsson2008-02-236-4/+69
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'bc/reflog-fix'Junio C Hamano2008-02-271-2/+3
|\ \ \ \ \ \
| * | | | | | builtin-reflog.c: don't install new reflog on write failureBrandon Casey2008-02-221-2/+3
* | | | | | | Merge branch 'sp/describe'Junio C Hamano2008-02-274-14/+56
|\ \ \ \ \ \ \
| * | | | | | | Use git-describe --exact-match in bash prompt on detached HEADShawn O. Pearce2008-02-241-1/+4
| * | | | | | | Teach git-describe --exact-match to avoid expensive tag searchesShawn O. Pearce2008-02-242-2/+11
| * | | | | | | Avoid accessing non-tag refs in git-describe unless --all is requestedShawn O. Pearce2008-02-241-1/+5
| * | | | | | | Teach git-describe to use peeled ref information when scanning tagsShawn O. Pearce2008-02-241-6/+17
| * | | | | | | Optimize peel_ref for the current ref of a for_each_ref callbackShawn O. Pearce2008-02-241-5/+20
* | | | | | | | Add '--fixed-strings' option to "git log --grep" and friendsJakub Narebski2008-02-263-1/+15
* | | | | | | | git-apply --whitespace=fix: fix off by one thinkoJunio C Hamano2008-02-261-1/+1
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-2611-51/+89
|\ \ \ \ \ \ \ \