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