- 18 Oct, 2012 5 commits
-
-
revparse: properly handle refnames containing a @
Vicent Martí committed -
Fix #994
nulltoken committed -
Carlos Martín Nieto committed
-
remote: support fetch cancelation
Vicent Martí committed -
Introduce git_remote_stop() which sets a variable that is checked by the fetch process in a few key places. If this is variable is set, the fetch is aborted.
Carlos Martín Nieto committed
-
- 17 Oct, 2012 6 commits
-
-
Support TYPECHANGE records in status and adjust checkout accordingly
Russell Belfer committed -
Fixed no-submodule speedup of new checkout code. Fixed missing final update to progress (which may go away, I realize). Fixed unused structure in header and incorrect comment.
Russell Belfer committed -
Separated git_strarray from common.h. Added doxy comments.
Ben Straub committed -
Skip the third pass of checkout (where submodules are checked out) if the earlier passes found no submodules to be checked out.
Russell Belfer committed -
Incremental improvements to pack-objects logic
Philip Kelley committed -
Incorporate feedback for incr. improvements to pack-objects
Philip Kelley committed
-
- 16 Oct, 2012 7 commits
-
-
Michael Schubert committed
-
Support pthread_cond_* on Win32
Vicent Martí committed -
Not found means not found, and the other way around.
Vicent Marti committed -
Philip Kelley committed
-
Carlos Martín Nieto committed
-
Config location fixes
Vicent Martí committed -
Fix single file ignores
Philip Kelley committed
-
- 15 Oct, 2012 16 commits
-
-
test: fix some memory leaks
Philip Kelley committed -
nulltoken committed
-
clone: Explicit support of no-checkout option
Ben Straub committed -
To answer if a single given file should be ignored, the path to that file has to be processed progressively checking that there are no intermediate ignored directories in getting to the file in question. This enables that, fixing the broken old behavior, and adds tests to exercise various ignore situations.
Russell Belfer committed -
Because fnmatch uses recursion, there were some input sequences that cause seriously degenerate behavior. This imports a fix that imposes a max recursion limiter to avoid the worst of it.
Russell Belfer committed -
Russell Belfer committed
-
reset: prevent hard reset in a bare repository
Ben Straub committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
Test category for live network tests
Vicent Martí committed -
Ben Straub committed
-
Split the clone tests into network and no-network suites.
Ben Straub committed -
Also introduce the slective ref trimming promised but also missed in the previous commit.
Carlos Martín Nieto committed -
We used to require loose references to contain only an OID (possibly after trimming the string). This is however not enough for letting us lookup FETCH_HEAD, which can have a lot of content after the initial OID. Change the parsing rules so that a loose refernce must e at least 40 bytes long and the 41st (if it's there) must be accepted by isspace(3). This makes the trim unnecessary, so only do it for symrefs. This fixes #977.
Carlos Martín Nieto committed
-
- 14 Oct, 2012 1 commit
-
-
Philip Kelley committed
-
- 11 Oct, 2012 5 commits
-
-
Enforce returning of EEXISTS when trying to overwrite a reference
Ben Straub committed -
Add link to D libgit2 bindings.
Vicent Martí committed -
Andrej Mitrovic committed
-
nulltoken committed
-
nulltoken committed
-