Skip to content

Commit

Permalink
refactoring notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dominus committed Jan 1, 2013
1 parent 0aa7d4a commit 78710c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion git-re-edit
Expand Up @@ -7,7 +7,11 @@
# dirty. Useful following a "git reset HEAD^" to continue work on the # dirty. Useful following a "git reset HEAD^" to continue work on the
# stuff you were working on before. Useful following a failed merge. # stuff you were working on before. Useful following a failed merge.
# #
# There should also be an option to tell it not to suppress ?? files. # Todo: break this program into a git-changed-files command that just
# emits the names of the changed files, and then git-re-edit can call that
# and run the editor on the changed files.
#
# git-changed-files should accept multiple commit names


use strict; use strict;
use Getopt::Std; use Getopt::Std;
Expand Down

0 comments on commit 78710c7

Please sign in to comment.