summaryrefslogtreecommitdiff
path: root/walker.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
|\
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-3/+3
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+4
* lookup_unknown_object(): take a repository argumentJeff King2021-04-131-1/+1
* Merge branch 'rs/show-progress-in-dumb-http-fetch'Junio C Hamano2020-03-091-1/+12
|\
| * remote-curl: show progress for fetches over dumb HTTPRené Scharfe2020-03-031-1/+12
* | walker_fetch(): avoid raw array length computationJeff King2020-01-301-1/+3
|/
* object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-1/+1
* tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-1/+2
* tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+2
* blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+2
* object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-1/+1
|\ \
| * | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1
| |/
* | walker: drop fields of `struct walker` which are always 1Martin Ågren2018-04-241-11/+8
|/
* object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-2/+2
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-1/+1
* walker: convert to struct object_idbrian m. carlson2017-10-161-12/+12
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
* walker: let walker_say take arbitrary formatsJeff King2016-07-081-3/+7
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* Remove get_object_hash.brian m. carlson2015-11-201-4/+4
* Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
* Add several uses of get_object_hash.brian m. carlson2015-11-201-4/+4
* Convert struct ref to use object_id.brian m. carlson2015-11-201-1/+1
* drop strcpy in favor of raw sha1_to_hexJeff King2015-10-051-3/+2
* mark_complete(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+5
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-171-1/+1
* Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-111-1/+1
|\
| * use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-131-1/+1
* | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-151-3/+2
|/
* use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-2/+2
* Merge branch 'rs/list-optim'Junio C Hamano2014-09-111-2/+5
|\
| * walker: avoid quadratic list insertion in mark_completers/list-optimRené Scharfe2014-08-251-2/+4
* | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-111-36/+45
|\ \
| * | walker.c: use ref transaction for ref updatesRonnie Sahlberg2014-09-031-30/+40