| Commit message (Expand) | Author | Age | Files | Lines |
* | lookup_unknown_object(): take a repository argument | Jeff King | 2021-04-13 | 1 | -1/+1 |
* | Merge branch 'rs/show-progress-in-dumb-http-fetch' | Junio C Hamano | 2020-03-09 | 1 | -1/+12 |
|\ |
|
| * | remote-curl: show progress for fetches over dumb HTTP | René Scharfe | 2020-03-03 | 1 | -1/+12 |
* | | walker_fetch(): avoid raw array length computation | Jeff King | 2020-01-30 | 1 | -1/+3 |
|/ |
|
* | object: convert lookup_unknown_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 |
* | tree-walk: store object_id in a separate member | brian m. carlson | 2019-01-15 | 1 | -2/+2 |
* | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 2018-06-29 | 1 | -1/+2 |
* | tree: add repository argument to lookup_tree | Stefan Beller | 2018-06-29 | 1 | -1/+2 |
* | blob: add repository argument to lookup_blob | Stefan Beller | 2018-06-29 | 1 | -1/+2 |
* | object: add repository argument to parse_object | Stefan Beller | 2018-06-29 | 1 | -1/+2 |
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -0/+1 |
|\ |
|
| * | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 2018-05-23 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 2018-04-11 | 1 | -1/+1 |
| * | | treewide: rename tree to maybe_tree | Derrick Stolee | 2018-04-11 | 1 | -1/+1 |
| |/ |
|
* | | walker: drop fields of `struct walker` which are always 1 | Martin Ågren | 2018-04-24 | 1 | -11/+8 |
|/ |
|
* | object: rename function 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 1 | -2/+2 |
* | refs: update ref transactions to use struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
* | walker: convert to struct object_id | brian m. carlson | 2017-10-16 | 1 | -12/+12 |
* | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | Convert lookup_tree to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | Convert lookup_blob to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | walker: let walker_say take arbitrary formats | Jeff King | 2016-07-08 | 1 | -3/+7 |
* | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 1 | -2/+2 |
* | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | drop strcpy in favor of raw sha1_to_hex | Jeff King | 2015-10-05 | 1 | -3/+2 |
* | mark_complete(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+5 |
* | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -1/+4 |
* | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 1 | -1/+1 |
* | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 |
|\ |
|
| * | use xstrdup_or_null to replace ternary conditionals | Jeff King | 2015-01-13 | 1 | -1/+1 |
* | | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 2014-10-15 | 1 | -3/+2 |
|/ |
|
* | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -2/+2 |
* | Merge branch 'rs/list-optim' | Junio C Hamano | 2014-09-11 | 1 | -2/+5 |
|\ |
|
| * | walker: avoid quadratic list insertion in mark_completers/list-optim | René Scharfe | 2014-08-25 | 1 | -2/+4 |
* | | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 2014-09-11 | 1 | -36/+45 |
|\ \ |
|
| * | | walker.c: use ref transaction for ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -30/+40 |
* | | | walker_fetch: fix minor memory leak | Jeff King | 2014-06-19 | 1 | -9/+9 |
|/ / |
|
* | | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 2014-03-25 | 1 | -0/+1 |
|/ |
|
* | clear parsed flag when we free tree buffersjk/free-tree-buffer | Jeff King | 2013-06-06 | 1 | -4/+1 |
* | Change check_ref_format() to take a flags argument | Michael Haggerty | 2011-10-05 | 1 | -1/+1 |
* | commit: Add commit_list prefix in two function names. | Thiago Farina | 2010-11-29 | 1 | -1/+1 |
* | janitor: useless checks before free | Pierre Habouzit | 2009-07-22 | 1 | -1/+1 |
* | Drop double-semicolon in C | Junio C Hamano | 2009-02-10 | 1 | -1/+1 |
* | make alloc_ref_from_str() the new alloc_ref() | René Scharfe | 2008-10-18 | 1 | -1/+1 |