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