summaryrefslogtreecommitdiff
path: root/builtin/log.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-21Merge branch 'jc/format-patch-name-max'Libravatar Junio C Hamano1-6/+14
2020-11-18Merge branch 'pb/blame-funcname-range-userdiff'Libravatar Junio C Hamano1-2/+2
2020-11-18Merge branch 'jk/format-patch-output'Libravatar Junio C Hamano1-15/+22
2020-11-18Merge branch 'jc/line-log-takes-no-pathspec'Libravatar Junio C Hamano1-0/+3
2020-11-09format-patch: make output filename configurableLibravatar Junio C Hamano1-6/+14
2020-11-04format-patch: support --output optionLibravatar Jeff King1-2/+9
2020-11-04format-patch: tie file-opening logic to output_directoryLibravatar Jeff King1-6/+6
2020-11-04format-patch: refactor output selectionLibravatar Jeff King1-9/+9
2020-11-04log: diagnose -L used with pathspec as an errorLibravatar Junio C Hamano1-0/+3
2020-11-01line-log: mention both modes in 'blame' and 'log' short helpLibravatar Philippe Blain1-2/+2
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Libravatar Bradley M. Kuhn1-1/+1
2020-10-05Merge branch 'jk/format-auto-base-when-able'Libravatar Junio C Hamano1-25/+105
2020-10-04Merge branch 'jk/shortlog-group-by-trailer'Libravatar Junio C Hamano1-0/+1
2020-10-01format-patch: teach format.useAutoBase "whenAble" optionLibravatar Jacob Keller1-25/+105
2020-09-27shortlog: allow multiple groups to be specifiedLibravatar Jeff King1-0/+1
2020-09-22Merge branch 'es/format-patch-interdiff-cleanup'Libravatar Junio C Hamano1-9/+13
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Libravatar Junio C Hamano1-1/+1
2020-09-08format-patch: use 'origin' as start of current-series-range when knownLibravatar Eric Sunshine1-7/+11
2020-09-08diff-lib: tighten show_interdiff()'s interfaceLibravatar Eric Sunshine1-1/+2
2020-09-08diff: move show_interdiff() from its own file to diff-libLibravatar Eric Sunshine1-1/+0
2020-09-02wt-status: tolerate dangling marksLibravatar Jonathan Tan1-1/+1
2020-08-17Merge branch 'jk/log-fp-implies-m'Libravatar Junio C Hamano1-4/+3
2020-07-29log: enable "-m" automatically with "--first-parent"Libravatar Jeff King1-0/+3
2020-07-29revision: add "--no-diff-merges" option to counteract "-m"Libravatar Jeff King1-2/+2
2020-07-29log: drop "--cc implies -m" logicLibravatar Jeff King1-4/+0
2020-07-28strvec: convert builtin/ callers away from argv_array nameLibravatar Jeff King1-6/+6
2020-05-05Merge branch 'dl/opt-callback-cleanup'Libravatar Junio C Hamano1-28/+26
2020-04-28Merge branch 'ds/log-exclude-decoration-config'Libravatar Junio C Hamano1-1/+15
2020-04-28Merge branch 'jc/log-no-mailmap'Libravatar Junio C Hamano1-0/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-28/+26
2020-04-16log: add log.excludeDecoration config optionLibravatar Derrick Stolee1-1/+15
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks1-0/+7
2020-03-16log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmapLibravatar Junio C Hamano1-0/+1
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Libravatar Junio C Hamano1-17/+14
2019-12-16Merge branch 'dl/rebase-with-autobase'Libravatar Junio C Hamano1-3/+6
2019-12-13notes: break set_display_notes() into smaller functionsLibravatar Denton Liu1-1/+6
2019-12-09format-patch: move git_config() before repo_init_revisions()Libravatar Denton Liu1-4/+7
2019-12-09format-patch: use --notes behavior for format.notesLibravatar Denton Liu1-12/+1
2019-12-09notes: rename to load_display_notes()Libravatar Denton Liu1-2/+2
2019-12-05format-patch: teach --no-baseLibravatar Denton Liu1-2/+5
2019-12-05format-patch: fix indentationLibravatar Denton Liu1-1/+1
2019-11-21format-patch: pass notes configuration to range-diffLibravatar Denton Liu1-1/+23
2019-11-21range-diff: pass through --notes to `git log`Libravatar Denton Liu1-1/+1
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Libravatar Junio C Hamano1-33/+92
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Libravatar Junio C Hamano1-0/+16
2019-10-16format-patch: teach --cover-from-description optionLibravatar Denton Liu1-20/+75
2019-10-16format-patch: use enum variablesLibravatar Denton Liu1-13/+17
2019-10-16format-patch: replace erroneous and conditionLibravatar Denton Liu1-1/+1
2019-10-12format-patch: create leading components of output directoryLibravatar Bert Wesarg1-0/+16
2019-09-05use get_tagged_oid()Libravatar René Scharfe1-2/+3