- 07 Jul, 2012 17 commits
-
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
passing 0 to git_strol(32|64) let the implementation guess if it's dealing with an octal number or a decimal one. Let's make it safe and ensure that both 'HEAD@{010}' and 'HEAD@{10}' point at the same commit.
nulltoken committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken 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 1 commit
-
-
nulltoken committed
-
- 29 Jun, 2012 4 commits
-
-
More git_revparse_single ENOTFOUND use cases
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
nulltoken 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
-