summaryrefslogtreecommitdiff
path: root/walker.c
Commit message (Expand)AuthorAgeFilesLines
* object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-0/+1
* clear parsed flag when we free tree buffersjk/free-tree-bufferJeff King2013-06-061-4/+1
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-1/+1
* commit: Add commit_list prefix in two function names.Thiago Farina2010-11-291-1/+1
* janitor: useless checks before freePierre Habouzit2009-07-221-1/+1
* Drop double-semicolon in CJunio C Hamano2009-02-101-1/+1
* make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-181-1/+1
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Fix "git clone http://$URL" to check out the worktree when askedJeff King2008-06-041-0/+1
* alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk2008-05-111-2/+1
* Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-261-1/+6
* Remove unused object-ref codeMartin Koegler2008-02-251-1/+0
* Clarify error response from 'git fetch' for bad responsesSam Vilain2007-12-171-1/+1
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-4/+3
* Modularize commit-walkerDaniel Barkalow2007-09-191-0/+318