aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
Commit message (Expand)AuthorAgeFilesLines
* git-email: Add function for matching git-email buffers.Xinglu Chen2021-06-241-4/+23
* git-email: Generate unique buffer names.Xinglu Chen2021-06-241-1/+2
* git-email: Make it possible to customize message buffer names.Xinglu Chen2021-06-211-8/+35
* git-email: Divide file into pages.Xinglu Chen2021-06-211-4/+11
* git-email: Support appending to header.Xinglu Chen2021-06-211-5/+12
* git-email: Support re-writing if header doesn’t already exist.Xinglu Chen2021-06-211-3/+7
* git-email: Add ablitiy to re-write header.Xinglu Chen2021-06-211-0/+29
* git-email: Add function to extract multi-line subjects.Xinglu Chen2021-06-091-6/+31
* git-email: Fix indentation.Xinglu Chen2021-05-251-1/+1
* git-email: Use ‘user-error’ instead of ‘error’.Xinglu Chen2021-05-171-1/+1
* git-email: Remove unnecessary ‘print’ statement.Xinglu Chen2021-05-171-1/+0
* git-email: Fix list of arguments for ‘git format-patch’.Xinglu Chen2021-05-171-2/+2
* git-email: Reverse the comparison for sorting message buffers.Xinglu Chen2021-04-241-1/+1
* git-email: Bind unused variable to _.Xinglu Chen2021-04-241-4/+4
* git-email: Fix sorting function for message buffers.Xinglu Chen2021-04-241-1/+13
* Untabify all files.Xinglu Chen2021-04-031-52/+52
* git-email: Don't insert 'to' address if already there.Xinglu Chen2021-04-031-12/+19
* git-email: Use alists in 'git-email--extract-headers'.Xinglu Chen2021-04-031-5/+5
* Revert "git-email: Remove redundant let binding."Xinglu Chen2021-03-151-3/+4
* git-email: Remove redundant let binding.Xinglu Chen2021-03-131-4/+3
* Make regexp stricter for matching signed messagesXinglu Chen2021-02-161-1/+1
* Use mail-header-separator instead of stringXinglu Chen2021-02-161-1/+1
* Add doc string to helper fontify functionProtesilaos Stavrou2021-02-161-0/+1
* Placate the compiler about projectile-project-rootProtesilaos Stavrou2021-02-161-0/+2
* 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
* Minor spelling fixXinglu Chen2021-02-091-1/+1
* 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