summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotestBryan Donlan2008-02-251-1/+1
| * | | | | | | | timezone_names[]: fixed the tz offset for New Zealand.Steven Drake2008-02-251-3/+3
| * | | | | | | | filter-branch documentation: non-zero exit status in command abort the filterCaio Marcelo de Oliveira Filho2008-02-251-2/+4
| * | | | | | | | rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian2008-02-252-1/+44
| * | | | | | | | Use a single implementation and API for copy_file()Daniel Barkalow2008-02-255-43/+27
| * | | | | | | | Documentation/git-filter-branch: add a new msg-filter exampleMiklos Vajna2008-02-251-0/+9
| * | | | | | | | Correct fast-export file mode strings to match fast-import standardShawn O. Pearce2008-02-241-1/+1
* | | | | | | | | gitweb: Better cutting matched string and its contextJakub Narebski2008-02-251-16/+57
* | | | | | | | | Add tests for filesystem challenges (case and unicode normalization)Steffen Prohaska2008-02-251-0/+93
* | | | | | | | | git-bundle.txt: Add different strategies to create the bundleSanti BĂ©jar2008-02-241-9/+35
* | | | | | | | | builtin-for-each-ref.c: fix typo in error messageMichele Ballabio2008-02-241-1/+1
* | | | | | | | | send-email: test compose functionalityJeff King2008-02-241-0/+29
* | | | | | | | | t9001: enhance fake sendmail test harnessJeff King2008-02-241-7/+15
* | | | | | | | | Merge branch 'lt/dirstat'Junio C Hamano2008-02-242-1/+97
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff --dirstat: saner handling of binary and unmerged filesJunio C Hamano2008-02-241-1/+6
| * | | | | | | | | Add "--dirstat" for some directory statisticsLinus Torvalds2008-02-122-1/+92
* | | | | | | | | | Merge branch 'jc/apply-whitespace'Junio C Hamano2008-02-247-245/+799
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano2008-02-233-108/+108
| * | | | | | | | | apply: do not barf on patch with too large an offsetJunio C Hamano2008-02-112-0/+60
| * | | | | | | | | core.whitespace: cr-at-eolJunio C Hamano2008-02-055-6/+72
| * | | | | | | | | git-apply --whitespace=fix: fix whitespace fuzz introduced by previous runJunio C Hamano2008-02-052-5/+231
| * | | | | | | | | builtin-apply.c: pass ws_rule down to match_fragment()Junio C Hamano2008-02-051-3/+5
| * | | | | | | | | builtin-apply.c: move copy_wsfix() function a bit higher.Junio C Hamano2008-02-051-94/+94
| * | | | | | | | | builtin-apply.c: do not feed copy_wsfix() leading '+'Junio C Hamano2008-02-051-20/+18