- efed687 tree-walk: init_tree_desc take an oid to get the hash algorithm by Eric W. Biederman · 1 year, 5 months ago
- a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
- d812c3b treewide: remove cache.h inclusion due to object.h changes by Elijah Newren · 1 year, 11 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 11 months ago
- bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
- 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
- 63e14ee refs: mark unused each_ref_fn parameters by Jeff King · 2 years, 7 months ago
- 45a187c lookup_unknown_object(): take a repository argument by Jeff King · 3 years, 11 months ago
- 4a5c3e1 Merge branch 'rs/show-progress-in-dumb-http-fetch' by Junio C Hamano · 5 years ago
- 7655b41 remote-curl: show progress for fetches over dumb HTTP by René Scharfe · 5 years ago
- 667b76e walker_fetch(): avoid raw array length computation by Jeff King · 5 years ago
- 0ebbcf7 object: convert lookup_unknown_object() to use object_id by Jeff King · 6 years ago
- ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
- 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
- f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
- da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
- 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
- b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
- c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- 0b6b342 walker: drop fields of `struct walker` which are always 1 by Martin Ågren · 7 years ago
- 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
- 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
- debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
- 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
- 94f5a12 walker: convert to struct object_id by brian m. carlson · 7 years ago
- c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
- 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 8 years ago
- 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 8 years ago
- bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
- fa262ca walker: let walker_say take arbitrary formats by Jeff King · 9 years ago
- 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 9 years ago
- 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
- ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
- f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
- 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
- f4e54d0 Convert struct ref to use object_id. by brian m. carlson · 9 years ago
- 2b87d3a drop strcpy in favor of raw sha1_to_hex by Jeff King · 9 years ago
- b4ebaf9 mark_complete(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
- 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
- 1d147bd ref_transaction_update(): remove "have_old" parameter by Michael Haggerty · 10 years ago
- 092c4be Merge branch 'jk/blame-commit-label' by Junio C Hamano · 10 years ago
- 8c53f07 use xstrdup_or_null to replace ternary conditionals by Jeff King · 10 years ago
- db7516a refs.c: pass the ref log message to _create/delete/update instead of _commit by Ronnie Sahlberg · 11 years ago
- 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by René Scharfe · 10 years ago
- 2947923 Merge branch 'rs/list-optim' by Junio C Hamano · 10 years ago
- 01d678a Merge branch 'rs/ref-transaction-1' by Junio C Hamano · 10 years ago
- b6b10bb walker.c: use ref transaction for ref updates by Ronnie Sahlberg · 11 years ago
- 3bc7a05 walker: avoid quadratic list insertion in mark_complete by René Scharfe · 11 years ago
- f332069 walker_fetch: fix minor memory leak by Jeff King · 11 years ago
- 208acbf object.h: centralize object flag allocation by Nguyễn Thái Ngọc Duy · 11 years ago
- 6e454b9 clear parsed flag when we free tree buffers by Jeff King · 12 years ago
- 8d9c501 Change check_ref_format() to take a flags argument by Michael Haggerty · 13 years ago
- 47e44ed commit: Add commit_list prefix in two function names. by Thiago Farina · 14 years ago
- 24deea5 janitor: useless checks before free by Pierre Habouzit · 16 years ago
- ba19a80 Drop double-semicolon in C by Junio C Hamano · 16 years ago
- 59c69c0 make alloc_ref_from_str() the new alloc_ref() by René Scharfe · 16 years ago
- f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
- 541fc21 Fix "git clone http://$URL" to check out the worktree when asked by Jeff King · 17 years ago
- 737922a alloc_ref_from_str(): factor out a common pattern of alloc_ref from string by Krzysztof Kowalczyk · 17 years ago
- c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
- 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
- 5f48741 Clarify error response from 'git fetch' for bad responses by Sam Vilain · 17 years ago
- 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
- 30ae764 Modularize commit-walker by Daniel Barkalow · 18 years ago[Renamed (74%) from fetch.c]
- 68fb465 Merge branch 'maint' by Junio C Hamano · 18 years ago
- 582c739 Ignore submodule commits when fetching over dumb protocols by Sven Verdoolaege · 18 years ago
- a6080a0 War on whitespace by Junio C Hamano · 18 years ago
- 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
- 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
- 0d7a6e4 Clarify fetch error for missing objects. by Alex Riesen · 18 years ago
- 4431fcc Clean-up lock-ref implementation by Junio C Hamano · 18 years ago
- 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
- cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
- 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
- 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
- 1b03dfe Fix http-fetch by Johannes Schindelin · 19 years ago
- 8e87ca6 Teach git-local-fetch the --stdin switch by Petr Baudis · 19 years ago
- 4211e4d Make pull() support fetching multiple targets at once by Petr Baudis · 19 years ago
- c6b69bd Make pull() take some implicit data as explicit arguments by Petr Baudis · 19 years ago
- 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
- 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
- e5f38ec ref-log: style fixes. by Junio C Hamano · 19 years ago
- 16a4c6e Merge branch 'lt/tree-2' by Junio C Hamano · 19 years ago
- 6f9012b fetch.c: do not call process_tree() from process_tree(). by Junio C Hamano · 19 years ago
- 99bd0f5 fetch.c: do not pass uninitialized lock to unlock_ref(). by Junio C Hamano · 19 years ago
- 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
- 1bc995a Convert fetch.c: process_tree() to raw tree walker by Linus Torvalds · 19 years ago
- 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
- a5c8a98 Merge branch 'master' into sp/reflog by Junio C Hamano · 19 years ago
- 84c667f fetch.c: remove an unused variable and dead code. by Junio C Hamano · 19 years ago
- d0740d9 Log ref updates made by fetch. by Shawn Pearce · 19 years ago
- 4bd18c4 Improve abstraction of ref lock/write. by Shawn Pearce · 19 years ago
- 11f0daf [PATCH] Don't fetch objects that exist in the local repository by Nick Hengeveld · 19 years ago
- 820eca6 [PATCH] Implement --recover for git-*-fetch by Daniel Barkalow · 19 years ago
- d35bbe0 [PATCH] fetch.c: Plug memory leak in process_tree() by Sergey Vlasov · 19 years ago