diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-14 18:56:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-14 18:56:05 -0700 |
commit | 40d8cfe4117564e5520e8f4f953addaa94844476 (patch) | |
tree | 9dd2fb169a2d4a2c0f49bf9537cf9aa314614342 /Makefile | |
parent | 479346adc5ebb099121063d4c06da30093ed9b3b (diff) | |
download | git-40d8cfe4117564e5520e8f4f953addaa94844476.tar.gz |
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".
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ INSTALL=install SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-pull-script git-tag-script git-resolve-script git-whatchanged \ git-deltafy-script git-fetch-script git-status-script git-commit-script \ - git-log-script git-shortlog git-cvsimport-script git-diff-script + git-log-script git-shortlog git-cvsimport-script git-diff-script \ + git-reset-script git-add-script PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \ |