aboutsummaryrefslogtreecommitdiff
path: root/fetch.c
Commit message (Expand)AuthorAge
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* free(NULL) is perfectly valid.Junio C Hamano2006-08-27
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Fix http-fetchJohannes Schindelin2006-07-28
* Teach git-local-fetch the --stdin switchPetr Baudis2006-07-27
* Make pull() support fetching multiple targets at oncePetr Baudis2006-07-27
* Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-27
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* ref-log: style fixes.Junio C Hamano2006-06-06
* Merge branch 'lt/tree-2'Junio C Hamano2006-06-03
|\
| * fetch.c: do not call process_tree() from process_tree().Junio C Hamano2006-06-02
| * tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
| * Convert fetch.c: process_tree() to raw tree walkerLinus Torvalds2006-05-29
| * Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-29
* | fetch.c: do not pass uninitialized lock to unlock_ref().Junio C Hamano2006-05-31
* | Merge branch 'master' into sp/reflogJunio C Hamano2006-05-24
|\ \ | |/
| * fetch.c: remove an unused variable and dead code.Junio C Hamano2006-05-24
* | Log ref updates made by fetch.Shawn Pearce2006-05-19
* | Improve abstraction of ref lock/write.Shawn Pearce2006-05-17
|/
* [PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld2005-10-10
* [PATCH] Implement --recover for git-*-fetchDaniel Barkalow2005-09-27
* [PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov2005-09-23
* [PATCH] fetch.c: Do not build object ref listsSergey Vlasov2005-09-23
* [PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov2005-09-22
* [PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov2005-09-22
* [PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov2005-09-22
* [PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov2005-09-22
* [PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov2005-09-22
* [PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov2005-09-22
* [PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov2005-09-22
* [PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov2005-09-22
* fetch() assumes we do not have the object.Junio C Hamano2005-09-18
* Improve the safety check used in fetch.cJunio C Hamano2005-09-18
* [PATCH] fetch.c: cleanupsJunio C Hamano2005-09-16
* Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano2005-09-15
* [PATCH] Fix fetch completeness assumptionsDaniel Barkalow2005-09-15
* Big tool rename.Junio C Hamano2005-09-07