| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-03-21 | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 1 | -2/+1 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+1 |
| 2006-12-12 | Clarify fetch error for missing objects. | Alex Riesen | 1 | -7/+8 |
| 2006-09-27 | Clean-up lock-ref implementation | Junio C Hamano | 1 | -1/+1 |
| 2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
| 2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -2/+2 |
| 2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -2/+2 |
| 2006-08-27 | free(NULL) is perfectly valid. | Junio C Hamano | 1 | -2/+1 |
| 2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -1/+1 |
| 2006-07-28 | Fix http-fetch | Johannes Schindelin | 1 | -3/+3 |
| 2006-07-27 | Teach git-local-fetch the --stdin switch | Petr Baudis | 1 | -0/+40 |
| 2006-07-27 | Make pull() support fetching multiple targets at once | Petr Baudis | 1 | -33/+45 |
| 2006-07-27 | Make pull() take some implicit data as explicit arguments | Petr Baudis | 1 | -4/+2 |
| 2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -4/+4 |
| 2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -8/+6 |
| 2006-06-06 | ref-log: style fixes. | Junio C Hamano | 1 | -2/+4 |
| 2006-06-03 | Merge branch 'lt/tree-2' | Junio C Hamano | 1 | -9/+22 |
| 2006-06-02 | fetch.c: do not call process_tree() from process_tree(). | Junio C Hamano | 1 | -3/+10 |
| 2006-05-31 | fetch.c: do not pass uninitialized lock to unlock_ref(). | Junio C Hamano | 1 | -4/+7 |
| 2006-05-30 | tree_entry(): new tree-walking helper function | Linus Torvalds | 1 | -11/+5 |
| 2006-05-29 | Convert fetch.c: process_tree() to raw tree walker | Linus Torvalds | 1 | -9/+15 |
| 2006-05-29 | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 1 | -5/+11 |
| 2006-05-24 | Merge branch 'master' into sp/reflog | Junio C Hamano | 1 | -5/+2 |
| 2006-05-24 | fetch.c: remove an unused variable and dead code. | Junio C Hamano | 1 | -17/+3 |
| 2006-05-19 | Log ref updates made by fetch. | Shawn Pearce | 1 | -2/+15 |
| 2006-05-17 | Improve abstraction of ref lock/write. | Shawn Pearce | 1 | -15/+17 |
| 2005-10-10 | [PATCH] Don't fetch objects that exist in the local repository | Nick Hengeveld | 1 | -1/+1 |
| 2005-09-27 | [PATCH] Implement --recover for git-*-fetch | Daniel Barkalow | 1 | -1/+4 |
| 2005-09-23 | [PATCH] fetch.c: Plug memory leak in process_tree() | Sergey Vlasov | 1 | -0/+1 |
| 2005-09-23 | [PATCH] fetch.c: Do not build object ref lists | Sergey Vlasov | 1 | -0/+1 |
| 2005-09-22 | [PATCH] fetch.c: Remove call to parse_object() from process() | Sergey Vlasov | 1 | -1/+0 |
| 2005-09-22 | [PATCH] fetch.c: Clean up object flag definitions | Sergey Vlasov | 1 | -3/+3 |
| 2005-09-22 | [PATCH] fetch.c: Remove redundant test of TO_SCAN in process() | Sergey Vlasov | 1 | -2/+0 |
| 2005-09-22 | [PATCH] fetch.c: Remove some duplicated code in process() | Sergey Vlasov | 1 | -8/+5 |
| 2005-09-22 | [PATCH] fetch.c: Remove redundant TO_FETCH flag | Sergey Vlasov | 1 | -3/+1 |
| 2005-09-22 | [PATCH] fetch.c: Remove redundant SCANNED flag | Sergey Vlasov | 1 | -6/+1 |
| 2005-09-22 | [PATCH] fetch.c: Make process() look at each object only once | Sergey Vlasov | 1 | -0/+5 |
| 2005-09-22 | [PATCH] fetch.c: Remove useless lookup_object_type() call in process() | Sergey Vlasov | 1 | -13/+10 |
| 2005-09-18 | fetch() assumes we do not have the object. | Junio C Hamano | 1 | -1/+1 |
| 2005-09-18 | Improve the safety check used in fetch.c | Junio C Hamano | 1 | -32/+44 |
| 2005-09-16 | [PATCH] fetch.c: cleanups | Junio C Hamano | 1 | -11/+8 |
| 2005-09-15 | Avoid wasting memory while keeping track of what we have during fetch. | Junio C Hamano | 1 | -0/+1 |
| 2005-09-15 | [PATCH] Fix fetch completeness assumptions | Daniel Barkalow | 1 | -2/+26 |
| 2005-09-07 | Big tool rename. | Junio C Hamano | 1 | -0/+210 |