162 Commits (52fca2184df8398f0ba212cd6a0ec1fb123b7473)

Author SHA1 Message Date
Doug Kelly 339de50891 format-patch: ignore diff.submodule setting 10 years ago
Kyle J. McKay e66dc0cc4b log.c: fix translation markings 10 years ago
Nguyễn Thái Ngọc Duy 6a0b0b6de9 tree.c: update read_tree_recursive callback to pass strbuf as base 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Jonathan Nieder 8852117a60 pass config slots as pointers instead of offsets 10 years ago
René Scharfe e3f1da982e use skip_prefix() to avoid more magic numbers 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Matthias Ruester e4a590efa2 builtin/log.c: mark strings for translation 11 years ago
Matthieu Moy 94204bf505 builtin/log.c: fix minor memory leak 11 years ago
René Scharfe e992d1eb39 use strbuf_addbuf for adding strbufs 11 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 years ago
Linus Torvalds 1571586648 git log: support "auto" decorations 11 years ago
Jeremiah Mahler 7022650f61 format-patch: add "--signature-file=<file>" option 11 years ago
Jeff King c6076e2b4a format-patch: make newline after signature conditional 11 years ago
Jeff King dd63f169d9 move "--follow needs one pathspec" rule to diff_setup_done 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Stefan Beller b7df098c6d log, format-patch: parsing uses OPT__QUIET 12 years ago
Stefan Beller 4741edd549 Remove deprecated OPTION_BOOLEAN for parsing arguments 12 years ago
Nguyễn Thái Ngọc Duy 9a08727443 remove init_pathspec() in favor of parse_pathspec() 12 years ago
Jeff King a90804752f teach format-patch to place other authors into in-body "From" 12 years ago
Junio C Hamano 08f704f294 toposort: rename "lifo" field 12 years ago
Michael J Gruber 083b993109 show: honor --textconv for blobs 12 years ago
Junio C Hamano 6c374008b1 diff_opt: track whether flags have been set explicitly 12 years ago
Ramkumar Ramachandra e495afcd74 builtin/log.c: make usage string consistent with doc 12 years ago
Felipe Contreras d7ddad012b format-patch: trivial cleanups 12 years ago
Felipe Contreras 2a4c26076c format-patch: add format.coverLetter configuration variable 12 years ago
Felipe Contreras aa089cd9ab log: update to OPT_BOOL 12 years ago
Felipe Contreras 427a8ec5e7 format-patch: refactor branch name calculation 12 years ago
Felipe Contreras 80d35ca0aa format-patch: improve head calculation for cover-letter 12 years ago
Thomas Rast 12da1d1f6f Implement line-history search (git log -L) 12 years ago
Jacob Sarvis 6005dbb9bf log: read gpg settings for signed commit verification 12 years ago
Nguyễn Thái Ngọc Duy 5289c56a72 format-patch: update append_signoff prototype 12 years ago
Antoine Pelisse e6bb5f78fb log: add log.mailmap configuration option 12 years ago
Antoine Pelisse ea57bc0d41 log: add --use-mailmap option 12 years ago
Junio C Hamano 7952ea66e7 format-patch: give --reroll-count a short synonym -v 12 years ago
Nguyễn Thái Ngọc Duy 5ee29aefac format-patch: pick up branch description when no ref is specified 12 years ago
Nguyễn Thái Ngọc Duy 20b630aae9 format-patch: pick up correct branch name from symbolic ref 12 years ago
Junio C Hamano 5fe10fe80a format-patch: add --reroll-count=$N option 12 years ago
Junio C Hamano d28b5d47ab get_patch_filename(): split into two functions 12 years ago
Junio C Hamano 38ec23ac89 get_patch_filename(): drop "just-numbers" hack 12 years ago
Junio C Hamano 021f2f4c1a get_patch_filename(): simplify function signature 12 years ago
Junio C Hamano 68cb7b6f85 builtin/log.c: stop using global patch_suffix 12 years ago
Junio C Hamano ce37596c13 builtin/log.c: drop redundant "numbered_files" parameter from make_cover_letter() 12 years ago
Junio C Hamano 25a751f198 builtin/log.c: drop unused "numbered" parameter from make_cover_letter() 12 years ago
Junio C Hamano 0657bcbf6f log: honor grep.* configuration 13 years ago