122 Commits (aa3698516109df16f763ed2f0182075edabd7ea0)

Author SHA1 Message Date
Junio C Hamano 199c45bf2b Add %m to '--pretty=format:' 18 years ago
Jeff King d0e50cb4cb commit: fix pretty-printing of messages with "\nencoding " 18 years ago
Jeff King 6a5ea2d023 Fix "--pretty=format:" encoding item 18 years ago
Junio C Hamano 542e165cdc Fix "--pretty=format:" for parent related items. 18 years ago
Jeff King 4621af3716 --pretty=format: fix broken %ct and %at interpolation 18 years ago
James Bowes 567fb65e25 Replace remaining instances of strdup with xstrdup. 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Johannes Schindelin e52a5de45a pretty-formats: add 'format:<string>' 18 years ago
Eric Wong b6936205e7 Disallow invalid --pretty= abbreviations 18 years ago
Junio C Hamano f7e68b2967 Use log output encoding in --pretty=email headers. 18 years ago
Junio C Hamano 03840fc32d Allow in_merge_bases() to take more than one reference commits. 18 years ago
Junio C Hamano 1295228d1f merge-base: do not leak commit list 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Lars Hjemli f3a47405bb Skip excessive blank lines before commit body 18 years ago
Junio C Hamano e90068a904 i18n: do not leak 'encoding' header even when we cheat the conversion. 18 years ago
Junio C Hamano 53af9816bc i18n: drop "encoding" header in the output after re-coding. 18 years ago
Junio C Hamano 4b46e22d48 commit re-encoding: fix confusion between no and default conversion. 18 years ago
Junio C Hamano d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. 18 years ago
Junio C Hamano 52883fbd76 Teach log family --encoding 18 years ago
Junio C Hamano 2ecd2bbcbe Move in_merge_bases() to commit.c 18 years ago
Junio C Hamano 577ed5c20b rev-list --left-right 18 years ago
Johannes Schindelin f53514bc2d allow deepening of a shallow repository 18 years ago
Johannes Schindelin ed09aef06f support fetching into a shallow repository 18 years ago
Eric Wong 14763e7bda commit: fix a segfault when displaying a commit with unreachable parents 18 years ago
Junio C Hamano 81a71734bb Revert "Make it possible to set up libgit directly (instead of from the environment)" 18 years ago
Jonas Fonseca 3dfb9278df Add --relative-date option to the revision interface 18 years ago
Linus Torvalds 9a8e35e987 Relative timestamps in git log 18 years ago
Tilman Sauerbeck 55c3eb434a Indentation fix. 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Robert Shearman 19b3bd3e2d format-patch: Generate a newline between the subject header and the message body 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Junio C Hamano f324943816 merge-base: update the clean-up postprocessing 19 years ago
Petr Baudis 0270083ded Make it possible to set up libgit directly (instead of from the environment) 19 years ago
Junio C Hamano 58ecf5c1cd Re-fix clear_commit_marks(). 19 years ago
Junio C Hamano 160b798303 revert clear-commit-marks for now. 19 years ago
Junio C Hamano 2ef108013e get_merge_bases: clean up even when there is no common commit. 19 years ago
Junio C Hamano 542ccefe89 commit.c: do not redefine UNINTERESTING bit. 19 years ago
Rene Scharfe c0fa8255c6 Fold get_merge_bases_clean() into get_merge_bases() 19 years ago
Rene Scharfe 31aea7ef77 Make clear_commit_marks() clean harder 19 years ago
Rene Scharfe 31609c1725 Add get_merge_bases_clean() 19 years ago
Johannes Schindelin 7c6f8aaf6d move get_merge_bases() to core lib. 19 years ago
Junio C Hamano 3b44f15a35 connect.c: check the commit buffer boundary while parsing. 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Junio C Hamano 0da4677149 fix rfc2047 formatter. 19 years ago
Linus Torvalds 855419f764 Add specialized object allocator 19 years ago
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