Skip to content

Commit

Permalink
Some notes about needed improvements and refactoring of git-re-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdominus committed Apr 30, 2013
1 parent ef70c58 commit e74edf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NOTES/TODO
@@ -1,7 +1,10 @@

A git-commit hook that refuses to commit a change that adds a line
that matches 'DO NOT COMMIT'.

Fix up git-ff-branch to display a summary of changes like the one tht
git-merge does when it fast-forwards the current branch.

git-re-edit needs to be able to take a range of commits and edit all the files changedby any of those commits.
I'd like to implement that as part of a general git-what-changed command that just lists the files that changed in a
commit or commits. Picking the filenames out of git-diff --stat with its stupid abbreviating behavior is getting old.
Then I would also remove the -c flag from git-re-edit.

0 comments on commit e74edf1

Please sign in to comment.