- 16 Dec, 2012 1 commit
-
-
Ben Straub committed
-
- 15 Dec, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 14 Dec, 2012 14 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Options structure for git_clone
Vicent Martí committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Carlos Martín Nieto committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 13 Dec, 2012 10 commits
-
-
Vicent Marti committed
-
Jameson Miller committed
-
Jameson Miller committed
-
Ben Straub committed
-
Jameson Miller committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
don't walk off the end of the index
Ben Straub committed -
Ben Straub committed
-
- 12 Dec, 2012 5 commits
-
-
Edward Thomson committed
-
Ben Straub committed
-
Ben Straub committed
-
tree cache: loosen negative entry count check
Vicent Martí committed -
While C Git has been writing entry count -1 (ie. never other negative numbers) as invalid since day 1, it accepts all negative entry counts as invalid. JGit follows the same rule. libgit2 should also follow, or the index that works with C Git or JGit may someday be rejected by libgit2. Other reimplementations like dulwich and grit have not bothered with parsing or writing tree cache.
Nguyễn Thái Ngọc Duy committed
-
- 11 Dec, 2012 2 commits
-
-
ignore mkmf.log
Vicent Martí committed -
no build artifacts no parents
Yossef Mendelssohn committed
-
- 10 Dec, 2012 6 commits
-
-
More iterator cleanup
Vicent Martí committed -
The `git_iterator_reset` command has not been working in all cases particularly when there is a start and end range. This fixes it and adds tests for it, and also extends it with the ability to update the start/end range strings when an iterator is reset.
Russell Belfer committed -
This removes the need to explicitly pass the repo into iterators where the repo is implied by the other parameters. This moves the repo to be owned by the parent struct. Also, this has some iterator related updates to the internal diff API to lay the groundwork for checkout improvements.
Russell Belfer committed -
Ben Straub committed
-
Add a payload param to git_cred_acquire_cb
Vicent Martí committed -
Fixes #1128.
Ben Straub committed
-