Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make fetch/pull scripts terminate cleanly on errors | Linus Torvalds | 2005-06-06 | 1 | -2/+2 |
| | | | | Don't continue with a merge if the fetch failed. | ||||
* | Split up git-pull-script into separate "fetch" and "merge" phases. | Linus Torvalds | 2005-05-22 | 1 | -0/+41 |
This allows you to just fetch stuff first, inspect it, and then resolve the merge separately if everything looks good. |