summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up trailing whitespace when pretty-printing commitsLinus Torvalds2006-04-141-10/+5
* When showing a commit message, do not lose an incomplete line.Linus Torvalds2006-04-121-2/+2
* blame -S <ancestry-file>Junio C Hamano2006-04-071-55/+79
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-2/+1
* Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen2006-03-101-9/+27
* Merge fixes early for next maint series.Junio C Hamano2006-02-231-1/+2
|\
| * Give no terminating LF to error() function.Junio C Hamano2006-02-221-1/+2
* | topo-order: make --date-order optional.Junio C Hamano2006-02-151-3/+10
|/
* commit.c: "Merge" fix in pretty_print_commit.Junio C Hamano2006-02-021-5/+5
* pretty_print_commit: honor grafts.Junio C Hamano2006-01-281-26/+26
* pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-281-1/+2
* diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-281-5/+14
* describe: omit clearing marks on the last one.Junio C Hamano2006-01-151-2/+4
* GIT 1.1.0v1.1.0Junio C Hamano2006-01-081-1/+1
|\
| * [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-1/+1
* | describe: allow more than one revs to be named.Junio C Hamano2006-01-071-0/+13
|/
* short circuit out of a few places where we would allocate zero bytesEric Wong2005-12-261-0/+3
* GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano2005-11-161-3/+16
* Fix git-rev-list "date order" with --topo-orderLinus Torvalds2005-11-141-2/+3
* Add --pretty=fullerJunio C Hamano2005-11-111-7/+30
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-1/+1
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* [PATCH] Avoid wasting memory in git-rev-listLinus Torvalds2005-09-151-1/+3
* Fix compilation warnings.Junio C Hamano2005-08-291-1/+1
* Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-291-1/+1
* Replace zero-length array decls with [].Jason Riedy2005-08-231-1/+1
* [PATCH] Add 'git show-branch'.Junio C Hamano2005-08-221-6/+15
* Introduce --pretty=oneline format.Junio C Hamano2005-08-091-7/+26
* Fix send-pack for non-commitish tags.Junio C Hamano2005-08-051-4/+1
* Teach parse_commit_buffer about grafting.Junio C Hamano2005-07-311-1/+113
* Make "parse_commit()" be a lot more carefulLinus Torvalds2005-07-271-5/+11
* [PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano2005-07-111-2/+3
* [PATCH] Add a topological sort procedure to commit.cJon Seymour2005-07-061-0/+107
* Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds2005-07-061-4/+4
* Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-261-4/+22
* Keep the parents in order when parsing commitsLinus Torvalds2005-06-201-1/+3
* Make "pretty" commit logs always show merge informationLinus Torvalds2005-06-181-0/+24
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-081-3/+3
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-061-1/+23
* pretty_print_commit: add different formatsLinus Torvalds2005-06-051-10/+36
* Add generic commit "pretty print" function.Linus Torvalds2005-06-011-0/+80
* commit_list_insert: return the new commit list entryLinus Torvalds2005-05-301-1/+2
* commit: save the commit buffer off when parsing a commitLinus Torvalds2005-05-251-0/+4
* Include file cleanups..Linus Torvalds2005-05-221-2/+0
* [PATCH] delta checkNicolas Pitre2005-05-201-0/+2
* commit: add "lookup_commit_reference()" helper functionLinus Torvalds2005-05-181-6/+23
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-061-14/+26
* [PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov2005-05-041-1/+3
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-2/+2
* Don't add references to objects we couldn't find. Linus Torvalds2005-04-241-3/+6