186 Commits (35eabd1579726d594e84fc8328a5c87693dd065a)

Author SHA1 Message Date
Junio C Hamano fe0a3cb23c info/grafts: allow trailing whitespaces at the end of line 15 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 15 years ago
Brandon Casey f203d6969b commit.c: rename variable named 'n' which masks previous declaration 15 years ago
Johannes Schindelin 7f3140cd23 git repack: keep commits hidden by a graft 16 years ago
Eric Wong f290974390 Allow the Unix epoch to be a valid commit date 16 years ago
Christian Couder 7a8e3895f6 bisect: drop unparse_commit() and use clear_commit_marks() 16 years ago
Christian Couder 836a3fd5b0 commit: add function to unparse a commit and its parents 16 years ago
Junio C Hamano 954cfb5cfd Revert "Merge branch 'js/notes'" 16 years ago
Jake Goulding 7fcdb36e29 Make has_commit() non-static 16 years ago
Johannes Schindelin 879ef2485d Introduce commit notes 16 years ago
Nanako Shiraishi c5ae6439d4 commit.c: make read_graft_file() static 16 years ago
Johannes Schindelin 11ee57bc4c sort_in_topological_order(): avoid setting a commit flag 16 years ago
Johannes Schindelin e358f3c31e sort_in_topological_order(): avoid setting a commit flag 17 years ago
Junio C Hamano 711f6b295c reduce_heads(): protect from duplicate input 17 years ago
Sverre Hvammen Johansen 3d1dd4728b reduce_heads(): thinkofix 17 years ago
Junio C Hamano 98cf9c3bd7 Introduce reduce_heads() 17 years ago
Junio C Hamano 6a938648e1 Introduce get_merge_bases_many() 17 years ago
Miklos Vajna 5240c9d75d Introduce get_octopus_merge_bases() in commit.c 17 years ago
Miklos Vajna 653194758e Move commit_list_count() to commit.c 17 years ago
Miklos Vajna 39468defd3 Remove unused code in parse_commit_buffer() 17 years ago
Martin Koegler 4516338243 builtin-fsck: reports missing parent commits 17 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago
Martin Koegler dec38c8165 check return value from parse_commit() in various functions 17 years ago
Martin Koegler 9786f68bfc parse_commit: don't fail, if object is NULL 17 years ago
Martin Koegler 172947e645 check results of parse_commit in merge_bases 17 years ago
Martin Koegler 0a61779994 parse_commit_buffer: tighten checks while parsing 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Johannes Schindelin 93fc05eb9e Split off the pretty print stuff into its own file 17 years ago
Linus Torvalds 23c17d4a4a Simplify topo-sort logic 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Johannes Schindelin 60fcc2e6ce clear_commit_marks(): avoid deep recursion 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Michal Vitecek 55246aac67 Don't use "<unknown>" for placeholders and suppress printing of empty user formats. 17 years ago
Pierre Habouzit c76689df6c strbuf API additions and enhancements. 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Pierre Habouzit 8b6087fb25 Remove preemptive allocations. 17 years ago
Pierre Habouzit a08f23ab3e Refactor replace_encoding_header. 17 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 17 years ago
Pierre Habouzit 4acfd1b799 Change semantics of interpolate to work like snprintf. 17 years ago
Ren,bi(B Scharfe 7b95089c0f Export format_commit_message() 17 years ago
Marco Costalba c4640fe8d9 Avoid to duplicate commit message when is not encoded 18 years ago
Junio C Hamano 73013afd14 Make show_rfc2822_date() just another date output format. 18 years ago
Robin Rosenberg ee8f838e03 Support output ISO 8601 format dates 18 years ago
Johannes Schindelin 4cd008a925 pp_header(): work around possible memory corruption 18 years ago
Junio C Hamano 4175e9e3a8 More static 18 years ago
Junio C Hamano 4234a76167 Extend --pretty=oneline to cover the first paragraph, 18 years ago
Junio C Hamano 80583c0ef6 Lift 16kB limit of log message output 18 years ago
Junio C Hamano 16befb8b7f Even more missing static 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Kristian Høgsberg 996e2d6ea2 Use =20 when rfc2047 encoding spaces. 18 years ago