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
2024-01-03Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano
2023-10-17status: fix branch shown when not only bisectingRubén Justo
2023-06-28fix cherry-pick/revert status when doing multiple commitsJacob Keller
2021-12-16am: support --allow-empty to record specific empty patches徐沛文 (Aleen)
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-20t7[5-9]*: 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-02-17rebase: rename the two primary rebase backendsElijah Newren
2020-02-17rebase tests: mark tests specific to the am-backend with --amElijah Newren
2019-08-28status: mention --skip for revert and cherry-pickDenton Liu
2019-07-19Merge branch 'jl/status-reduce-vertical-blank'Junio C Hamano
2019-07-19Merge branch 'pw/status-with-corrupt-sequencer-state'Junio C Hamano
2019-07-10Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-06-27status: do not report errors in sequencer/todoPhillip Wood
2019-06-21status: remove the empty line after hintsJohn Lin
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy
2019-04-17fix cherry-pick/revert status after commitPhillip Wood
2017-01-26status: be prepared for not-yet-started interactive rebaseJohannes Schindelin
2016-07-22status: suggest 'git merge --abort' when appropriateMatthieu Moy
2015-07-07status: add new tests for status during rebase -iGuillaume Pagès
2015-07-07status: give more information during rebase -iGuillaume Pagès
2015-06-30status: differentiate interactive from non-interactive rebasesGuillaume Pagès
2014-03-13wt-status: lift the artificual "at least 20 columns" floorJunio C Hamano
2013-10-11status: show commit sha1 in "You are currently cherry-picking" messageRalf Thielow
2013-10-11status test: add missing && to <<EOF blocksJonathan Nieder
2013-09-07tests: don't set status.displayCommentPrefix file-wideMatthieu Moy
2013-09-07status: disable display of '#' comment prefix by defaultMatthieu Moy
2013-07-12Merge branch 'rr/rebase-checkout-reflog'Junio C Hamano
2013-06-27am: replace uses of --resolved with --continueKevin Bracey
2013-06-18wt-status: give better advice when cherry-pick is in progressRalf Thielow
2013-06-17status: do not depend on rebase reflog messagesRamkumar Ramachandra
2013-06-17t7512: test "detached from" as wellJunio C Hamano
2013-04-03status: show commit sha1 in "You are currently reverting" messageMatthieu Moy
2013-04-03status: show 'revert' state and status hintMatthieu Moy
2013-04-01Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano
2013-03-24status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy
2013-03-22Merge branch 'tb/document-status-u-tradeoff'Junio C Hamano
2013-03-17status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy
2013-03-17status: advise to consider use of -u when read_directory takes too longNguyễn Thái Ngọc Duy
2013-02-25Sync with 'maint'Junio C Hamano
2013-02-25Documentation: "advice" is uncountableGreg Price
2013-02-05status: show the branch name if possible in in-progress infoNguyễn Thái Ngọc Duy
2012-06-14status: better advices when splitting a commit (during rebase -i)Lucien Kong
2012-06-14status: don't suggest "git rm" or "git add" if not appropriateLucien Kong
2012-06-14t7512-status-help.sh: better advices for git statusLucien Kong