summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* connect.c: check the commit buffer boundary while parsing.Junio C Hamano2006-06-281-4/+8
* Make some strings constTimo Hirvonen2006-06-281-1/+1
* fix rfc2047 formatter.Junio C Hamano2006-06-191-4/+17
* Add specialized object allocatorLinus Torvalds2006-06-191-1/+1
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-171-2/+2
* Shrink "struct object" a bitLinus Torvalds2006-06-171-4/+4
* builtin format-patch: squelch content-type for 7-bit ASCIIJunio C Hamano2006-05-211-2/+15
* CMIT_FMT_EMAIL: Q-encode Subject: and display-name part of From: fields.Junio C Hamano2006-05-211-7/+72
* fmt-patch: Support --attachJohannes Schindelin2006-05-211-1/+9
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-211-16/+25
|\
| * commit: allow --pretty= args to be abbreviatedEric Wong2006-05-171-14/+24
* | Teach fmt-patch about --numberedJohannes Schindelin2006-05-051-4/+1
* | Use RFC2822 dates from "git fmt-patch".Junio C Hamano2006-05-011-1/+2
* | git-fmt-patch: thinkofix to show [PATCH] properly.Junio C Hamano2006-04-221-2/+3
* | Minor tweak on subject line in --pretty=emailJunio C Hamano2006-04-191-1/+1
* | Tentative built-in format-patch.Junio C Hamano2006-04-181-5/+31
|/
* Allow empty lines in info/graftsYann Dirson2006-04-171-1/+1
* reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano2006-04-161-1/+3
* 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