Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-05-07 | user-manual.txt: prefer 'merge --abort' over 'reset --hard' | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-05-07 | completion: support restore | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
2019-05-07 | t: add tests for restore | Nguyễn Thái Ngọc Duy | 3 | -0/+221 |
2019-05-07 | restore: support --patch | Nguyễn Thái Ngọc Duy | 2 | -2/+56 |
2019-05-07 | restore: replace --force with --ignore-unmerged | Nguyễn Thái Ngọc Duy | 1 | -9/+20 |
2019-05-07 | restore: default to --source=HEAD when only --staged is specified | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2019-05-07 | restore: reject invalid combinations with --staged | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
2019-05-07 | restore: add --worktree and --staged | Nguyễn Thái Ngọc Duy | 1 | -6/+68 |
2019-05-07 | checkout: factor out worktree checkout code | Nguyễn Thái Ngọc Duy | 1 | -49/+59 |
2019-05-07 | restore: disable overlay mode by default | Nguyễn Thái Ngọc Duy | 1 | -4/+7 |
2019-05-07 | restore: make pathspec mandatory | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2019-05-07 | restore: take tree-ish from --source option instead | Nguyễn Thái Ngọc Duy | 1 | -8/+34 |
2019-05-07 | checkout: split part of it to new command 'restore' | Nguyễn Thái Ngọc Duy | 13 | -5/+257 |
2019-04-02 | doc: promote "git switch" | Nguyễn Thái Ngọc Duy | 19 | -105/+105 |
2019-04-02 | completion: support switch | Nguyễn Thái Ngọc Duy | 1 | -1/+36 |