aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headerXinglu Chen2021-02-091-2/+2
* 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
* git-email-send-all: Sort message buffersXinglu Chen2021-02-061-1/+3
* Add general function to get project rootXinglu Chen2021-02-051-1/+25
* 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-281-3/+17
* Small fixXinglu Chen2021-01-261-1/+1
* Minor correctionsXinglu Chen2021-01-261-2/+2
* 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
* git-email: Add -v to extra argsXinglu Chen2021-01-241-1/+1
* Use uninterned symbol for local variableProtesilaos Stavrou2021-01-241-1/+2
* git-email.el: Fix typoXinglu Chen2021-01-221-1/+1
* git-email: Remove unused variableXinglu Chen2021-01-221-3/+0
* git-email: Make sure point is at BOFXinglu Chen2021-01-201-0/+1
* Rework `git-email-format-patch'yoctocell2021-01-181-32/+30
* Make `git-email-send-email' take files as an argumentyoctocell2021-01-181-8/+7
* Move cursor to "to" address if emptyyoctocell2021-01-181-5/+8
* Remove functionality for applying patchesyoctocell2021-01-181-40/+1
* Add `git-email--get-project'yoctocell2021-01-151-2/+7
* Update versionyoctocell2021-01-151-1/+1
* Bump version numberyoctocell2021-01-101-1/+1
* Ask for version number for git format-patchyoctocell2021-01-101-6/+9
* Update commentaryyoctocell2021-01-091-5/+3
* Fix package dependenciesyoctocell2021-01-091-1/+1
* Use #' for referencing functionsyoctocell2021-01-091-6/+6
* Delete patches after sending themyoctocell2021-01-091-3/+8
* Check major mode when getting revisionyoctocell2021-01-081-1/+2
* Reformat bufferyoctocell2021-01-081-6/+12
* Fontify diffs in `message-mode'yoctocell2021-01-081-22/+41
* Use custom functions to get revisionyoctocell2021-01-071-8/+20
* Dont' colorize revisionyoctocell2021-01-071-18/+8
* Get revision under point if possibleyoctocell2021-01-071-8/+11
* Add comments and restructureyoctocell2021-01-061-93/+100
* Rename functionyoctocell2021-01-061-2/+2
* Use custom face for revisionyoctocell2021-01-061-1/+4
* Allow users to add custom function to get patchesyoctocell2021-01-061-22/+29
* Make `git-email-apply-patch' more configurableyoctocell2021-01-061-1/+20
* Fix indentationyoctocell2021-01-061-16/+17
* Colorize revisions in minibuffer listyoctocell2021-01-061-17/+45
* Check if selected files are patchesyoctocell2021-01-061-8/+18
* Fallback to minibuffer prompt when sending patchyoctocell2021-01-061-1/+6
* Rename some functionsyoctocell2021-01-061-6/+6
* Fix `package-lint' issuesyoctocell2021-01-061-2/+2
* Get rid of compile warningsyoctocell2021-01-061-0/+7