- 11 Jul, 2012 4 commits
-
-
* `git_buf_rfind` (with tests and tests for `git_buf_rfind_next`) * `git_buf_puts_escaped` and `git_buf_puts_escaped_regex` (with tests) to copy strings into a buffer while injecting an escape sequence (e.g. '\') in front of particular characters.
Russell Belfer committed -
Russell Belfer committed
-
examples: add README
Russell Belfer committed -
Bring back `entry_bypath`
Russell Belfer committed
-
- 10 Jul, 2012 4 commits
-
-
diff: make inter-hunk-context default value git-compliant
Russell Belfer committed -
Point to the libgit2-glib wiki page
Russell Belfer committed -
Michael Schubert committed
-
Fix libgit2 on GNU/Hurd.
Russell Belfer committed
-
- 09 Jul, 2012 1 commit
-
-
Ignacio Casal Quinteiro committed
-
- 05 Jul, 2012 1 commit
-
-
On GNU, the d_name field of the dirent structure is defined as "char d_name[1]", so we must allocate more than sizeof(struct dirent) bytes, just like on Sun.
Cyril Roelandt committed
-
- 03 Jul, 2012 4 commits
-
-
revparse: fix parsing of date specifiers
Vicent Martí committed -
Replace incorrect 'it' with 'if' in documentation
Vicent Martí committed -
Kevin Sawicki committed
-
Carlos Martín Nieto committed
-
- 02 Jul, 2012 2 commits
- 29 Jun, 2012 7 commits
-
-
More git_revparse_single ENOTFOUND use cases
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
Vicent Marti committed
-
It causes the clar testsuite to abort on Windows, and isn't necessary.
Scott J. Goldman committed -
Smaller, simpler, faster.
Vicent Marti committed
-
- 28 Jun, 2012 9 commits
-
-
Small revparse colon syntax improvements
Ben Straub committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
Once a file is registered, there is no way to deregister it, even after the structure that contains it is no longer needed and has been freed. This may be the source of #624. Allow and use the deregister function to remove our file from the global list.
Carlos Martin Nieto committed -
indexer: don't use '/objects/pack/' unconditionally
Vicent Martí committed -
Not everyone who indexes a packfile wants to put it in the standard git repository location.
Carlos Martín Nieto committed
-
- 26 Jun, 2012 2 commits
-
-
Repo reinit fix + enhanced test coverage
Vicent Martí committed -
Topic/refs fromglob
Vicent Martí committed
-
- 25 Jun, 2012 2 commits
-
-
indexer: start parsing input data immediately
Vicent Martí committed -
Currently, the first call of git_indexer_stream_add adds the data to the underlying pack file and opens it for later use, but doesn't start parsing the already available data. This means, git_indexer_stream_finalize only works if git_indexer_stream_add was called at least twice. Kill this limitation by parsing available data immediately.
Michael Schubert committed
-
- 24 Jun, 2012 1 commit
-
-
Vicent Marti committed
-
- 22 Jun, 2012 3 commits
-
-
nulltoken committed
-
nulltoken committed
-
Vicent Marti committed
-