summaryrefslogtreecommitdiff
path: root/src/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed memory leak in git_commit__free().Robert G. Jakabosky2011-01-081-0/+1
* Rename 'git_person' to 'git_signature'Vicent Marti2010-12-181-44/+27
* Added timezone offset parsing and outputting.nulltoken2010-12-101-4/+18
* Set short message when changing a commit's messagev0.2.0Vicent Marti2010-12-071-3/+13
* Change the library include fileVicent Marti2010-12-061-3/+3
* Change include structure for the projectVicent Marti2010-12-061-1/+1
* Small source code readability improvements.nulltoken2010-12-051-9/+9
* Commit parents now use the common 'vector' codeVicent Marti2010-12-021-53/+20
* add git_commit_parent to retrieve a parent by indexJustin Love2010-11-301-0/+14
* add git_commit_parentcountJustin Love2010-11-301-0/+15
* Fix compiler warning in commit.cColin Timmermans2010-11-071-1/+1
* Fix parsing of commits that have no newlines in the message.Colin Timmermans2010-11-071-3/+4
* Update commit_time along with committer.Dave Borowitz2010-11-051-2/+1
* Improve error handlingVicent Marti2010-11-051-26/+17
* Fix in-memory commit getters trying to parseVicent Marti2010-10-311-2/+5
* Do a full parse on commits before modifying themVicent Marti2010-10-291-0/+12
* Fix internal memory management on the libraryVicent Marti2010-10-281-164/+68