aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-08-06 00:39:02 +0200
committerTeddy Wing2020-08-06 00:40:54 +0200
commit7e25ef856d5a253133b97a21dcb5ae75ba765430 (patch)
tree173a28cd57e00420a44428d314c696aa8bad2b7a
parent2ff8521aaaa6a1830287cb10337c944e7d7556ff (diff)
downloadgit-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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c0ab28b..828c2e4 100644
--- a/TODO
+++ b/TODO
@@ -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)