pgr0ss / rake_commit

A program that helps with checking in code. It automates common git or svn commands.
13 stars 13 forks source link

Allow selecting from prompt history #9

Closed brianchhun closed 11 years ago

brianchhun commented 11 years ago

This allows you to scroll up to previous inputs for each prompt. It can come in handy if want to slightly modify previous input for new input e.g., slightly modifying your previous commit message for a new commit.

pgr0ss commented 11 years ago

I like the idea of prompt history. Why did you close the pull request?