Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-07builtin/*: update usage formatZheNing Hu
2020-12-09Merge branch 'ma/grep-init-default'Junio C Hamano
2020-11-22Merge branch 'jc/format-patch-name-max'Junio C Hamano
2020-11-22grep: use designated initializers for `grep_defaults`Martin Ågren
2020-11-22grep: don't set up a "default" repo for grepMartin Ågren
2020-11-19Merge branch 'pb/blame-funcname-range-userdiff'Junio C Hamano
2020-11-19Merge branch 'jk/format-patch-output'Junio C Hamano
2020-11-19Merge branch 'jc/line-log-takes-no-pathspec'Junio C Hamano
2020-11-10format-patch: make output filename configurableJunio C Hamano
2020-11-05format-patch: support --output optionJeff King
2020-11-05format-patch: tie file-opening logic to output_directoryJeff King
2020-11-05format-patch: refactor output selectionJeff King
2020-11-05log: diagnose -L used with pathspec as an errorJunio C Hamano
2020-11-02line-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-06Merge branch 'jk/format-auto-base-when-able'Junio C Hamano
2020-10-04Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano
2020-10-02format-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-09format-patch: use 'origin' as start of current-series-range when knownEric Sunshine
2020-09-09diff-lib: tighten show_interdiff()'s interfaceEric Sunshine
2020-09-09diff: move show_interdiff() from its own file to diff-libEric Sunshine
2020-09-03wt-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-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-05-06Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-29Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano
2020-04-29Merge 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-17log: 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-17Merge branch 'dl/rebase-with-autobase'Junio C Hamano
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu
2019-12-10format-patch: move git_config() before repo_init_revisions()Denton Liu
2019-12-10format-patch: use --notes behavior for format.notesDenton Liu
2019-12-10notes: 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