181 Commits (522e2f4515c4157c445fa49ed2a920f19711d5d9)

Author SHA1 Message Date
Jeff King 00b6c178c3 use strbuf_complete to conditionally append slash 10 years ago
Junio C Hamano 3acf8dd887 builtin/log.c: minor reformat 10 years ago
Junio C Hamano 82dee4160c log: show merge commit when --cc is given 10 years ago
Junio C Hamano c7eaf8b4c3 log: when --cc is given, default to -p unless told otherwise 10 years ago
Junio C Hamano b130c706ec log: rename "tweak" helpers 10 years ago
David Turner 076c98372e log: add "log.follow" configuration variable 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 10 years ago
Junio C Hamano 9b7a61d7da format-patch: do not feed tags to clear_commit_marks() 10 years ago
Jeff King 3a429d0af3 remote.c: report specific errors from branch_get_upstream 10 years ago
Jeff King a9f9f8cc1f remote.c: introduce branch_get_upstream helper 10 years ago
Alex Henrie ce41720cad blame, log: format usage strings similarly to those in documentation 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
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 11 years ago
Jonathan Nieder 8852117a60 pass config slots as pointers instead of offsets 11 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