Excerpts from Jeff King's message of Fri Jan 04 13:07:51 -0800 2008: > But if you have interface improvement suggestions for "git-add -i" or > "git-add -p", I'm sure they would be well-received (post-1.5.4 > release, of course). Not to show off my git newbness any more than necessary, but when I run both git-add -i and git-add -p, I see exactly the same output and interface. Are they meant to be different? This is with both master and next branches of the git repo. ~/devel/sup$ ~/devel/git/installed/bin/git-add -i staged unstaged path 1: unchanged +1/-0 doc/TODO 2: unchanged +1/-1 lib/sup/message.rb 3: unchanged +28/-43 lib/sup/thread.rb *** Commands *** 1: status 2: update 3: revert 4: add untracked 5: patch 6: diff 7: quit 8: help What now> Bye. ~/devel/sup$ ~/devel/git/installed/bin/git-add -p staged unstaged path 1: unchanged +1/-0 doc/TODO 2: unchanged +1/-1 lib/sup/message.rb 3: unchanged +28/-43 lib/sup/thread.rb *** Commands *** 1: status 2: update 3: revert 4: add untracked 5: patch 6: diff 7: quit 8: help What now> Bye. -- William <wmorgan-git@xxxxxxxxxxxx> - 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