| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2015-06-05 | 1 | -8/+21 |
|\ |
|
| * | rev_list_insert_ref(): remove unneeded arguments | Michael Haggerty | 2015-05-25 | 1 | -3/+3 |
| * | rev_list_insert_ref_oid(): new function, taking an object_oid | Michael Haggerty | 2015-05-25 | 1 | -3/+7 |
| * | mark_complete(): remove unneeded arguments | Michael Haggerty | 2015-05-25 | 1 | -3/+3 |
| * | mark_complete_oid(): new function, taking an object_oid | Michael Haggerty | 2015-05-25 | 1 | -4/+7 |
| * | clear_marks(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -8/+5 |
| * | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -4/+13 |
* | | upload-pack: optionally allow fetching reachable sha1fm/fetch-raw-sha1 | Fredrik Medley | 2015-05-22 | 1 | -1/+9 |
* | | upload-pack: prepare to extend allow-tip-sha1-in-want | Fredrik Medley | 2015-05-22 | 1 | -3/+6 |
|/ |
|
* | fetch-pack: remove dead assignment to ref->new_sha1jk/fetch-pack | Jeff King | 2015-03-19 | 1 | -3/+0 |
* | filter_ref: make a copy of extra "sought" entries | Jeff King | 2015-03-19 | 1 | -3/+2 |
* | filter_ref: avoid overwriting ref->old_sha1 with garbage | Jeff King | 2015-03-19 | 1 | -1/+5 |
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfile | Michael Haggerty | 2014-10-01 | 1 | -0/+1 |
* | Merge branch 'rs/child-process-init' | Junio C Hamano | 2014-09-11 | 1 | -2/+1 |
|\ |
|
| * | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+1 |
* | | fetchpack.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 2014-08-07 | 1 | -27/+8 |
|/ |
|
* | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -10/+14 |
|\ |
|
| * | fetch-pack: refactor parsing in get_ack | Jeff King | 2014-06-20 | 1 | -6/+9 |
| * | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -4/+5 |
* | | Use starts_with() for C strings instead of memcmp()rs/more-starts-with | René Scharfe | 2014-06-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 2014-04-03 | 1 | -0/+1 |
|\ |
|
| * | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 2014-03-25 | 1 | -0/+1 |
* | | Merge branch 'jk/shallow-update-fix' | Junio C Hamano | 2014-03-21 | 1 | -11/+0 |
|\ \ |
|
| * | | shallow: automatically clean up shallow tempfiles | Jeff King | 2014-02-27 | 1 | -11/+0 |
* | | | fetch-pack: fix deepen shallow over smart http with no-done cap | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'jk/allow-fetch-onelevel-refname' | Junio C Hamano | 2014-01-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fetch-pack: do not filter out one-level refsjk/allow-fetch-onelevel-refname | Jeff King | 2014-01-15 | 1 | -1/+1 |
| * | Merge branch 'nd/fetch-into-shallow' into maint | Junio C Hamano | 2013-10-23 | 1 | -52/+1 |
| |\ |
|
* | \ | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -12/+119 |
|\ \ \ |
|
| * | | | shallow: remove unused code | Ramsay Jones | 2014-01-06 | 1 | -1/+0 |
| * | | | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+27 |
| * | | | fetch: support fetching from a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -2/+30 |
| * | | | clone: support remote shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+51 |
| * | | | fetch-pack.c: move shallow update code out of fetch_pack() | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -9/+13 |
| * | | | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -2/+3 |
* | | | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -6/+6 |
| |/ / / |
|
* | | | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 | 1 | -5/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | assume parse_commit checks commit->object.parsed | Jeff King | 2013-10-24 | 1 | -5/+3 |
* | | | | Merge branch 'jl/pack-transfer-avoid-double-close' | Junio C Hamano | 2013-10-30 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Clear fd after closing to avoid double-close errorjl/pack-transfer-avoid-double-close | Jens Lindstrom | 2013-10-23 | 1 | -0/+4 |
| | |/ /
| |/| | |
|
| * | | | Merge branch 'nd/fetch-pack-shallow-fix' into maint | Junio C Hamano | 2013-09-05 | 1 | -1/+3 |
| |\ \ \
| | |/ /
| |/| | |
|
* | | | | Merge branch 'nd/fetch-pack-error-reporting-fix' | Jonathan Nieder | 2013-09-24 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | fetch-pack.c: show correct command name that failsnd/fetch-pack-error-reporting-fix | Nguyễn Thái Ngọc Duy | 2013-09-18 | 1 | -5/+5 |
* | | | | | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 2013-09-20 | 1 | -52/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | move setup_alternate_shallow and write_shallow_commits to shallow.c | Nguyễn Thái Ngọc Duy | 2013-08-18 | 1 | -52/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | 1 | -0/+1 |
* | | | | | Merge branch 'nd/fetch-pack-shallow-fix' | Junio C Hamano | 2013-08-30 | 1 | -1/+3 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | fetch-pack: do not remove .git/shallow file when --depth is not specifiednd/fetch-pack-shallow-fix | Nguyễn Thái Ngọc Duy | 2013-08-25 | 1 | -1/+3 |
| | |/
| |/| |
|