Commit 92ae526c16ae72c20c80c1795196a4d0b2d853b5
- Date: Mon May 12 03:31:44 +0000 2008
- Committer: Dustin Sallings (dustin@spy.net)
- Author: Dustin Sallings (dustin@spy.net)
- Commit SHA1: 92ae526c16ae72c20c80c1795196a4d0b2d853b5
- Tree SHA1: 68b42821d9abf9ba1d3c3bb276b570bb44be4d96
No wait, I *don't* want -u.
Commit diff
| |   |
| 1 | 1 | #!/bin/sh |
| 2 | 2 | |
| 3 | | git add -u . |
| 3 | git add . |
| 4 | 4 | git ls-files -m | xargs git rm |
| toggle raw diff |
--- a/git-addremove
+++ b/git-addremove
@@ -1,4 +1,4 @@
#!/bin/sh
-git add -u .
+git add .
git ls-files -m | xargs git rm |