268 Commits (0d4a132144a14ae6801523960cbc1939a9bab6c1)

Author SHA1 Message Date
Stefan Beller cf63051ada diff: introduce DIFF_PICKAXE_KINDS_MASK 7 years ago
Rafael Ascensão 65516f586b log: add option to choose which refs to decorate 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Brandon Williams 25567af805 diff: remove touched flags 7 years ago
Brandon Williams afa73c5384 diff: add flag to indicate textconv was set via cmdline 7 years ago
Brandon Williams 02f2f56bc3 diff: convert flags to be stored in bitfields 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Kevin Willford 738e88a20c format-patch: have progress option while generating patches 8 years ago
Martin Ågren f094b89a4d parse_decoration_style: drop unused argument `var` 8 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Jeff King f35650dff6 log: do not free parents when walking reflog 8 years ago
Jeff King 822601e830 log: clarify comment about reflog cycles 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams 34f3c0ebfb patch-ids: convert to struct object_id 8 years ago
Nguyễn Thái Ngọc Duy 15d980a785 log: fix memory leak in open_next_file() 8 years ago
Nguyễn Thái Ngọc Duy 5118d7f4e6 print errno when reporting a system call error 8 years ago
Jeff King dc944b65f1 get_sha1_with_context: dynamically allocate oc->path 8 years ago
brian m. carlson c74271aae7 builtin/log: honor log.decorate 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
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