aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-06builtin/*: update usage formatZheNing Hu1-4/+4
2020-12-08Merge branch 'ma/grep-init-default'Junio C Hamano1-1/+0
2020-11-21Merge branch 'jc/format-patch-name-max'Junio C Hamano1-6/+14
2020-11-21grep: use designated initializers for `grep_defaults`Martin Ågren1-1/+0
2020-11-21grep: don't set up a "default" repo for grepMartin Ågren1-1/+1
2020-11-18Merge branch 'pb/blame-funcname-range-userdiff'Junio C Hamano1-2/+2
2020-11-18Merge branch 'jk/format-patch-output'Junio C Hamano1-15/+22
2020-11-18Merge branch 'jc/line-log-takes-no-pathspec'Junio C Hamano1-0/+3
2020-11-09format-patch: make output filename configurableJunio C Hamano1-6/+14
2020-11-04format-patch: support --output optionJeff King1-2/+9
2020-11-04format-patch: tie file-opening logic to output_directoryJeff King1-6/+6
2020-11-04format-patch: refactor output selectionJeff King1-9/+9
2020-11-04log: diagnose -L used with pathspec as an errorJunio C Hamano1-0/+3
2020-11-01line-log: mention both modes in 'blame' and 'log' short helpPhilippe Blain1-2/+2
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn1-1/+1
2020-10-05Merge branch 'jk/format-auto-base-when-able'Junio C Hamano1-25/+105
2020-10-04Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano1-0/+1
2020-10-01format-patch: teach format.useAutoBase "whenAble" optionJacob Keller1-25/+105
2020-09-27shortlog: allow multiple groups to be specifiedJeff King1-0/+1
2020-09-22Merge branch 'es/format-patch-interdiff-cleanup'Junio C Hamano1-9/+13
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano1-1/+1
2020-09-08format-patch: use 'origin' as start of current-series-range when knownEric Sunshine1-7/+11
2020-09-08diff-lib: tighten show_interdiff()'s interfaceEric Sunshine1-1/+2
2020-09-08diff: move show_interdiff() from its own file to diff-libEric Sunshine1-1/+0
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-08-17Merge branch 'jk/log-fp-implies-m'Junio C Hamano1-4/+3
2020-07-29log: enable "-m" automatically with "--first-parent"Jeff King1-0/+3
2020-07-29revision: add "--no-diff-merges" option to counteract "-m"Jeff King1-2/+2
2020-07-29log: drop "--cc implies -m" logicJeff King1-4/+0
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-6/+6
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano1-28/+26
2020-04-28Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano1-1/+15
2020-04-28Merge branch 'jc/log-no-mailmap'Junio C Hamano1-0/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-28/+26
2020-04-16log: add log.excludeDecoration config optionDerrick Stolee1-1/+15
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks1-0/+7
2020-03-16log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmapJunio C Hamano1-0/+1
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano1-17/+14
2019-12-16Merge branch 'dl/rebase-with-autobase'Junio C Hamano1-3/+6
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu1-1/+6
2019-12-09format-patch: move git_config() before repo_init_revisions()Denton Liu1-4/+7
2019-12-09format-patch: use --notes behavior for format.notesDenton Liu1-12/+1
2019-12-09notes: rename to load_display_notes()Denton Liu1-2/+2
2019-12-05format-patch: teach --no-baseDenton Liu1-2/+5
2019-12-05format-patch: fix indentationDenton Liu1-1/+1
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu1-1/+23
2019-11-21range-diff: pass through --notes to `git log`Denton Liu1-1/+1
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano1-33/+92
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano1-0/+16
2019-10-16format-patch: teach --cover-from-description optionDenton Liu1-20/+75