diff options
author | Teddy Wing | 2020-08-06 00:39:02 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-06 00:40:54 +0200 |
commit | 7e25ef856d5a253133b97a21dcb5ae75ba765430 (patch) | |
tree | 173a28cd57e00420a44428d314c696aa8bad2b7a | |
parent | 2ff8521aaaa6a1830287cb10337c944e7d7556ff (diff) | |
download | git-suggestion-7e25ef856d5a253133b97a21dcb5ae75ba765430.tar.bz2 |
TODO: Explain `git-sugcommit`
Probably not going to do this one as it's not always possible to get the
commenter's name and email address, and even then it might not be the
same as what they use in the repo.
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ TODO 2020.07.26: v Make patch not apply when the file is different from the one in commit (apply()) (2020.07.27) -- git-sugcommit +x git-sugcommit (like `git am`, but use the name and email of the commenter as the author) v Replace `unwrap()`s, with errors/Results (2020.07.28) v Test `Suggestions.diff()` (2020.07.27) |