- 02 Jan, 2013 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 26 Dec, 2012 2 commits
- 24 Dec, 2012 4 commits
- 21 Dec, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 20 Dec, 2012 4 commits
-
-
Ben Straub committed
-
git_remote_add -> git_remote_create git_remote_new -> git_remote_create_inmemory
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
- 19 Dec, 2012 4 commits
-
-
Edward Thomson committed
-
Also adds some asserts.
Sascha Cunz committed -
... so we can clean up correctly.
Sascha Cunz committed -
Sascha Cunz committed
-
- 18 Dec, 2012 1 commit
-
-
Sascha Cunz committed
-
- 17 Dec, 2012 3 commits
-
-
The diff constructor functions had some confusing names, where the "old" side of the diff was coming after the "new" side. This reverses the order in the function name to make it less confusing. Specifically... * git_diff_index_to_tree becomes git_diff_tree_to_index * git_diff_workdir_to_index becomes git_diff_index_to_workdir * git_diff_workdir_to_tree becomes git_diff_tree_to_workdir
Russell Belfer committed -
nulltoken committed
-
Sascha Cunz committed
-
- 16 Dec, 2012 1 commit
-
-
Ben Straub committed
-
- 15 Dec, 2012 1 commit
-
-
Ben Straub committed
-
- 14 Dec, 2012 7 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 13 Dec, 2012 4 commits
-
-
Jameson Miller committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 12 Dec, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 10 Dec, 2012 3 commits
-
-
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 -
Fixes #1128.
Ben Straub committed
-