1. 8d9c501 Change check_ref_format() to take a flags argument by Michael Haggerty · 13 years ago
  2. 47e44ed commit: Add commit_list prefix in two function names. by Thiago Farina · 14 years ago
  3. 24deea5 janitor: useless checks before free by Pierre Habouzit · 16 years ago
  4. ba19a80 Drop double-semicolon in C by Junio C Hamano · 16 years ago
  5. 59c69c0 make alloc_ref_from_str() the new alloc_ref() by René Scharfe · 16 years ago
  6. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  7. 541fc21 Fix "git clone http://$URL" to check out the worktree when asked by Jeff King · 17 years ago
  8. 737922a alloc_ref_from_str(): factor out a common pattern of alloc_ref from string by Krzysztof Kowalczyk · 17 years ago
  9. c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
  10. 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
  11. 5f48741 Clarify error response from 'git fetch' for bad responses by Sam Vilain · 17 years ago
  12. 2e13e5d Merge branch 'master' into db/fetch-pack by Shawn O. Pearce · 17 years ago
  13. 30ae764 Modularize commit-walker by Daniel Barkalow · 18 years ago[Renamed (74%) from fetch.c]
  14. 68fb465 Merge branch 'maint' by Junio C Hamano · 18 years ago
  15. 582c739 Ignore submodule commits when fetching over dumb protocols by Sven Verdoolaege · 18 years ago
  16. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  17. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  18. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  19. 0d7a6e4 Clarify fetch error for missing objects. by Alex Riesen · 18 years ago
  20. 4431fcc Clean-up lock-ref implementation by Junio C Hamano · 18 years ago
  21. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  22. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  23. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  24. 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
  25. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  26. 1b03dfe Fix http-fetch by Johannes Schindelin · 19 years ago
  27. 8e87ca6 Teach git-local-fetch the --stdin switch by Petr Baudis · 19 years ago
  28. 4211e4d Make pull() support fetching multiple targets at once by Petr Baudis · 19 years ago
  29. c6b69bd Make pull() take some implicit data as explicit arguments by Petr Baudis · 19 years ago
  30. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  31. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  32. e5f38ec ref-log: style fixes. by Junio C Hamano · 19 years ago
  33. 16a4c6e Merge branch 'lt/tree-2' by Junio C Hamano · 19 years ago
  34. 6f9012b fetch.c: do not call process_tree() from process_tree(). by Junio C Hamano · 19 years ago
  35. 99bd0f5 fetch.c: do not pass uninitialized lock to unlock_ref(). by Junio C Hamano · 19 years ago
  36. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  37. 1bc995a Convert fetch.c: process_tree() to raw tree walker by Linus Torvalds · 19 years ago
  38. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  39. a5c8a98 Merge branch 'master' into sp/reflog by Junio C Hamano · 19 years ago
  40. 84c667f fetch.c: remove an unused variable and dead code. by Junio C Hamano · 19 years ago
  41. d0740d9 Log ref updates made by fetch. by Shawn Pearce · 19 years ago
  42. 4bd18c4 Improve abstraction of ref lock/write. by Shawn Pearce · 19 years ago
  43. 11f0daf [PATCH] Don't fetch objects that exist in the local repository by Nick Hengeveld · 19 years ago
  44. 820eca6 [PATCH] Implement --recover for git-*-fetch by Daniel Barkalow · 19 years ago
  45. d35bbe0 [PATCH] fetch.c: Plug memory leak in process_tree() by Sergey Vlasov · 19 years ago
  46. a95cb6f [PATCH] fetch.c: Do not build object ref lists by Sergey Vlasov · 19 years ago
  47. 2c08b36 [PATCH] fetch.c: Remove call to parse_object() from process() by Sergey Vlasov · 19 years ago
  48. 24451c3 [PATCH] fetch.c: Clean up object flag definitions by Sergey Vlasov · 19 years ago
  49. 2449696 [PATCH] fetch.c: Remove redundant test of TO_SCAN in process() by Sergey Vlasov · 19 years ago
  50. 7b64d06 [PATCH] fetch.c: Remove some duplicated code in process() by Sergey Vlasov · 19 years ago
  51. 51d8faf [PATCH] fetch.c: Remove redundant TO_FETCH flag by Sergey Vlasov · 19 years ago
  52. 754ac00 [PATCH] fetch.c: Remove redundant SCANNED flag by Sergey Vlasov · 19 years ago
  53. a82d07e [PATCH] fetch.c: Make process() look at each object only once by Sergey Vlasov · 19 years ago
  54. 80077f0 [PATCH] fetch.c: Remove useless lookup_object_type() call in process() by Sergey Vlasov · 19 years ago
  55. 029f6de fetch() assumes we do not have the object. by Junio C Hamano · 19 years ago
  56. 85d106c Improve the safety check used in fetch.c by Junio C Hamano · 19 years ago
  57. d0ac30f [PATCH] fetch.c: cleanups by Junio C Hamano · 19 years ago
  58. 98533b9 Avoid wasting memory while keeping track of what we have during fetch. by Junio C Hamano · 19 years ago
  59. 22c6e1d [PATCH] Fix fetch completeness assumptions by Daniel Barkalow · 19 years ago
  60. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (99%) from pull.c]
  61. c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
  62. 0d62fb5 [PATCH] Also parse objects we already have by Daniel Barkalow · 20 years ago
  63. f88fcf8 [PATCH] Fix parallel pull dependancy tracking. by Daniel Barkalow · 20 years ago
  64. 1e8be59 [PATCH] Parallelize the pull algorithm by barkalow@iabervon.org · 20 years ago
  65. c4584ae [PATCH] Remove "delta" object representation. by Junio C Hamano · 20 years ago
  66. 3173bd4 [PATCH] Pull misc objects by Daniel Barkalow · 20 years ago
  67. d565b34 [PATCH] Fix several gcc4 signedness warnings by Mika Kukkonen · 20 years ago
  68. cd541a6 [PATCH] Generic support for pulling refs by Daniel Barkalow · 20 years ago
  69. a48e1d6 [PATCH] pull: gracefully recover from delta retrieval failure. by Junio C Hamano · 20 years ago
  70. 4a62b61 [PATCH] Handle deltified object correctly in git-*-pull family. by Junio C Hamano · 20 years ago
  71. e78d977 Implement -v (verbose) option for pull methods other than local transport. by Junio C Hamano · 20 years ago
  72. b2d62f1 Make git-*-pull say who wants them for missing objects. by Junio C Hamano · 20 years ago
  73. ee4f439 [PATCH] Do not call fetch() when we have it. by Junio C Hamano · 20 years ago
  74. 4250a5e [PATCH] Split out "pull" from particular methods by Daniel Barkalow · 20 years ago