- 17 Oct, 2012 3 commits
-
-
Separated git_strarray from common.h. Added doxy comments.
Ben Straub 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 8 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
-
nulltoken committed
-
Paul Thompson committed
-
nulltoken committed
-
- 10 Oct, 2012 4 commits
-
-
Also tell ctest and valgrind to run libgit2_clar with '-iall' so we run the network tests in travis.
Carlos Martín Nieto committed -
Add git_buf_put_base64 to buffer API
Vicent Martí committed -
The fix for fetching from empty repositories (22935b06 protocol: don't store flushes; 2012-10-07) forgot to take into account the deletion of the flush pkt in the HTTP transport. As a result, the HEAD ref advertisement where we detect the remote's capabilities was deleted instead. Fix this.
Carlos Martín Nieto committed -
Russell Belfer committed
-
- 09 Oct, 2012 1 commit
-
-
Russell Belfer committed
-