- 04 Dec, 2012 2 commits
-
-
Hey that's not an int!
Vicent Martí committed -
Edward Thomson committed
-
- 03 Dec, 2012 5 commits
-
-
status should ignore conflicts entries in the index
Russell Belfer committed -
Edward Thomson committed
-
odb-pack: resurrect pack_backend__read_header
Vicent Martí committed -
Vicent Marti committed
-
EINVALIDSPEC
Vicent Martí committed
-
- 02 Dec, 2012 2 commits
-
-
David Michael Barr committed
-
To paraphrase @peff: You can get both size and type from a packed object reasonably cheaply. If you have: * An object that is not a delta; both type and size are available in the packfile header. * An object that is a delta. The packfile type will be OBJ_*_DELTA, and you have to resolve back to the base to find the real type. That means potentially a lot of packfile index lookups, but each one is relatively cheap. For the size, you inflate the first few bytes of the delta, whose header will tell you the resulting size of applying the delta to the base. For simplicity, we just decompress the whole delta for now.
David Michael Barr committed
-
- 01 Dec, 2012 14 commits
- 30 Nov, 2012 7 commits
-
-
Carlos Martín Nieto committed
-
Carlos Martín Nieto committed
-
Carlos Martín Nieto committed
-
Add API to calculate ahead/behind count
Russell Belfer committed -
Fix a typo that caused a failing test, and use cl_assert_equal instead of cl_assert.
Scott J. Goldman committed -
Scott J. Goldman committed
-
`revwalk.h:commit_lookup()` -> `git_revwalk__commit_lookup()` and make `git_commit_list_parse()` do real error checking that the item in the list is an actual commit object. Also fixed an apparent typo in a test name.
Russell Belfer committed
-
- 29 Nov, 2012 10 commits
-
-
Push! By schu, phkelley, and congyiwu
Vicent Martí committed -
Philip Kelley committed
-
Philip Kelley committed
-
Philip Kelley committed
-
Philip Kelley committed
-
Philip Kelley committed
-
Ignore invalid entries by default
Vicent Martí committed -
Fix git_branch_tracking() for branches with empty merge and/or remote config entries
Vicent Martí committed -
fetch: enhance test coverage
Vicent Martí committed -
Enhance diff test coverage between a null Tree and the Workdir
Vicent Martí committed
-