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