summaryrefslogtreecommitdiff
path: root/t/t7512-status-help.sh
AgeCommit message (Expand)Author
2020-02-16rebase: rename the two primary rebase backendsElijah Newren
2020-02-16rebase tests: mark tests specific to the am-backend with --amElijah Newren
2019-08-27status: 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-09Merge 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-06status: add new tests for status during rebase -iGuillaume Pagès
2015-07-06status: give more information during rebase -iGuillaume Pagès
2015-06-30status: differentiate interactive from non-interactive rebasesGuillaume Pagès
2014-03-12wt-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-06tests: don't set status.displayCommentPrefix file-wideMatthieu Moy
2013-09-06status: disable display of '#' comment prefix by defaultMatthieu Moy
2013-07-11Merge branch 'rr/rebase-checkout-reflog'Junio C Hamano
2013-06-27am: replace uses of --resolved with --continueKevin Bracey
2013-06-17wt-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-02status: show commit sha1 in "You are currently reverting" messageMatthieu Moy
2013-04-02status: 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-21Merge 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