47 Commits (6afca450c3f2f05385900a7b8d3a0d47286f983f)

Author SHA1 Message Date
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Tay Ray Chuan 20e8b465a5 refactor ref status logic for pushing 15 years ago
Daniel Barkalow 72ff894308 Allow helper to map private ref names into normal names 15 years ago
Daniel Barkalow c578f51d52 Add a config option for remotes to specify a foreign vcs 15 years ago
Jay Soffian f2ef6075c9 remote: refactor some logic into get_stale_heads() 15 years ago
Michael J Gruber 203462347f Allow push and fetch urls to be different 16 years ago
Clemens Buchacher 6d2bf96e55 match_refs: search ref list tail internally 16 years ago
Finn Arne Gangstad 9a23ba3375 remote: New function remote_is_configured() 16 years ago
Jay Soffian 4229f1fa32 remote: let guess_remote_head() optionally return all matches 16 years ago
Jay Soffian 6cb4e6cc0f remote: simplify guess_remote_head() 16 years ago
Jay Soffian 8ef517337d move locate_head() to remote.c 16 years ago
Jay Soffian ec8452d5a7 move duplicated ref_newer() to remote.c 16 years ago
Jay Soffian 454e2025a9 move duplicated get_local_heads() to remote.c 16 years ago
Miklos Vajna 89cf4c7004 remote: add a new 'origin' variable to the struct 16 years ago
René Scharfe 59c69c0c65 make alloc_ref_from_str() the new alloc_ref() 16 years ago
Nanako Shiraishi 697d7f5dad remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static. 16 years ago
Brandon Casey 2cb1f36d50 remote.c: add a function for deleting a refspec array and use it (twice) 17 years ago
Junio C Hamano 6d21bf96b5 Refactor "tracking statistics" code used by "git checkout" 17 years ago
Krzysztof Kowalczyk 737922aa64 alloc_ref_from_str(): factor out a common pattern of alloc_ref from string 17 years ago
Daniel Barkalow e0aaa29ff3 Have a constant extern refspec for "--tags" 17 years ago
Paolo Bonzini a83619d692 add special "matching refs" refspec 17 years ago
Daniel Barkalow be885d96fe Make ls-remote http://... list HEAD, like for git://... 17 years ago
Paolo Bonzini 84bb2dfd9f Add a remote.*.mirror configuration option 17 years ago
Jonas Fonseca 24b6177e02 git-remote: reject adding remotes with invalid names 17 years ago
Daniel Barkalow c091b3d415 Tighten refspec processing 17 years ago
Junio C Hamano 46220ca100 remote.c: Fix overtight refspec validation 17 years ago
Johannes Schindelin 211c89682e Make git-remote a builtin 17 years ago
Daniel Barkalow 2d31347ba5 Use ALLOC_GROW in remote.{c,h} 17 years ago
Sam Vilain 14c9821884 Add remote.<name>.proxy 17 years ago
Andy Whitcroft 28b9d6e548 Teach send-pack a mirror mode 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Junio C Hamano 9ad7c5ae8a git-fetch: do not fail when remote branch disappears 17 years ago
Daniel Barkalow 2467a4fa03 Remove duplicate ref matches in fetch 17 years ago
Shawn O. Pearce 28b91f8ad9 Rename remote.uri to remote.url within remote handling internals 18 years ago
Shawn O. Pearce 85682c1903 Correct handling of branch.$name.merge in builtin-fetch 18 years ago
Daniel Barkalow d71ab17470 Add matching and parsing for fetch-side refspec rules 18 years ago
Daniel Barkalow cf818348f1 Report information on branches from remote.h 18 years ago
Daniel Barkalow 0012ba2108 Add uploadpack configuration info to remote. 18 years ago
Johannes Schindelin b42f69273b Add for_each_remote() function, and extend remote_find_tracking() 18 years ago
Daniel Barkalow dfd255dd1a Add allocation and freeing functions for struct refs 18 years ago
Daniel Barkalow 5d46c9d41f Add handlers for fetch-side configuration of remotes. 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
Daniel Barkalow 5751f49010 Move remote parsing into a library file out of builtin-push. 18 years ago