- 11 May, 2013 1 commit
-
-
Linquize committed
-
- 01 May, 2013 1 commit
-
-
Russell Belfer committed
-
- 29 Apr, 2013 1 commit
-
-
Russell Belfer committed
-
- 20 Apr, 2013 1 commit
-
-
A remote can have a multitude of refspecs. Up to now our git_remote's have supported a single one for each fetch and push out of simplicity to get something working. Let the remotes and internal code know about multiple remotes and get the tests passing with them. Instead of setting a refspec, the external users can clear all and add refspecs. This should be enough for most uses, though we're still missing a querying function.
Carlos Martín Nieto committed
-
- 15 Apr, 2013 1 commit
-
-
Ben Straub committed
-
- 09 Apr, 2013 1 commit
-
-
Ben Straub committed
-
- 19 Mar, 2013 3 commits
-
-
Philip Kelley committed
-
Philip Kelley committed
-
Philip Kelley committed
-
- 11 Mar, 2013 1 commit
-
-
abepern committed
-
- 11 Feb, 2013 1 commit
-
-
Philip Kelley committed
-
- 08 Feb, 2013 1 commit
-
-
Philip Kelley committed
-
- 22 Jan, 2013 1 commit
-
-
Jameson Miller committed
-
- 17 Jan, 2013 1 commit
-
-
Instead, set an more informative error message.
Sebastian Bauer committed
-
- 09 Jan, 2013 2 commits
-
-
Currently, push doesn't really handle tags when queueing objects. Fix it.
Michael Schubert committed -
Jameson Miller committed
-
- 08 Jan, 2013 1 commit
-
-
Edward Thomson committed
-
- 04 Jan, 2013 1 commit
-
-
* gen_pktline() in smart_protocol.c was skipping refspecs that deleted refs that were not advertised by the server. The new behavior is to send a delete command with an old-id of zero, which matches the behavior of the official git client. * Update test_network_push__delete() in reaction to above fix. * Obviate messy logic that handles missing push_spec rrefs by canonicalizing push_spec. After calculate_work(), loid, roid, and rref, are filled in with exactly what is sent to the server
Congyi Wu committed
-
- 03 Jan, 2013 1 commit
-
-
* gen_pktline() in smart_protocol.c was skipping refspecs that deleted refs that were not advertised by the server. The new behavior is to send a delete command with an old-id of zero, which matches the behavior of the official git client. * Update test_network_push__delete() in reaction to above fix. * Obviate messy logic that handles missing push_spec rrefs by canonicalizing push_spec. After calculate_work(), loid, roid, and rref, are filled in with exactly what is sent to the server
Congyi Wu committed
-
- 28 Nov, 2012 1 commit
-
-
Philip Kelley committed
-