421 Commits (618200d24309bd53eba18bf6ddb9a7a8c838e808)

Author SHA1 Message Date
Patrick Steinhardt 29ef1f27fe revision: separate walk and unsorted flags 4 years ago
Jeff King b2086b5183 log: avoid loading decorations for userformats that don't need it 4 years ago
Andrei Rybak abcb66c614 *: fix typos which duplicate a word 4 years ago
Sergey Organov 17c13e60fd diff-merges: introduce log.diffMerges config variable 4 years ago
ZheNing Hu db91988aa1 format-patch: allow a non-integral version numbers 4 years ago
Ævar Arnfjörð Bjarmason 47957485b3 tree.h API: simplify read_tree_recursive() signature 4 years ago
Ævar Arnfjörð Bjarmason e900d494dc diff: add an API for deferred freeing 4 years ago
Johannes Schindelin f1ce6c191e range-diff: combine all options in a single data structure 4 years ago
Johannes Schindelin 679b5916cd range-diff/format-patch: refactor check for commit range 4 years ago
Ævar Arnfjörð Bjarmason 4e168333a8 shortlog: remove unused(?) "repo-abbrev" feature 4 years ago
ZheNing Hu e73fe3dd02 builtin/*: update usage format 4 years ago
Sergey Organov 0c627f5d3c diff-merges: handle imply -p on -c/--cc logic for log.c 4 years ago
Sergey Organov 4f54544d73 diff-merges: rename diff_merges_default_to_enable() to match semantics 4 years ago
Sergey Organov 7acf0d06f5 diff-merges: move checks for first_parent_only out of the module 4 years ago
Sergey Organov 18f09473bf diff-merges: rename all functions to have common prefix 4 years ago
Sergey Organov a37eec6333 revision: move diff merges functions to its own diff-merges.c 4 years ago
Sergey Organov 3d4fd94363 revision: provide implementation for diff merges tweaks 4 years ago
Martin Ågren 96313423a7 grep: use designated initializers for `grep_defaults` 4 years ago
Martin Ågren 1d3878799f grep: don't set up a "default" repo for grep 4 years ago
Junio C Hamano 3baf58bfb4 format-patch: make output filename configurable 4 years ago
Jeff King dc1672dd10 format-patch: support --output option 4 years ago
Jeff King 1e1693b2bb format-patch: tie file-opening logic to output_directory 4 years ago
Jeff King 4c6f781f9c format-patch: refactor output selection 4 years ago
Junio C Hamano 39664cb0ac log: diagnose -L used with pathspec as an error 4 years ago
Philippe Blain 180d641d7d line-log: mention both modes in 'blame' and 'log' short help 4 years ago
Bradley M. Kuhn 3abd4a67d9 Documentation: stylistically normalize references to Signed-off-by: 4 years ago
Jacob Keller 7efba5fa39 format-patch: teach format.useAutoBase "whenAble" option 4 years ago
Jeff King 63d24fa0b0 shortlog: allow multiple groups to be specified 4 years ago
Eric Sunshine 07a7f8debf format-patch: use 'origin' as start of current-series-range when known 4 years ago
Eric Sunshine 72a7239016 diff-lib: tighten show_interdiff()'s interface 4 years ago
Eric Sunshine cdffbdc217 diff: move show_interdiff() from its own file to diff-lib 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 4 years ago
Jeff King 9ab89a2439 log: enable "-m" automatically with "--first-parent" 5 years ago
Jeff King 6fae74b418 revision: add "--no-diff-merges" option to counteract "-m" 5 years ago
Jeff King eed5332a13 log: drop "--cc implies -m" logic 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Derrick Stolee a6be5e6764 log: add log.excludeDecoration config option 5 years ago
Emma Brooks 19d097e3d7 format-patch: teach --no-encode-email-headers 5 years ago
Junio C Hamano 88acccda38 log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmap 5 years ago
Denton Liu 1d7297513d notes: break set_display_notes() into smaller functions 5 years ago
Denton Liu 09ac67a183 format-patch: move git_config() before repo_init_revisions() 5 years ago
Denton Liu 8164c961e1 format-patch: use --notes behavior for format.notes 5 years ago
Denton Liu 1e6ed5441a notes: rename to load_display_notes() 5 years ago
Denton Liu 945dc55dda format-patch: teach --no-base 5 years ago
Denton Liu a749d01e1d format-patch: fix indentation 5 years ago
Denton Liu 5b583e6a09 format-patch: pass notes configuration to range-diff 5 years ago
Denton Liu bd36191886 range-diff: pass through --notes to `git log` 5 years ago
Denton Liu bf8e65b30b format-patch: teach --cover-from-description option 5 years ago
Denton Liu a92331df18 format-patch: use enum variables 5 years ago