summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2013-12-17Merge branch 'nd/magic-pathspec' into maintJunio C Hamano
2013-12-17cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty
2013-12-17prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano
2013-12-16diff: avoid some nestingThomas Gummerer
2013-12-12Merge branch 'jk/remove-deprecated'Junio C Hamano
2013-12-12Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano
2013-12-12diff: don't read index when --no-index is givenThomas Gummerer
2013-12-12diff: move no-index detection to builtin/diff.cThomas Gummerer
2013-12-12builtin/replace: unset read_replace_refsChristian Couder
2013-12-12builtin/replace: teach listing using short, medium or full formatsChristian Couder
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder
2013-12-12cat-file: handle --batch format with missing type/sizeJeff King
2013-12-12cat-file: pass expand_data to print_object_or_dieJeff King
2013-12-11prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy
2013-12-11clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy
2013-12-11send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy
2013-12-11receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy
2013-12-11smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy
2013-12-11remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy
2013-12-11send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy
2013-12-11receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy
2013-12-11receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy
2013-12-11receive-pack: reorder some code in unpack()Nguyễn Thái Ngọc Duy
2013-12-11fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy
2013-12-11fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11clone: support remote shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy
2013-12-11make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy
2013-12-11clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11send-pack: forbid pushing from a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen
2013-12-09rev-parse: be more careful with munging argumentsJeff King
2013-12-09remote: fix status with branch...rebase=preserveFelipe Contreras
2013-12-09rev-parse: correctly diagnose revision errors before "--"Jeff King
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy
2013-12-06Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-12-06Merge branch 'rr/for-each-ref-decoration'Junio C Hamano
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder
2013-12-05Sync with 1.8.5Junio C Hamano
2013-12-05Merge branch 'gj/push-more-verbose-advice' (early part)Junio C Hamano
2013-12-05Merge branch 'jc/ref-excludes'Junio C Hamano
2013-12-05Merge branch 'nv/parseopt-opt-arg'Junio C Hamano
2013-12-05Merge branch 'jc/merge-base-reflog'Junio C Hamano
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano
2013-12-04push: also use "upstream" mapping when pushing a single refJunio C Hamano
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano