aboutsummaryrefslogtreecommitdiff
path: root/walker.c
Commit message (Expand)AuthorAge
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
* walker: convert to struct object_idbrian m. carlson2017-10-16
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-08
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
* walker: let walker_say take arbitrary formatsJeff King2016-07-08
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* drop strcpy in favor of raw sha1_to_hexJeff King2015-10-05
* mark_complete(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-17
* Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-11
|\
| * use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-13
* | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
|/
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* Merge branch 'rs/list-optim'Junio C Hamano2014-09-11
|\
| * walker: avoid quadratic list insertion in mark_completeRené Scharfe2014-08-25
* | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-11
|\ \
| * | walker.c: use ref transaction for ref updatesRonnie Sahlberg2014-09-03
* | | walker_fetch: fix minor memory leakJeff King2014-06-19
|/ /
* | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-25
|/
* clear parsed flag when we free tree buffersJeff King2013-06-06
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
* commit: Add commit_list prefix in two function names.Thiago Farina2010-11-29
* janitor: useless checks before freePierre Habouzit2009-07-22
* Drop double-semicolon in CJunio C Hamano2009-02-10
* make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-18
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* Fix "git clone http://$URL" to check out the worktree when askedJeff King2008-06-04
* alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk2008-05-11
* Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-26
* Remove unused object-ref codeMartin Koegler2008-02-25
* Clarify error response from 'git fetch' for bad responsesSam Vilain2007-12-17
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
* Modularize commit-walkerDaniel Barkalow2007-09-19