summaryrefslogtreecommitdiff
path: root/git-reset-script
Commit message (Collapse)AuthorAgeFilesLines
* Remove MERGE_HEAD in "git checkout/reset"Linus Torvalds2005-06-211-0/+2
| | | | | Both of these scripts will end up resetting the index to some specific head, and any unresolved merge will be forgotten.
* Trivial git script fixupsLinus Torvalds2005-06-141-0/+3
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".