Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove MERGE_HEAD in "git checkout/reset" | Linus Torvalds | 2005-06-21 | 1 | -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 fixups | Linus Torvalds | 2005-06-14 | 1 | -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". |