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-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-09-20Merge branch 'ob/t3404-typofix'Junio C Hamano
2023-09-14Merge branch 'pw/rebase-i-after-failure'Junio C Hamano
2023-09-13t3404-rebase-interactive.sh: fix typos in title of a rewording testOswald Buddenhagen
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie
2023-03-01Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano
2023-02-24rebase -i: match whole word in is_command()Phillip Wood
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood
2022-11-07rebase --update-refs: avoid unintended ref deletionVictoria Dye
2022-09-21t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh
2022-07-19sequencer: notify user of --update-refs activityDerrick Stolee
2022-07-19rebase: add rebase.updateRefs config optionDerrick Stolee
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee
2022-07-19rebase: update refs from 'update-ref' commandsDerrick Stolee
2022-07-19rebase: add --update-refs optionDerrick Stolee
2022-03-17tests: change "mkdir -p && write_script" to use "test_hook"Ævar Arnfjörð Bjarmason
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-10-19Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-09-13tests: remove leftover untracked filesElijah Newren
2021-09-08tests: stop testing `git rebase --preserve-merges`Johannes Schindelin
2021-08-23rebase -i: add another reword testPhillip Wood
2021-02-26Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-11-25t3404: do not depend on any specific default branch nameJohannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-05rebase -i: stop overwriting ORIG_HEAD bufferPhillip Wood
2020-08-20Merge branch 'ak/sequencer-fix-find-uniq-abbrev'Junio C Hamano
2020-08-20Merge branch 'en/sequencer-merge-labels'Junio C Hamano
2020-08-14sequencer: avoid garbled merge machinery messages due to commit labelsElijah Newren
2020-08-13rebase -i: fix possibly wrong onto hash in todoAntti Keränen
2020-07-30t3404: prepare 'short SHA-1 collision' tests for SHA-256Johannes Schindelin
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano
2020-03-03Merge branch 'en/rebase-backend'Junio C Hamano
2020-02-17rebase: rename the two primary rebase backendsElijah Newren
2020-02-17rebase tests: mark tests specific to the am-backend with --amElijah Newren
2020-02-17rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren
2020-01-29rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin
2020-01-23rebase -i: re-fix short SHA-1 collisionJohannes Schindelin