224 Commits (5026b471751092ab971f3d4ae46320bc8ce40ff5)

Author SHA1 Message Date
Alex Henrie 940a911f8e log: if --decorate is not given, default to --decorate=auto 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
René Scharfe 6d167fd7cc pretty: use fmt_output_email_subject() 8 years ago
Josh Triplett 68e83a5b82 format-patch: add "--rfc" for the common case of [RFC PATCH] 9 years ago
Josh Triplett 480871e09e format-patch: show base info before email signature 9 years ago
brian m. carlson 7eda0e4fbb streaming: make stream_blob_to_fd take struct object_id 9 years ago
brian m. carlson acad70d106 builtin: convert textconv_object to use struct object_id 9 years ago
brian m. carlson d801627b0c builtin/log: convert some static functions to use struct object_id 9 years ago
Jacob Keller 957ed3a56c format-patch: show 0/1 and 1/1 for singleton patch with cover letter 9 years ago
Kevin Willford b3dfeebb92 rebase: avoid computing unnecessary patch IDs 9 years ago
Josh Triplett 6bc6b6c0dc format-patch: format.from gives the default for --from 9 years ago
Johannes Schindelin 36a4d905c3 format-patch: use stdout directly 9 years ago
Johannes Schindelin 95235f5ba1 format-patch: avoid freopen() 9 years ago
Johannes Schindelin 11f4eb1984 format-patch: explicitly switch off color when writing to files 9 years ago
Johannes Schindelin 6ea57703f6 log: prepare log/log-tree to reuse the diffopt.close_file attribute 9 years ago
Mehul Jain fce04c3ca6 log: add log.showSignature configuration variable 9 years ago
Jeff King 2721ce21e4 use string_list initializer consistently 9 years ago
Eric Wong 9f23e04061 pretty: support "mboxrd" output format 9 years ago
Xiaolong Ye bb52995f3e format-patch: introduce format.useAutoBase configuration 9 years ago
Xiaolong Ye 3de665175f format-patch: introduce --base=auto option 9 years ago
Xiaolong Ye fa2ab86d18 format-patch: add '--base' option to record base tree info 9 years ago
Junio C Hamano 0893eec85f pretty: enable --expand-tabs by default for selected pretty formats 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Matthieu Moy 9501d191ad log: introduce init_log_defaults() 9 years ago
Alexander Kuleshov bc6bf2d764 format-patch: introduce format.outputDirectory configuration 9 years ago
brian m. carlson 3a30aa1787 format-patch: add an option to suppress commit hash 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King 00b6c178c3 use strbuf_complete to conditionally append slash 9 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 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 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago