summaryrefslogtreecommitdiffstats
path: root/walker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg1-3/+2
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-2/+2
2014-09-11Merge branch 'rs/list-optim'Junio C Hamano1-2/+5
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano1-36/+45
2014-09-03walker.c: use ref transaction for ref updatesRonnie Sahlberg1-30/+40
2014-08-25walker: avoid quadratic list insertion in mark_completeRené Scharfe1-2/+4
2014-06-19walker_fetch: fix minor memory leakJeff King1-9/+9
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy1-0/+1
2013-06-06clear parsed flag when we free tree buffersJeff King1-4/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty1-1/+1
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina1-1/+1
2009-07-22janitor: useless checks before freePierre Habouzit1-1/+1
2009-02-10Drop double-semicolon in CJunio C Hamano1-1/+1
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-06-04Fix "git clone http://$URL" to check out the worktree when askedJeff King1-0/+1
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk1-2/+1
2008-04-26Make walker.fetch_ref() take a struct ref.Daniel Barkalow1-1/+6
2008-02-25Remove unused object-ref codeMartin Koegler1-1/+0
2007-12-17Clarify error response from 'git fetch' for bad responsesSam Vilain1-1/+1
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-4/+3
2007-09-19Modularize commit-walkerDaniel Barkalow1-0/+318