aboutsummaryrefslogtreecommitdiffstats
path: root/builtin (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge branch 'nd/add-empty-fix'Junio C Hamano1-1/+1
2014-01-10Merge branch 'tm/fetch-prune'Junio C Hamano1-10/+32
2014-01-10Merge branch 'mh/path-max'Junio C Hamano2-31/+45
2014-01-10Merge branch 'cc/replace-object-info'Junio C Hamano2-8/+61
2014-01-10Merge branch 'nd/negative-pathspec'Junio C Hamano1-1/+4
2014-01-03fetch --prune: Run prune before fetchingTom Miller1-5/+5
2014-01-03fetch --prune: always print header urlTom Miller1-5/+27
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder1-10/+14
2013-12-30Merge branch 'maint'Junio C Hamano1-2/+1
2013-12-30for-each-ref: remove unused variableRamkumar Ramachandra1-2/+1
2013-12-27Merge branch 'tg/diff-no-index-refactor'Junio C Hamano1-5/+53
2013-12-27Merge branch 'jk/cat-file-regression-fix'Junio C Hamano1-10/+20
2013-12-27Merge branch 'jk/rev-parse-double-dashes'Junio C Hamano1-1/+15
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano1-22/+62
2013-12-26add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy1-1/+1
2013-12-18builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXJeff King1-14/+24
2013-12-17Sync with 1.8.5.2Junio C Hamano1-4/+2
2013-12-17Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano1-3/+11
2013-12-17Merge branch 'nd/transport-positive-depth-only'Junio C Hamano2-0/+8
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano41-160/+152
2013-12-17Merge branch 'jl/commit-v-strip-marker'Junio C Hamano1-6/+3
2013-12-17Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Junio C Hamano1-7/+16
2013-12-17Merge branch 'fc/trivial'Junio C Hamano1-2/+7
2013-12-17Merge branch 'nd/magic-pathspec' into maintJunio C Hamano1-10/+7
2013-12-17cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty1-4/+2
2013-12-17prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano1-17/+21
2013-12-16diff: avoid some nestingThomas Gummerer1-18/+17
2013-12-12Merge branch 'jk/remove-deprecated'Junio C Hamano3-108/+40
2013-12-12Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano2-246/+248
2013-12-12diff: don't read index when --no-index is givenThomas Gummerer1-2/+5
2013-12-12diff: move no-index detection to builtin/diff.cThomas Gummerer1-3/+49
2013-12-12builtin/replace: unset read_replace_refsChristian Couder1-0/+2
2013-12-12builtin/replace: teach listing using short, medium or full formatsChristian Couder1-7/+54
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder1-1/+1
2013-12-12cat-file: handle --batch format with missing type/sizeJeff King1-1/+10
2013-12-12cat-file: pass expand_data to print_object_or_dieJeff King1-10/+11
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen1-3/+11
2013-12-09rev-parse: be more careful with munging argumentsJeff King1-1/+5
2013-12-09remote: fix status with branch...rebase=preserveFelipe Contreras1-2/+7
2013-12-09rev-parse: correctly diagnose revision errors before "--"Jeff King1-0/+10
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy1-1/+4
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy2-0/+8
2013-12-06Merge branch 'nd/magic-pathspec'Junio C Hamano1-10/+7
2013-12-06Merge branch 'rr/for-each-ref-decoration'Junio C Hamano1-13/+81
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann1-6/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder41-148/+148
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder1-11/+3
2013-12-05Sync with 1.8.5Junio C Hamano2-2/+10
2013-12-05Merge branch 'gj/push-more-verbose-advice' (early part)Junio C Hamano1-0/+7
2013-12-05Merge branch 'jc/ref-excludes'Junio C Hamano1-0/+16