"Steven E. Harris" <seh@xxxxxxxxx> writes: > Adam Monsen <haircut@xxxxxxxxx> writes: > >> That's a good way to keep tabs on whether you're in the middle of a >> rebase or am (as well as many other statuses). > > How so? How are you using it for this purpose? There is this gem in the completion script: # 3) Consider changing your PS1 to also show the current branch: # PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ ' With this, you will see something like: [junio@alter git.git (master|AM)]$ as your prompt while you are working to fix corrupt patch you tried but failed to apply. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html