aboutsummaryrefslogtreecommitdiff
path: root/git-reset-script
Commit message (Collapse)AuthorAge
* Remove MERGE_HEAD in "git checkout/reset"Linus Torvalds2005-06-21
| | | | | 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-14
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".