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
2023-12-10Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-06-21Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano
2023-06-03diff: detect pathspec magic not supported by --followJeff King
2023-05-19t4202-log: modernize test formatJohn Cai
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason
2022-10-21Merge branch 'ab/grep-simplify-extended-expression'Junio C Hamano
2022-10-11grep.c: remove "extended" in favor of "pattern_expression", fix segfaultÆvar Arnfjörð Bjarmason
2022-08-30Merge branch 'ds/decorate-filter-tweak'Junio C Hamano
2022-08-06log: create log.initialDecorationSet=allDerrick Stolee
2022-08-06log: add --clear-decorations optionDerrick Stolee
2022-08-06log: add default decoration filterDerrick Stolee
2022-08-06refs: allow "HEAD" as decoration filterDerrick Stolee
2022-08-01symbolic-ref: refuse to set syntactically invalid targetLinus Torvalds
2022-05-13log test: skip a failing mkstemp() test under valgrindÆvar Arnfjörð Bjarmason
2022-03-17Merge branch 'ab/grep-patterntype'Junio C Hamano
2022-03-14Merge branch 'fs/gpgsm-update'Junio C Hamano
2022-03-04gpg-interface/gpgsm: fix for v2.3Fabian Stelzer
2022-03-04log tests: fix "abort tests early" regression in ff37a60c369Ævar Arnfjörð Bjarmason
2022-02-26Merge branch 'ab/grep-patterntype'Junio C Hamano
2022-02-24Merge branch 'ah/log-no-graph'Junio C Hamano
2022-02-17Merge branch 'js/diff-filter-negation-fix'Junio C Hamano
2022-02-16log tests: check if grep_config() is called by "log"-like cmdsÆvar Arnfjörð Bjarmason
2022-02-11log: add a --no-graph optionAlex Henrie
2022-02-10Merge branch 'jc/name-rev-stdin'Junio C Hamano
2022-01-28diff-filter: be more careful when looking for negative bitsJohannes Schindelin
2022-01-10name-rev: deprecate --stdin in favor of --annotate-stdinJohn Cai
2022-01-06Merge branch 'rs/log-invert-grep-with-headers'Junio C Hamano
2022-01-06Merge branch 'rs/t4202-invert-grep-test-fix'Junio C Hamano
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-22Merge branch 'fs/ssh-signing-key-lifetime'Junio C Hamano
2021-12-18t4202: fix patternType setting in --invert-grep testRené Scharfe
2021-12-18log: let --invert-grep only invert --grepRené Scharfe
2021-12-13t4202: clarify intent by creating expected content less cleverlyEric Sunshine
2021-12-10ssh signing: make git log verify key lifetimeFabian Stelzer
2021-12-02log: load decorations with --simplify-by-decorationJeff King
2021-12-02log: handle --decorate-refs with userformat "%d"Jeff King
2021-11-01Merge branch 'hm/paint-hits-in-log-grep'Junio C Hamano
2021-10-26Merge branch 'fs/ssh-signing'Junio C Hamano
2021-10-09pretty: colorize pattern matches in commit messagesHamza Mahfooz
2021-09-11ssh signing: tests for logs, tags & push certsFabian Stelzer
2021-07-28Merge branch 'jk/log-decorate-optim'Junio C Hamano
2021-07-14load_ref_decorations(): fix decoration with tagsJeff King
2021-06-02t4202: mark bogus head hash test with REFFILESHan-Wen Nienhuys
2021-06-02t4202: split testcase for invalid HEAD symref and HEAD hashHan-Wen Nienhuys
2020-11-20t4*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-09-01Merge branch 'jk/rev-input-given-fix'Junio C Hamano