Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-23 | Rename `git-sugpatch` to `git-sugdiff` | Teddy Wing | |
The word "patch" reminds me more of the `patch` Unix command, which is what `git-sugapply` does. Since this command outputs diffs, it makes more sense to call it `sugdiff`. That also brings these closer to the native Git commands, `git-diff` and `git-apply`. I had chosen "patch" originally because the command generated a unified diff that could be used as a patch file to apply to the repo. | |||
2020-08-06 | Rename the project `git-suggestion` | Teddy Wing | |
Since this is a Git command, this makes more sense to me. | |||
2020-08-04 | Add man page for `git-sugapply` | Teddy Wing | |
Copied from `git-sugpatch.1`, since the general elements are basically the same. Modified to describe the specifics of the `git-sugapply` command. |