summary refs log tree commit diff
path: root/walker.c
AgeCommit message (Expand)AuthorFilesLines
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