commit | 40d8cfe4117564e5520e8f4f953addaa94844476 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 14 18:56:05 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 14 18:56:05 2005 -0700 |
tree | 9dd2fb169a2d4a2c0f49bf9537cf9aa314614342 | |
parent | 479346adc5ebb099121063d4c06da30093ed9b3b [diff] [blame] |
Trivial git script fixups Fix permissions, and add trivial "reset" and "add" scripts. The "reset" script just resets the index back to head, while the "add" script is just a crutch for people used to do "cvs add".
diff --git a/git-reset-script b/git-reset-script new file mode 100755 index 0000000..eaefd00 --- /dev/null +++ b/git-reset-script
@@ -0,0 +1,3 @@ +#!/bin/sh +git-read-tree --reset HEAD +git-update-cache --refresh