summaryrefslogtreecommitdiff
path: root/src/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-1/+2
* repository: Change ownership semanticsVicent Marti2011-11-261-1/+6
* Free all used references in the source treeschu2011-11-061-2/+13
* refs: split internal and external referencesschu2011-11-061-2/+3
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-5/+5
* commit: properly parse empty commit messagesBrodie Rao2011-10-121-2/+2
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-2/+2
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-2/+2
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-1/+1
* commit: Add support for Encoding headerVicent Marti2011-08-121-30/+30
* commit: fix cast warningsKirill A. Shutemov2011-07-251-2/+2
* reflog: Fix reflog writer/readernulltoken2011-07-101-2/+2
* Remove unused methodsVicent Marti2011-07-091-2/+2
* odb: Direct writes are backVicent Marti2011-07-091-34/+21
* signature: Fix optional headerVicent Marti2011-07-091-2/+2
* Remove redundant methods from the APIVicent Marti2011-06-281-73/+17
* Changed commit short messages so that they match git log --oneline output.Marc Pegon2011-06-081-4/+11