Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #805 from nulltoken/fix/revwalk-email-parsing | Vicent Martí | 2012-07-12 | 1 | -17/+31 |
|\ | | | | | Fix revwalk email parsing | ||||
| * | signature: prevent angle bracket usage in identity | nulltoken | 2012-07-11 | 1 | -17/+31 |
| | | |||||
* | | commit: introduce git_commit_nth_gen_ancestor() | nulltoken | 2012-07-12 | 1 | -0/+57 |
|/ | |||||
* | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | tests-clar/commit: fix memory leaks | schu | 2012-04-03 | 1 | -8/+11 |
| | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
* | tests: Cleanup & fix test suite | Vicent Martí | 2012-04-03 | 1 | -4/+0 |
| | |||||
* | Ported t04_commit.c to Clar. | Ben Straub | 2012-03-20 | 3 | -0/+556 |
| | | | | | | | | | | Created a copy of tests/resources/testrepo.git that is compatible with the Clar sandboxing helpers. Restructured commit test suites to use Clar sandbox helpers. Now using typed data arrays rather than lots of macros to define test cases. | ||||
* | commit: actually allow yet to be born update_ref | schu | 2012-02-15 | 1 | -0/+44 |
git_commit_create is supposed to update the given reference "update_ref", but segfaulted in case of a yet to be born reference. Fix it. Signed-off-by: schu <schu-github@schulog.org> |