- 07 Jul, 2012 2 commits
- 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
-
- 22 Jun, 2012 11 commits
-
-
nulltoken committed
-
nulltoken committed
-
Vicent Marti committed
-
Fix MSVC compilation errors
Scott J. Goldman committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
When the repository was reinitialized, every configuration change in repo_init_config() was directly performed against the file on the filesystem. However, a previous version of the configuration had previously been loaded in memory and attached to the repository, in repo_init_reinit(). The repository was unaware of the change and the stale cached version of the configuration never refreshed.
nulltoken committed -
Michael Schubert committed
-
Branch foreach
Vicent Martí committed
-
- 21 Jun, 2012 4 commits
-
-
Cleanup
Vicent Martí committed -
fix crash issue on mingw caused by variable argument list type promotion.
Scott J. Goldman committed -
nulltoken committed
-
nulltoken committed
-