- 13 Nov, 2013 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 12 Nov, 2013 4 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Fix warnings
Vicent Martí committed -
Linquize committed
-
- 11 Nov, 2013 6 commits
-
-
Remote revamp (director's cut)
Vicent Martí committed -
A previous commit forgot to update the head list after push as well, leading to wrong output of git_remote_ls().
Carlos Martín Nieto committed -
These tests were forgotten when modifying git_remote_ls().
Carlos Martín Nieto committed -
Copy the pointers into temporary vectors instead of assigning them tot he same array so we don't mess up with someone else's memory by accident (e.g. by sorting).
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
The callback-based method of listing remote references dates back to the beginning of the network code's lifetime, when we didn't know any better. We need to keep the list around for update_tips() after disconnect() so let's make use of this to simply give the user a pointer to the array so they can write straightforward code instead of having to go through a callback.
Carlos Martín Nieto committed
-
- 10 Nov, 2013 6 commits
-
-
Removing arbitrary refspecs makes things more complex to reason about. Instead, let the user set the fetch and push refspec list to whatever they want it to be.
Carlos Martín Nieto committed -
Fix warning in tests-clar/merge/workdir/trivial.c
Vicent Martí committed -
Linquize committed
-
Vicent Marti committed
-
Correctly quote config values while saving
Vicent Martí committed -
Streamline url-parsing logic.
Vicent Martí committed
-
- 07 Nov, 2013 10 commits
-
-
update example to new packfile creation signature
Vicent Martí committed -
Edward Thomson committed
-
Allow callers to set mode on packfile creation
Vicent Martí committed -
Edward Thomson committed
-
Add git_packbuilder_hash to query pack filename
Vicent Martí committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Edward Thomson committed
-
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
If the value contains a command (; or #) char or starts or ends with space it needs to be quoted. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed
-
- 05 Nov, 2013 11 commits
-
-
don't double free pkt
Vicent Martí committed -
Edward Thomson committed
-
Vicent Marti committed
-
Change the git_branch_iterator_new definition to use git_branch_t
Carlos Martín Nieto committed -
Arthur Schreiber committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Plug configuration file search paths tests leaks
Vicent Martí committed
-