summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
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
2013-12-04mv: let 'git mv file no-such-dir/' error outMatthieu Moy
2013-12-03builtin/push.c: use strbuf instead of manual allocationJunio C Hamano
2013-12-03stop installing git-tar-tree linkJonathan Nieder
2013-11-20diff: restrict pathspec limitations to diff b/f case onlyNguyễn Thái Ngọc Duy
2013-11-19for-each-ref: avoid color leakageRamkumar Ramachandra
2013-11-19for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra
2013-11-19for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra
2013-11-18Merge branch 'nd/literal-pathspecs'Junio C Hamano
2013-11-18for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra