1. 6d21bf9 Refactor "tracking statistics" code used by "git checkout" by Junio C Hamano · 17 years ago
  2. b84c343 Merge branch 'db/clone-in-c' by Junio C Hamano · 17 years ago
  3. 182fb4d Merge branch 'pb/push' by Junio C Hamano · 17 years ago
  4. 737922a alloc_ref_from_str(): factor out a common pattern of alloc_ref from string by Krzysztof Kowalczyk · 17 years ago
  5. 31a3c6b Merge branch 'db/learn-HEAD' by Junio C Hamano · 17 years ago
  6. e0aaa29 Have a constant extern refspec for "--tags" by Daniel Barkalow · 17 years ago
  7. a83619d add special "matching refs" refspec by Paolo Bonzini · 17 years ago
  8. be885d9 Make ls-remote http://... list HEAD, like for git://... by Daniel Barkalow · 17 years ago
  9. 84bb2df Add a remote.*.mirror configuration option by Paolo Bonzini · 17 years ago
  10. 24b6177 git-remote: reject adding remotes with invalid names by Jonas Fonseca · 17 years ago
  11. 46220ca remote.c: Fix overtight refspec validation by Junio C Hamano · 17 years ago
  12. 211c896 Make git-remote a builtin by Johannes Schindelin · 17 years ago
  13. 2d31347 Use ALLOC_GROW in remote.{c,h} by Daniel Barkalow · 17 years ago
  14. 14c9821 Add remote.<name>.proxy by Sam Vilain · 17 years ago
  15. 28b9d6e Teach send-pack a mirror mode by Andy Whitcroft · 17 years ago
  16. 4577370 Miscellaneous const changes and utilities by Daniel Barkalow · 17 years ago
  17. 9ad7c5a git-fetch: do not fail when remote branch disappears by Junio C Hamano · 17 years ago
  18. 2467a4f Remove duplicate ref matches in fetch by Daniel Barkalow · 17 years ago
  19. 28b91f8 Rename remote.uri to remote.url within remote handling internals by Shawn O. Pearce · 17 years ago
  20. 85682c1 Correct handling of branch.$name.merge in builtin-fetch by Shawn O. Pearce · 18 years ago
  21. d71ab17 Add matching and parsing for fetch-side refspec rules by Daniel Barkalow · 18 years ago
  22. cf81834 Report information on branches from remote.h by Daniel Barkalow · 18 years ago
  23. 0012ba2 Add uploadpack configuration info to remote. by Daniel Barkalow · 18 years ago
  24. b42f692 Add for_each_remote() function, and extend remote_find_tracking() by Johannes Schindelin · 18 years ago
  25. dfd255d Add allocation and freeing functions for struct refs by Daniel Barkalow · 18 years ago
  26. 5d46c9d Add handlers for fetch-side configuration of remotes. by Daniel Barkalow · 18 years ago
  27. 6b62816 Move refspec parser from connect.c and cache.h to remote.{c,h} by Daniel Barkalow · 18 years ago
  28. 5751f49 Move remote parsing into a library file out of builtin-push. by Daniel Barkalow · 18 years ago