aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite 'default-directory' as a variableProtesilaos Stavrou2021-02-161-1/+1
* Update docs for `git-email-headers`Xinglu Chen2021-02-161-3/+2
* Don't insert extra newline in message bodyXinglu Chen2021-02-161-1/+0
* Release 0.2.0Xinglu Chen2021-02-123-3/+49
* Minor spelling fixXinglu Chen2021-02-091-1/+1
* Update copyright headerXinglu Chen2021-02-095-10/+10
* Add `:package-version` to all defcustomsXinglu Chen2021-02-091-14/+28
* Handle error if no "to" address is foundXinglu Chen2021-02-071-3/+5
* git-email-headers: Add "cc" fieldXinglu Chen2021-02-061-1/+1
* Add additional arguments for formatting patchesXinglu Chen2021-02-061-1/+13
* piem: Add integrationXinglu Chen2021-02-061-0/+71
* git-email-send-all: Sort message buffersXinglu Chen2021-02-061-1/+3
* magit: Add dependency on transientXinglu Chen2021-02-051-1/+1
* flake.nix: Fix typoXinglu Chen2021-02-051-1/+1
* doc: Add docs for `git-email-get-current-project-functions`Xinglu Chen2021-02-052-21/+38
* Add general function to get project rootXinglu Chen2021-02-051-1/+25
* README, manual: Update installation instructionsXinglu Chen2021-02-043-14/+86
* default.nix: Use "master" instead of "git"Xinglu Chen2021-02-041-2/+2
* default.nix: Add package for version 0.1.0Xinglu Chen2021-02-041-3/+14
* .gitignore: Ignore ./result folderXinglu Chen2021-02-041-0/+1
* Make repository a nix flakeXinglu Chen2021-02-043-0/+89
* .envrc: Correct mailing list addressXinglu Chen2021-02-041-1/+1
* magit: Fix typosXinglu Chen2021-02-041-2/+2
* Fix typoXinglu Chen2021-02-041-1/+1
* Use `run-hook-with-args-until-success'Xinglu Chen2021-01-291-10/+9
* Use appropriate types for defcustomsXinglu Chen2021-01-291-12/+12
* Add `git-email-get-address-function' variableXinglu Chen2021-01-282-3/+22
* Fix typo in git-email-gnus.el headerProtesilaos Stavrou2021-01-281-1/+1
* Small fixXinglu Chen2021-01-261-1/+1
* Minor correctionsXinglu Chen2021-01-261-2/+2
* doc: Add comprehensive documentationXinglu Chen2021-01-252-0/+1358
* Add .gitignoreXinglu Chen2021-01-251-0/+1
* README: Use README.mdXinglu Chen2021-01-252-181/+3
* git-email.el: Add option for parsing revisionXinglu Chen2021-01-251-1/+12
* git-email: Don’t assume cwd to be a projectXinglu Chen2021-01-251-2/+1
* README: Add additional docs for using the packageXinglu Chen2021-01-242-26/+108
* git-email: Add -v to extra argsXinglu Chen2021-01-241-1/+1
* Use uninterned symbol for local variableProtesilaos Stavrou2021-01-241-1/+2
* Add autoloads for global minor modesProtesilaos Stavrou2021-01-242-0/+2
* magit: Require relevant librariesXinglu Chen2021-01-231-0/+2
* README: Wording changesXinglu Chen2021-01-222-18/+19
* README: Add features sectionXinglu Chen2021-01-222-1/+23
* git-email.el: Fix typoXinglu Chen2021-01-221-1/+1
* git-email: Remove unused variableXinglu Chen2021-01-221-3/+0
* magit: Remove todosXinglu Chen2021-01-221-8/+0
* magit: Use `magit-log-select' to select commitXinglu Chen2021-01-221-4/+8
* gnus, notmuch: Fix typosXinglu Chen2021-01-202-4/+4
* git-email: Make sure point is at BOFXinglu Chen2021-01-201-0/+1
* magit: Add basic support for transient commandsyoctocell2021-01-181-0/+57
* Rework `git-email-format-patch'yoctocell2021-01-181-32/+30