- Oct 18, 2012
-
-
Philip Kelley authored
Incremental improvements to pack-objects logic
-
Philip Kelley authored
Incorporate feedback for incr. improvements to pack-objects
-
- Oct 17, 2012
-
-
Michael Schubert authored
-
Vicent Martí authored
Support pthread_cond_* on Win32
-
Vicent Marti authored
Not found means not found, and the other way around.
-
Philip Kelley authored
-
- Oct 16, 2012
-
-
Carlos Martín Nieto authored
-
Vicent Martí authored
Config location fixes
-
Philip Kelley authored
Fix single file ignores
-
Philip Kelley authored
test: fix some memory leaks
-
nulltoken authored
-
Ben Straub authored
clone: Explicit support of no-checkout option
-
Russell Belfer authored
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 authored
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 authored
-
Ben Straub authored
reset: prevent hard reset in a bare repository
-
nulltoken authored
-
nulltoken authored
-
nulltoken authored
-
nulltoken authored
-
Vicent Martí authored
Test category for live network tests
-
Ben Straub authored
-
Ben Straub authored
Split the clone tests into network and no-network suites.
-
- Oct 15, 2012
-
-
Carlos Martín Nieto authored
Also introduce the slective ref trimming promised but also missed in the previous commit.
-
Carlos Martín Nieto authored
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.
-
Philip Kelley authored
-
- Oct 12, 2012
-
-
Ben Straub authored
Enforce returning of EEXISTS when trying to overwrite a reference
-
Vicent Martí authored
Add link to D libgit2 bindings.
-
Andrej Mitrovic authored
-
- Oct 11, 2012
-
-
nulltoken authored
-
nulltoken authored
-
nulltoken authored
-
nulltoken authored
-
Carlos Martín Nieto authored
Also tell ctest and valgrind to run libgit2_clar with '-iall' so we run the network tests in travis.
-
Vicent Martí authored
Add git_buf_put_base64 to buffer API
-
Carlos Martín Nieto authored
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.
-
Russell Belfer authored
-
- Oct 10, 2012
-
-
Russell Belfer authored
-
Russell Belfer authored
-
Vicent Martí authored
[GSoC] RFC: pack objects
-