summaryrefslogtreecommitdiff
path: root/src/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* commit: Reword errorsVicent Marti2011-05-231-9/+4
* commit.c: Move to new error handling mechanismJakob Pfender2011-05-231-7/+18
* Fix two warnings from ClangCarlos Martín Nieto2011-05-061-1/+1
* commit: support a root commitsCarlos Martín Nieto2011-04-291-2/+11
* Added git_commit_tree_oid and git_commit_parent_oid.Sam2011-04-081-0/+6
* Change `parse` methods to const bufferVicent Marti2011-04-021-2/+2
* Switch from time_t to git_time_tnulltoken2011-03-231-1/+1
* Fix MSVC warningsVicent Marti2011-03-211-3/+3
* I broke your bindingsVicent Marti2011-03-201-113/+155
* Fix headers for the new Revision WalkerVicent Marti2011-03-161-1/+0
* Fix the retarded object interdependency systemVicent Marti2011-03-141-130/+72
* Fix segmentation fault when freeing a repositoryVicent Marti2011-03-051-8/+8
* Fix several issues with refcountingVicent Marti2011-03-031-8/+19
* Implement reference counting for git_objectsVicent Marti2011-03-031-1/+21
* Fix searching in git_vectorVicent Marti2011-03-031-1/+1
* Change the object creation/lookup APIVicent Marti2011-03-031-2/+2
* Fixed a bug with the way commits are writtenJohn Wiegley2011-02-011-2/+4