summaryrefslogtreecommitdiff
path: root/src/commit.c
Commit message (Expand)AuthorAgeFilesLines
* commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-301-21/+78
* commit: simplify and correct refcounting in nth_gen_ancestorCarlos Martín Nieto2014-03-071-9/+8
* Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-2/+0
* Add git_commit_amend APIRussell Belfer2014-02-071-66/+161
* Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuffBen Straub2014-02-051-28/+12
|\
| * commit: faster parsingCarlos Martín Nieto2014-02-051-28/+12
* | Fix reflog message when creating commitsBen Straub2014-02-041-2/+21
|/
* commit: remvoe legacy 'oid' namingCarlos Martín Nieto2014-01-251-2/+2
* Summarize empty messagesEdward Thomson2014-01-221-1/+4
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* commit: Fix potential segfault in git_commit_messagePaul Holden2013-12-081-1/+3
* Introduce git_revert to revert a single commitEdward Thomson2013-12-021-0/+29
* commit: Introduce git_commit_message_raw()nulltoken2013-10-031-5/+18
* commit: Trim message leading newlinesnulltoken2013-09-301-1/+1
* Fix warnings on Win64Russell Belfer2013-07-111-1/+2
* Convert commit->parent_ids to git_array_tRussell Belfer2013-07-101-22/+7
* Add raw header access to commit APIRussell Belfer2013-07-101-10/+37
* Add cat-file example and increase const use in APIRussell Belfer2013-05-161-2/+4
* Fix broken build when MSVC SDL checks is enabledLinquize2013-05-111-1/+1
* commit: make create_from_oids() accept plain oidnulltoken2013-05-051-1/+0
* commit: guard create() against not owned treesnulltoken2013-05-051-0/+1
* Simplify object table parse functionsRussell Belfer2013-04-221-1/+3
* Add callback to git_objects_tableRussell Belfer2013-04-221-11/+5
* Use git_odb_object_data/_size whereever possibleRussell Belfer2013-04-221-1/+2
* What has science done.Vicent Marti2013-04-221-1/+1
* Move git_commit_create_from_oids into sys/commit.hRussell Belfer2013-04-211-38/+43
* Added git_commit_create_oidJohn Wiegley2013-04-211-10/+40
* commit: correctly detect the start of the commit messageCarlos Martín Nieto2013-04-151-2/+2
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-1/+1
* Vector improvements and their falloutPhilip Kelley2013-01-271-1/+2
* commit: don't include the LF in the header field valueCarlos Martín Nieto2013-01-201-2/+3
* Add skipping of unknown commit headersRussell Belfer2013-01-171-14/+16
* update copyrightsEdward Thomson2013-01-081-1/+1
* More external API cleanupVicent Marti2012-11-271-29/+24
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* commit: introduce git_commit_nth_gen_ancestor()nulltoken2012-07-121-0/+34
* commit: reduce code duplicationnulltoken2012-07-121-10/+9
* Fix broken tests caused by no longer prettifying by defaultTim Clem2012-06-151-5/+2
* Kill message_prettify - we will export insteadTim Clem2012-06-151-4/+0
* Don't strip comments (#) from commit messages by defaultTim Clem2012-06-151-1/+1
* Add git_reset()nulltoken2012-06-071-61/+1
* CleanupMichael Schubert2012-05-191-9/+0
* commit/tag: ensure the message is cleaned upnulltoken2012-05-071-3/+11
* error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-2/+4
* Fix compilation errors and warningsnulltoken2012-04-111-9/+4
* error-handling: Commit (WIP)Vicent Martí2012-04-021-79/+104
* error-handling: RepositoryVicent Martí2012-03-071-1/+1
* commit: actually allow yet to be born update_refschu2012-02-151-3/+7
* Update Copyright headerschu2012-02-131-1/+1