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