- 22 Sep, 2012 5 commits
-
-
Adjusts refs::list test (including the comments) Adjusts objects::tags::list test
Sascha Cunz committed -
This patch changes the tag listing test helper to use a struct as input parameter, which tells what we exactly expect. As I don't think, we can rely on the fact that every os and every filesystem will report the tags in the same order, I made this code independent of the order that the tags are retrieved.
Sascha Cunz committed -
Sascha Cunz committed
-
Since quite a while now, git_branch_foreach has learnt to list branches without the 'refs/heads/' or 'refs/remotes' prefixes. This patch teaches git_tag_list to do the same for listing tags.
Sascha Cunz committed -
Michael Schubert committed
-
- 21 Sep, 2012 5 commits
-
-
Make clear that git_odb_hashfile does not use filters
Russell Belfer committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
checkout: add notification callback for skipped files
Russell Belfer committed -
git_repository_hashfile: Only close file handle if we have a valid one
Russell Belfer committed -
nulltoken committed
-
- 20 Sep, 2012 3 commits
-
-
Otherwise this throws an exception on MFC based systems. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
nulltoken committed
-
nulltoken committed
-
- 17 Sep, 2012 15 commits
-
-
Checkout, reset and others enhancements
Russell Belfer committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 15 Sep, 2012 1 commit
-
-
Allocate a buffer large enough to store the path plus the terminator instead of letting readlink write beyond the end.
Carlos Martín Nieto committed
-
- 14 Sep, 2012 10 commits
-
-
odb_pack: make sure to search all backends
Vicent Martí committed -
last_found is the last packfile a wanted object was found in. Since last_found is shared among all searching threads, it might changes while we're searching. As suggested by @arrbee, put a copy on the stack to fix the race condition.
Michael Schubert committed -
refs: prevent locked refs from being enumerated
Vicent Martí committed -
Fix #936
nulltoken committed -
Defining the BOM as a string makes the array include the NUL-terminator, which means that the memcpy is going to check for that as well and thus never match for a nonempty file. Define the array as three chars, which makes the size correct.
Carlos Martín Nieto committed -
I don't think clone.c needs in #include dirent.h and it is not portable, so let's just get rid of it.
Russell Belfer committed -
Fix MSVC compilation warnings
Russell Belfer committed -
nulltoken committed
-
pack: iterate objects in offset order
Vicent Martí committed -
Compute the ordering on demand and persist until the index is freed.
David Michael Barr committed
-
- 13 Sep, 2012 1 commit
-
-
The winhttp branch was based on a version before these existed, so the build broke on Windows.
Carlos Martín Nieto committed
-