summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge branch 'mh/path-max'Libravatar Junio C Hamano2-31/+45
2014-01-10Merge branch 'cc/replace-object-info'Libravatar Junio C Hamano2-8/+61
2014-01-10Merge branch 'nd/negative-pathspec'Libravatar Junio C Hamano1-1/+4
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsLibravatar Christian Couder1-10/+14
2013-12-30Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2013-12-30for-each-ref: remove unused variableLibravatar Ramkumar Ramachandra1-2/+1
2013-12-27Merge branch 'tg/diff-no-index-refactor'Libravatar Junio C Hamano1-5/+53
2013-12-27Merge branch 'jk/cat-file-regression-fix'Libravatar Junio C Hamano1-10/+20
2013-12-27Merge branch 'jk/rev-parse-double-dashes'Libravatar Junio C Hamano1-1/+15
2013-12-27Merge branch 'jc/push-refmap'Libravatar Junio C Hamano1-22/+62
2013-12-18builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXLibravatar Jeff King1-14/+24
2013-12-17Sync with 1.8.5.2Libravatar Junio C Hamano1-4/+2
2013-12-17Merge branch 'tb/clone-ssh-with-colon-for-port'Libravatar Junio C Hamano1-3/+11
2013-12-17Merge branch 'nd/transport-positive-depth-only'Libravatar Junio C Hamano2-0/+8
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano41-160/+152
2013-12-17Merge branch 'jl/commit-v-strip-marker'Libravatar Junio C Hamano1-6/+3
2013-12-17Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Libravatar Junio C Hamano1-7/+16
2013-12-17Merge branch 'fc/trivial'Libravatar Junio C Hamano1-2/+7
2013-12-17Merge branch 'nd/magic-pathspec' into maintLibravatar Junio C Hamano1-10/+7
2013-12-17cmd_repack(): remove redundant local variable "nr_packs"Libravatar Michael Haggerty1-4/+2
2013-12-17prune-packed: use strbuf to avoid having to worry about PATH_MAXLibravatar Junio C Hamano1-17/+21
2013-12-16diff: avoid some nestingLibravatar Thomas Gummerer1-18/+17
2013-12-12Merge branch 'jk/remove-deprecated'Libravatar Junio C Hamano3-108/+40
2013-12-12Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Libravatar Junio C Hamano2-246/+248
2013-12-12diff: don't read index when --no-index is givenLibravatar Thomas Gummerer1-2/+5
2013-12-12diff: move no-index detection to builtin/diff.cLibravatar Thomas Gummerer1-3/+49
2013-12-12builtin/replace: unset read_replace_refsLibravatar Christian Couder1-0/+2
2013-12-12builtin/replace: teach listing using short, medium or full formatsLibravatar Christian Couder1-7/+54
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterLibravatar Christian Couder1-1/+1
2013-12-12cat-file: handle --batch format with missing type/sizeLibravatar Jeff King1-1/+10
2013-12-12cat-file: pass expand_data to print_object_or_dieLibravatar Jeff King1-10/+11
2013-12-09git fetch-pack: add --diag-urlLibravatar Torsten Bögershausen1-3/+11
2013-12-09rev-parse: be more careful with munging argumentsLibravatar Jeff King1-1/+5
2013-12-09remote: fix status with branch...rebase=preserveLibravatar Felipe Contreras1-2/+7
2013-12-09rev-parse: correctly diagnose revision errors before "--"Libravatar Jeff King1-0/+10
2013-12-06Support pathspec magic :(exclude) and its short form :!Libravatar Nguyễn Thái Ngọc Duy1-1/+4
2013-12-06clone,fetch: catch non positive --depth option valueLibravatar Nguyễn Thái Ngọc Duy2-0/+8
2013-12-06Merge branch 'nd/magic-pathspec'Libravatar Junio C Hamano1-10/+7
2013-12-06Merge branch 'rr/for-each-ref-decoration'Libravatar Junio C Hamano1-13/+81
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageLibravatar Jens Lehmann1-6/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder41-148/+148
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadLibravatar Christian Couder1-11/+3
2013-12-05Sync with 1.8.5Libravatar Junio C Hamano2-2/+10
2013-12-05Merge branch 'gj/push-more-verbose-advice' (early part)Libravatar Junio C Hamano1-0/+7
2013-12-05Merge branch 'jc/ref-excludes'Libravatar Junio C Hamano1-0/+16
2013-12-05Merge branch 'nv/parseopt-opt-arg'Libravatar Junio C Hamano1-2/+9
2013-12-05Merge branch 'jc/merge-base-reflog'Libravatar Junio C Hamano1-16/+131
2013-12-05Merge branch 'jk/robustify-parse-commit'Libravatar Junio C Hamano7-17/+14
2013-12-04push: also use "upstream" mapping when pushing a single refLibravatar Junio C Hamano1-0/+11
2013-12-04push: use remote.$name.push as a refmapLibravatar Junio C Hamano1-2/+38