- 31 Mar, 2012 3 commits
-
-
Ben Straub committed
-
* t00 / 6e86fb3 (mentioned in #406) * t01 / fc60c4a (mentioned in #406) * t03 / bcbabe61 * t04 / PR #606 * t05 / d96f2c3 * t06 / 6c106eec * t07 / 2ef582b4 * t08 / b482c420 * t09 / 9a39a364 * t10 / 00a48934 * t12 / 7c3a4a7f * t13 / 1cb9b31e * t17 / cdaa6ff (mentioned in #406) * t18 / efabc08
Ben Straub committed -
Ben Straub committed
-
- 30 Mar, 2012 13 commits
-
-
Ben Straub committed
-
It'd be nice to be rid of all the #define's, but converting to const char*'s would be even messier, and less declarative.
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
in tag/write.c.
Ben Straub committed -
Also cleaned up some names for things that used to be macros.
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 28 Mar, 2012 1 commit
-
-
Vicent Martí committed
-
- 21 Mar, 2012 4 commits
-
-
diff_output: remove unused parameter
Russell Belfer committed -
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Adding multi-cpu compile option when generating MSVC projects.
Russell Belfer committed -
Ben Straub committed
-
- 13 Mar, 2012 1 commit
-
-
Signed-off-by: schu <schu-github@schulog.org>
schu committed
-
- 11 Mar, 2012 2 commits
-
-
add chicken-git bindings to readme
Vicent Martí committed -
Evan Hanson committed
-
- 09 Mar, 2012 3 commits
-
-
Fix the build on Windows
Vicent Martí committed -
write_section() mistakenly treated is input as the whole variable name instead of simply the section (and possibly subsection) and would confuse "section.subsection" as a section plus variable name and produce a wrong section header. Fix this and include a test for writing "section.subsection.var" and reading it from the file.
Carlos Martín Nieto committed -
Adam Roben committed
-
- 06 Mar, 2012 4 commits
-
-
Cleanups to the README
Vicent Martí committed -
easier for the casual reader to find.
Andy Lester committed -
Rename git_oid_to_string to git_oid_tostr
Vicent Martí committed -
To conform the naming scheme of git_oid_fromstr we should change the name of git_oid_to_string to git_oid_tostr.
Authmillenon committed
-
- 05 Mar, 2012 5 commits
-
-
Carlos Martín Nieto committed
-
Carlos Martín Nieto committed
-
Since strnlen is not supported on all platforms and since we now have the shiny new git_text_is_binary in the filtering code, let's convert diff binary detection to use the new stuff.
Russell Belfer committed -
To make this code more resilient to future changes, we'll explicitly translate the libgit2 structure to the libxdiff structure.
Russell Belfer committed -
This should restore the ability to include libgit2 headers in C++ projects.
Russell Belfer committed
-
- 04 Mar, 2012 2 commits
-
-
Add specfile and packaging instruction for creating Fedora RPM
Vicent Martí committed -
Saleem Ansari committed
-
- 02 Mar, 2012 2 commits
-
-
Russell Belfer committed
-
This reverts the changes to the GIT_STATUS constants and adds a new enumeration to describe the type of change in a git_diff_delta. I don't love this solution, but it should prevent strange errors from occurring for now. Eventually, I would like to unify the various status constants, but it needs a larger plan and I just wanted to eliminate this breakage quickly.
Russell Belfer committed
-