summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-271-0/+59
* Merge branch 'jk/config-include'Junio C Hamano2012-02-231-33/+63
|\
| * config: add include directiveJeff King2012-02-171-10/+28
| * config: stop using config_exclusive_filenameJeff King2012-02-171-24/+35
| * config: copy the return value of prefix_filenameJeff King2012-02-171-3/+4
* | Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano2012-02-231-1/+1
|\ \
| * | remote: fix set-branches usage and documentationpj/remote-set-branches-usage-fixPhilip Jägenstedt2012-02-191-1/+1
* | | merge: do not trust fstat(2) too much when checking interactivenessJunio C Hamano2012-02-231-1/+1
* | | Merge branch 'tg/tag-points-at'Junio C Hamano2012-02-201-1/+49
|\ \ \
| * | | builtin/tag.c: Fix a sparse warningtg/tag-points-atRamsay Jones2012-02-131-1/+1
| * | | tag: add --points-at list optionTom Grennan2012-02-081-1/+49
| | |/ | |/|
* | | Merge branch 'zj/decimal-width'Junio C Hamano2012-02-201-15/+3
|\ \ \
| * | | make lineno_width() from blame reusable for otherszj/decimal-widthZbigniew Jędrzejewski-Szmek2012-02-141-15/+3
* | | | Merge branch 'cb/transfer-no-progress'Junio C Hamano2012-02-205-16/+18
|\ \ \ \
| * | | | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progressClemens Buchacher2012-02-135-16/+18
| |/ / /
| * | | Merge branch 'js/add-e-submodule-fix' into maintJunio C Hamano2012-02-131-0/+1
| |\ \ \
| * \ \ \ Merge branch 'jc/parse-date-raw' into maintJunio C Hamano2012-02-131-0/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/merge-ff-only-stronger-than-signed-merge' into maintJunio C Hamano2012-02-131-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/branch-desc-typoavoidance' into maintJunio C Hamano2012-02-131-0/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tr/grep-l-with-decoration' into maintJunio C Hamano2012-02-101-2/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'cb/push-quiet' into maintJunio C Hamano2012-02-052-7/+25
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'cb/receive-pack-keep-errors'Junio C Hamano2012-02-201-7/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | do not override receive-pack errorscb/receive-pack-keep-errorsClemens Buchacher2012-02-131-7/+17
* | | | | | | | | | Merge branch 'cb/maint-rev-list-verify-object'Junio C Hamano2012-02-201-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git rev-list: fix invalid typecastcb/maint-rev-list-verify-objectClemens Buchacher2012-02-131-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/git-dir-lookup'Junio C Hamano2012-02-141-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | standardize and improve lookup rules for external local reposjk/git-dir-lookupJeff King2012-02-021-2/+2
* | | | | | | | | | | Merge branch 'jk/grep-binary-attribute'Junio C Hamano2012-02-141-144/+33
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | grep: pre-load userdiff drivers when threadedjk/grep-binary-attributeJeff King2012-02-021-4/+6
| * | | | | | | | | | | convert git-grep to use grep_source interfaceJeff King2012-02-021-119/+23
| * | | | | | | | | | | grep: move sha1-reading mutex into low-level codeJeff King2012-02-021-23/+6
| * | | | | | | | | | | grep: make locking flag globalJeff King2012-02-021-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'nd/pack-objects-parseopt'Junio C Hamano2012-02-141-190/+140
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pack-objects: convert to use parse_options()nd/pack-objects-parseoptNguyễn Thái Ngọc Duy2012-02-011-176/+139
| * | | | | | | | | | | pack-objects: remove bogus commentNguyễn Thái Ngọc Duy2012-02-011-14/+1
| * | | | | | | | | | | pack-objects: do not accept "--index-version=version,"Nguyễn Thái Ngọc Duy2012-02-011-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mh/war-on-extra-refs'Junio C Hamano2012-02-142-42/+32
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clone: do not add alternate references to extra_refsMichael Haggerty2012-02-121-12/+0
| * | | | | | | | | | | everything_local(): mark alternate refs as completeMichael Haggerty2012-02-121-0/+6
| * | | | | | | | | | | fetch-pack.c: inline insert_alternate_refs()Michael Haggerty2012-02-121-6/+1
| * | | | | | | | | | | fetch-pack.c: rename some parameters from "path" to "refname"Michael Haggerty2012-02-121-5/+5
| * | | | | | | | | | | clone.c: move more code into the "if (refs)" conditionalMichael Haggerty2012-02-121-19/+20
* | | | | | | | | | | | Merge branch 'jk/userdiff-config-simplify'Junio C Hamano2012-02-143-19/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | drop odd return value semantics from userdiff_configjk/userdiff-config-simplifyJeff King2012-02-073-19/+4
* | | | | | | | | | | | | Merge branch 'jc/checkout-out-of-unborn'Junio C Hamano2012-02-121-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git checkout -b: allow switching out of an unborn branchjc/checkout-out-of-unbornJunio C Hamano2012-02-061-0/+19
* | | | | | | | | | | | | | Merge branch 'nd/diffstat-gramnum'Junio C Hamano2012-02-121-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Use correct grammar in diffstat summary linend/diffstat-gramnumNguyễn Thái Ngọc Duy2012-02-031-1/+2
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'nd/cache-tree-api-refactor'Junio C Hamano2012-02-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cache-tree: update API to take abitrary flagsnd/cache-tree-api-refactorNguyễn Thái Ngọc Duy2012-02-071-2/+2
| |/ / / / / / / / / / / / /