Age | Commit message (Expand) | Author | Files | Lines |
2015-07-15 | Merge branch 'me/fetch-into-shallow-safety' into maint | Junio C Hamano | 1 | -1/+1 |
2015-06-17 | fetch-pack: check for shallow if depth given | Mike Edgar | 1 | -1/+1 |
2015-03-19 | fetch-pack: remove dead assignment to ref->new_sha1 | Jeff King | 1 | -3/+0 |
2015-03-19 | filter_ref: make a copy of extra "sought" entries | Jeff King | 1 | -3/+2 |
2015-03-19 | filter_ref: avoid overwriting ref->old_sha1 with garbage | Jeff King | 1 | -1/+5 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -2/+1 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-08-07 | fetchpack.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 1 | -27/+8 |
2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -10/+14 |
2014-06-20 | fetch-pack: refactor parsing in get_ack | Jeff King | 1 | -6/+9 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -4/+5 |
2014-06-09 | Use starts_with() for C strings instead of memcmp() | René Scharfe | 1 | -1/+1 |
2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -0/+1 |
2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2014-03-21 | Merge branch 'jk/shallow-update-fix' | Junio C Hamano | 1 | -11/+0 |
2014-02-27 | shallow: automatically clean up shallow tempfiles | Jeff King | 1 | -11/+0 |
2014-02-10 | fetch-pack: fix deepen shallow over smart http with no-done cap | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2014-01-27 | Merge branch 'jk/allow-fetch-onelevel-refname' | Junio C Hamano | 1 | -1/+1 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -12/+119 |
2014-01-15 | fetch-pack: do not filter out one-level refs | Jeff King | 1 | -1/+1 |
2014-01-06 | shallow: remove unused code | Ramsay Jones | 1 | -1/+0 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -6/+6 |
2013-12-10 | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -0/+27 |
2013-12-10 | fetch: support fetching from a shallow repository | Nguyễn Thái Ngọc Duy | 1 | -2/+30 |
2013-12-10 | clone: support remote shallow repository | Nguyễn Thái Ngọc Duy | 1 | -3/+51 |
2013-12-10 | fetch-pack.c: move shallow update code out of fetch_pack() | Nguyễn Thái Ngọc Duy | 1 | -9/+13 |
2013-12-10 | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -6/+6 |
2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -5/+3 |
2013-10-30 | Merge branch 'jl/pack-transfer-avoid-double-close' | Junio C Hamano | 1 | -0/+4 |
2013-10-24 | assume parse_commit checks commit->object.parsed | Jeff King | 1 | -5/+3 |
2013-10-23 | Merge branch 'nd/fetch-into-shallow' into maint | Junio C Hamano | 1 | -52/+1 |
2013-10-23 | Clear fd after closing to avoid double-close error | Jens Lindstrom | 1 | -0/+4 |
2013-09-24 | Merge branch 'nd/fetch-pack-error-reporting-fix' | Jonathan Nieder | 1 | -5/+5 |
2013-09-20 | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 1 | -52/+1 |
2013-09-18 | fetch-pack.c: show correct command name that fails | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2013-09-09 | Merge branch 'jc/push-cas' | Junio C Hamano | 1 | -0/+1 |
2013-09-05 | Merge branch 'nd/fetch-pack-shallow-fix' into maint | Junio C Hamano | 1 | -1/+3 |
2013-08-30 | Merge branch 'nd/fetch-pack-shallow-fix' | Junio C Hamano | 1 | -1/+3 |
2013-08-25 | fetch-pack: do not remove .git/shallow file when --depth is not specified | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2013-08-18 | move setup_alternate_shallow and write_shallow_commits to shallow.c | Nguyễn Thái Ngọc Duy | 1 | -52/+1 |
2013-07-08 | cache.h: move remote/connect API out of it | Junio C Hamano | 1 | -0/+1 |
2013-07-02 | fetch-pack: avoid quadratic behavior in rev_list_push | Jeff King | 1 | -7/+6 |
2013-07-02 | fetch-pack: avoid quadratic list insertion in mark_complete | Jeff King | 1 | -1/+2 |
2013-05-28 | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 1 | -1/+10 |
2013-05-28 | fetch-pack: prepare updated shallow file before fetching the pack | Nguyễn Thái Ngọc Duy | 1 | -36/+37 |
2013-04-01 | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 1 | -9/+9 |
2013-03-21 | Merge branch 'jc/fetch-raw-sha1' | Junio C Hamano | 1 | -32/+69 |
2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -6/+6 |