aboutsummaryrefslogtreecommitdiffstats
path: root/doc/git-sugpatch.1
AgeCommit message (Collapse)Author
2020-08-23Rename `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-06Rename the project `git-suggestion`Teddy Wing
Since this is a Git command, this makes more sense to me.
2020-08-04doc/git-sugpatch.1: Add values to command line optionsTeddy Wing
Make it clear that these options require argument values.
2020-08-04doc/git-sugpatch.1: Use the same ID in the URL and ID examplesTeddy Wing
To make it clear which ID needs to be used when using the short form.
2020-08-04doc/git-sugpatch.1: Clarify precedence of configuration optionsTeddy Wing
2020-08-04Add man page for `git-sugpatch`Teddy Wing