- 08 Jan, 2013 1 commit
-
-
Edward Thomson committed
-
- 01 Dec, 2012 1 commit
-
-
nulltoken committed
-
- 27 Nov, 2012 2 commits
-
-
Russell Belfer committed
-
Ben Straub committed
-
- 18 Nov, 2012 2 commits
-
-
Michael Schubert committed
-
Passing 0 as the index now retrieves the most recent entry instead of the oldest one.
nulltoken committed
-
- 18 Oct, 2012 1 commit
-
-
Fix #994
nulltoken committed
-
- 07 Oct, 2012 1 commit
-
-
nulltoken committed
-
- 25 Sep, 2012 1 commit
-
-
nulltoken committed
-
- 05 Sep, 2012 1 commit
-
-
This refactors the diff output code so that an iterator object can be used to traverse and generate the diffs, instead of just the `foreach()` style with callbacks. The code has been rearranged so that the two styles can still share most functions. This also replaces `GIT_REVWALKOVER` with `GIT_ITEROVER` and uses that as a common error code for marking the end of iteration when using a iterator style of object.
Russell Belfer committed
-
- 24 Jul, 2012 2 commits
- 23 Jul, 2012 2 commits
-
-
Carlos Martín Nieto committed
-
Asking the library for "" used to give HEAD, but that's trying to impose a default at the wrong layer. Make it fail.
Carlos Martín Nieto committed
-
- 17 Jul, 2012 2 commits
- 12 Jul, 2012 4 commits
- 11 Jul, 2012 3 commits
- 07 Jul, 2012 7 commits
-
-
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
-
- 02 Jul, 2012 1 commit
-
-
nulltoken committed
-
- 29 Jun, 2012 3 commits
- 28 Jun, 2012 5 commits
- 20 Jun, 2012 1 commit
-
-
Ben Straub committed
-