summaryrefslogtreecommitdiffstats
path: root/walker.c
AgeCommit message (Expand)AuthorLines
2016-07-08walker: let walker_say take arbitrary formatsJeff King-3/+7
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson-2/+2
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano-1/+1
2015-11-20Remove get_object_hash.brian m. carlson-4/+4
2015-11-20Convert struct object to object_idbrian m. carlson-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson-4/+4
2015-11-20Convert struct ref to use object_id.brian m. carlson-1/+1
2015-10-05drop strcpy in favor of raw sha1_to_hexJeff King-3/+2
2015-05-25mark_complete(): rewrite to take an object_id argumentMichael Haggerty-6/+5
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty-1/+4
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano-1/+1
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King-1/+1
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg-3/+2
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe-2/+2
2014-09-11Merge branch 'rs/list-optim'Junio C Hamano-2/+5
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano-36/+45
2014-09-03walker.c: use ref transaction for ref updatesRonnie Sahlberg-30/+40
2014-08-25walker: avoid quadratic list insertion in mark_completeRené Scharfe-2/+4
2014-06-19walker_fetch: fix minor memory leakJeff King-9/+9
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy-0/+1
2013-06-06clear parsed flag when we free tree buffersJeff King-4/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty-1/+1
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina-1/+1
2009-07-22janitor: useless checks before freePierre Habouzit-1/+1
2009-02-10Drop double-semicolon in CJunio C Hamano-1/+1
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-2/+1
2008-06-04Fix "git clone http://$URL" to check out the worktree when askedJeff King-0/+1
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk-2/+1
2008-04-26Make walker.fetch_ref() take a struct ref.Daniel Barkalow-1/+6
2008-02-25Remove unused object-ref codeMartin Koegler-1/+0
2007-12-17Clarify error response from 'git fetch' for bad responsesSam Vilain-1/+1
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce-4/+3
2007-09-19Modularize commit-walkerDaniel Barkalow-0/+318