Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/update-index-all.sh
diff options
context:
space:
mode:
authorjaberg <james@localhost.localdomain>2007-01-07 21:24:04 (GMT)
committer jaberg <james@localhost.localdomain>2007-01-07 21:24:04 (GMT)
commit1becac24dfa6bd0cee4ae46f4c0b8630bfbb6269 (patch)
tree70d602342d546fd8c268143b54d46b8ca580a7ed /scripts/update-index-all.sh
parent2a940a71469b2b5964e8deab3ed6db0254424671 (diff)
unify_edit init
Diffstat (limited to 'scripts/update-index-all.sh')
-rwxr-xr-xscripts/update-index-all.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/update-index-all.sh b/scripts/update-index-all.sh
new file mode 100755
index 0000000..30dd058
--- /dev/null
+++ b/scripts/update-index-all.sh
@@ -0,0 +1,5 @@
+ #!/bin/sh
+
+for F in $( git-status | grep modified | cut -f 2 | cut -d ' ' -f 4 ) ; do
+ git-update-index $F
+done