| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin format-patch: squelch content-type for 7-bit ASCII | Junio C Hamano | 2006-05-21 | 1 | -2/+15 |
* | CMIT_FMT_EMAIL: Q-encode Subject: and display-name part of From: fields. | Junio C Hamano | 2006-05-21 | 1 | -7/+72 |
* | fmt-patch: Support --attach | Johannes Schindelin | 2006-05-21 | 1 | -1/+9 |
* | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 2006-05-21 | 1 | -16/+25 |
|\ |
|
| * | commit: allow --pretty= args to be abbreviated | Eric Wong | 2006-05-17 | 1 | -14/+24 |
* | | Teach fmt-patch about --numbered | Johannes Schindelin | 2006-05-05 | 1 | -4/+1 |
* | | Use RFC2822 dates from "git fmt-patch". | Junio C Hamano | 2006-05-01 | 1 | -1/+2 |
* | | git-fmt-patch: thinkofix to show [PATCH] properly. | Junio C Hamano | 2006-04-22 | 1 | -2/+3 |
* | | Minor tweak on subject line in --pretty=email | Junio C Hamano | 2006-04-19 | 1 | -1/+1 |
* | | Tentative built-in format-patch. | Junio C Hamano | 2006-04-18 | 1 | -5/+31 |
|/ |
|
* | Allow empty lines in info/grafts | Yann Dirson | 2006-04-17 | 1 | -1/+1 |
* | reading $GIT_DIR/info/graft - skip comments correctly. | Junio C Hamano | 2006-04-16 | 1 | -1/+3 |
* | Clean up trailing whitespace when pretty-printing commits | Linus Torvalds | 2006-04-14 | 1 | -10/+5 |
* | When showing a commit message, do not lose an incomplete line. | Linus Torvalds | 2006-04-12 | 1 | -2/+2 |
* | blame -S <ancestry-file> | Junio C Hamano | 2006-04-07 | 1 | -55/+79 |
* | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 2006-04-04 | 1 | -2/+1 |
* | Make it possible to not clobber object.util in sort_in_topological_order (tak... | Fredrik Kuivinen | 2006-03-10 | 1 | -9/+27 |
* | Merge fixes early for next maint series. | Junio C Hamano | 2006-02-23 | 1 | -1/+2 |
|\ |
|
| * | Give no terminating LF to error() function. | Junio C Hamano | 2006-02-22 | 1 | -1/+2 |
* | | topo-order: make --date-order optional. | Junio C Hamano | 2006-02-15 | 1 | -3/+10 |
|/ |
|
* | commit.c: "Merge" fix in pretty_print_commit. | Junio C Hamano | 2006-02-02 | 1 | -5/+5 |
* | pretty_print_commit: honor grafts. | Junio C Hamano | 2006-01-28 | 1 | -26/+26 |
* | pretty_print_commit(): pass commit object instead of commit->buffer. | Junio C Hamano | 2006-01-28 | 1 | -1/+2 |
* | diff-tree: abbreviate merge parent object names with --abbrev --pretty. | Junio C Hamano | 2006-01-28 | 1 | -5/+14 |
* | describe: omit clearing marks on the last one. | Junio C Hamano | 2006-01-15 | 1 | -2/+4 |
* | GIT 1.1.0v1.1.0 | Junio C Hamano | 2006-01-08 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 2006-01-07 | 1 | -1/+1 |
* | | describe: allow more than one revs to be named. | Junio C Hamano | 2006-01-07 | 1 | -0/+13 |
|/ |
|
* | short circuit out of a few places where we would allocate zero bytes | Eric Wong | 2005-12-26 | 1 | -0/+3 |
* | GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9j | Junio C Hamano | 2005-11-16 | 1 | -3/+16 |
* | Fix git-rev-list "date order" with --topo-order | Linus Torvalds | 2005-11-14 | 1 | -2/+3 |
* | Add --pretty=fuller | Junio C Hamano | 2005-11-11 | 1 | -7/+30 |
* | Be careful when dereferencing tags. | Junio C Hamano | 2005-11-02 | 1 | -1/+1 |
* | Unlocalized isspace and friends | Linus Torvalds | 2005-10-14 | 1 | -1/+0 |
* | [PATCH] Avoid wasting memory in git-rev-list | Linus Torvalds | 2005-09-15 | 1 | -1/+3 |
* | Fix compilation warnings. | Junio C Hamano | 2005-08-29 | 1 | -1/+1 |
* | Revert "Replace zero-length array decls with []." | Junio C Hamano | 2005-08-29 | 1 | -1/+1 |
* | Replace zero-length array decls with []. | Jason Riedy | 2005-08-23 | 1 | -1/+1 |
* | [PATCH] Add 'git show-branch'. | Junio C Hamano | 2005-08-22 | 1 | -6/+15 |
* | Introduce --pretty=oneline format. | Junio C Hamano | 2005-08-09 | 1 | -7/+26 |
* | Fix send-pack for non-commitish tags. | Junio C Hamano | 2005-08-05 | 1 | -4/+1 |
* | Teach parse_commit_buffer about grafting. | Junio C Hamano | 2005-07-31 | 1 | -1/+113 |
* | Make "parse_commit()" be a lot more careful | Linus Torvalds | 2005-07-27 | 1 | -5/+11 |
* | [PATCH] Dereference tag repeatedly until we get a non-tag. | Junio C Hamano | 2005-07-11 | 1 | -2/+3 |
* | [PATCH] Add a topological sort procedure to commit.c | Jon Seymour | 2005-07-06 | 1 | -0/+107 |
* | Make "insert_by_date()" match "commit_list_insert()" | Linus Torvalds | 2005-07-06 | 1 | -4/+4 |
* | Add "--pretty=full" format that also shows committer. | Linus Torvalds | 2005-06-26 | 1 | -4/+22 |
* | Keep the parents in order when parsing commits | Linus Torvalds | 2005-06-20 | 1 | -1/+3 |
* | Make "pretty" commit logs always show merge information | Linus Torvalds | 2005-06-18 | 1 | -0/+24 |
* | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 2005-06-08 | 1 | -3/+3 |