71 Commits (7b6511a13f9913a7a54e76b18e21c2b2bfae18cf)

Author SHA1 Message Date
Linus Torvalds d3ff6f5501 Move "void *util" from "struct object" into "struct commit" 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Junio C Hamano c831da6647 builtin format-patch: squelch content-type for 7-bit ASCII 19 years ago
Junio C Hamano cdd406e389 CMIT_FMT_EMAIL: Q-encode Subject: and display-name part of From: fields. 19 years ago
Johannes Schindelin 698ce6f87e fmt-patch: Support --attach 19 years ago
Eric Wong 6cdfd17974 commit: allow --pretty= args to be abbreviated 19 years ago
Johannes Schindelin 596524b33d Teach fmt-patch about --numbered 19 years ago
Junio C Hamano 2a38704323 Use RFC2822 dates from "git fmt-patch". 19 years ago
Junio C Hamano 53f420ef00 git-fmt-patch: thinkofix to show [PATCH] properly. 19 years ago
Junio C Hamano 4c4b158b8f Minor tweak on subject line in --pretty=email 19 years ago
Junio C Hamano 3eefc18917 Tentative built-in format-patch. 19 years ago
Yann Dirson 360204c324 Allow empty lines in info/grafts 19 years ago
Junio C Hamano 5bc4ce5896 reading $GIT_DIR/info/graft - skip comments correctly. 19 years ago
Linus Torvalds 40c2fe003c Clean up trailing whitespace when pretty-printing commits 19 years ago
Linus Torvalds 684958ae61 When showing a commit message, do not lose an incomplete line. 19 years ago
Junio C Hamano 5040f17eba blame -S <ancestry-file> 19 years ago
Peter Eriksen 90321c106c Replace xmalloc+memset(0) with xcalloc. 19 years ago
Fredrik Kuivinen 6b6dcfc297 Make it possible to not clobber object.util in sort_in_topological_order (take 2) 19 years ago
Junio C Hamano bd2afde8a3 Give no terminating LF to error() function. 19 years ago
Junio C Hamano 4c8725f16a topo-order: make --date-order optional. 19 years ago
Junio C Hamano 6bfb27a0c5 commit.c: "Merge" fix in pretty_print_commit. 19 years ago
Junio C Hamano f2d4227530 pretty_print_commit: honor grafts. 19 years ago
Junio C Hamano 3815f423ae pretty_print_commit(): pass commit object instead of commit->buffer. 19 years ago
Junio C Hamano b2d4c56f2f diff-tree: abbreviate merge parent object names with --abbrev --pretty. 19 years ago
Junio C Hamano 181dc77695 describe: omit clearing marks on the last one. 19 years ago
Junio C Hamano f8f9c73c7d describe: allow more than one revs to be named. 19 years ago
Junio C Hamano 8f1d2e6f49 [PATCH] Compilation: zero-length array declaration. 19 years ago
Eric Wong 7d6fb370bc short circuit out of a few places where we would allocate zero bytes 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Sergey Vlasov 4a4e6fd74f Rework object refs tracking to reduce memory usage 19 years ago
Linus Torvalds 2ed02887bd Fix git-rev-list "date order" with --topo-order 19 years ago
Junio C Hamano ff56fe1ca7 Add --pretty=fuller 19 years ago
Junio C Hamano 9534f40bc4 Be careful when dereferencing tags. 19 years ago
Linus Torvalds 4546738b58 Unlocalized isspace and friends 19 years ago
Linus Torvalds 60ab26de99 [PATCH] Avoid wasting memory in git-rev-list 19 years ago
Junio C Hamano 5de36bfec9 Fix compilation warnings. 19 years ago
Junio C Hamano 2c04662d89 Revert "Replace zero-length array decls with []." 19 years ago
Jason Riedy 6c5f9baa3b Replace zero-length array decls with []. 20 years ago
Junio C Hamano f76412ed6d [PATCH] Add 'git show-branch'. 20 years ago
Junio C Hamano d87449c553 Introduce --pretty=oneline format. 20 years ago
Junio C Hamano 37fde874c2 Fix send-pack for non-commitish tags. 20 years ago
Junio C Hamano 5da5c8f4cf Teach parse_commit_buffer about grafting. 20 years ago
Linus Torvalds f7cc77d78b Make "parse_commit()" be a lot more careful 20 years ago
Junio C Hamano 013aab8265 [PATCH] Dereference tag repeatedly until we get a non-tag. 20 years ago
Jon Seymour ab580acea4 [PATCH] Add a topological sort procedure to commit.c 20 years ago
Linus Torvalds f755494cec Make "insert_by_date()" match "commit_list_insert()" 20 years ago
Linus Torvalds 9b66ec0474 Add "--pretty=full" format that also shows committer. 20 years ago
Linus Torvalds 6c88be1698 Keep the parents in order when parsing commits 20 years ago
Linus Torvalds 28342a5d32 Make "pretty" commit logs always show merge information 20 years ago
Jason McMullan 5d6ccf5ce7 [PATCH] Anal retentive 'const unsigned char *sha1' 20 years ago