index
:
git-email.git
master
Work with git and email in Emacs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-email.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-email: Fix sorting function for message buffers.
Xinglu Chen
2021-04-24
1
-1
/
+13
*
Untabify all files.
Xinglu Chen
2021-04-03
1
-52
/
+52
*
git-email: Don't insert 'to' address if already there.
Xinglu Chen
2021-04-03
1
-12
/
+19
*
git-email: Use alists in 'git-email--extract-headers'.
Xinglu Chen
2021-04-03
1
-5
/
+5
*
Revert "git-email: Remove redundant let binding."
Xinglu Chen
2021-03-15
1
-3
/
+4
*
git-email: Remove redundant let binding.
Xinglu Chen
2021-03-13
1
-4
/
+3
*
Make regexp stricter for matching signed messages
Xinglu Chen
2021-02-16
1
-1
/
+1
*
Use mail-header-separator instead of string
Xinglu Chen
2021-02-16
1
-1
/
+1
*
Add doc string to helper fontify function
Protesilaos Stavrou
2021-02-16
1
-0
/
+1
*
Placate the compiler about projectile-project-root
Protesilaos Stavrou
2021-02-16
1
-0
/
+2
*
Rewrite 'default-directory' as a variable
Protesilaos Stavrou
2021-02-16
1
-1
/
+1
*
Update docs for `git-email-headers`
Xinglu Chen
2021-02-16
1
-3
/
+2
*
Don't insert extra newline in message body
Xinglu Chen
2021-02-16
1
-1
/
+0
*
Minor spelling fix
Xinglu Chen
2021-02-09
1
-1
/
+1
*
Update copyright header
Xinglu Chen
2021-02-09
1
-2
/
+2
*
Add `:package-version` to all defcustoms
Xinglu Chen
2021-02-09
1
-14
/
+28
*
Handle error if no "to" address is found
Xinglu Chen
2021-02-07
1
-3
/
+5
*
git-email-headers: Add "cc" field
Xinglu Chen
2021-02-06
1
-1
/
+1
*
Add additional arguments for formatting patches
Xinglu Chen
2021-02-06
1
-1
/
+13
*
git-email-send-all: Sort message buffers
Xinglu Chen
2021-02-06
1
-1
/
+3
*
Add general function to get project root
Xinglu Chen
2021-02-05
1
-1
/
+25
*
Fix typo
Xinglu Chen
2021-02-04
1
-1
/
+1
*
Use `run-hook-with-args-until-success'
Xinglu Chen
2021-01-29
1
-10
/
+9
*
Use appropriate types for defcustoms
Xinglu Chen
2021-01-29
1
-12
/
+12
*
Add `git-email-get-address-function' variable
Xinglu Chen
2021-01-28
1
-3
/
+17
*
Small fix
Xinglu Chen
2021-01-26
1
-1
/
+1
*
Minor corrections
Xinglu Chen
2021-01-26
1
-2
/
+2
*
git-email.el: Add option for parsing revision
Xinglu Chen
2021-01-25
1
-1
/
+12
*
git-email: Don’t assume cwd to be a project
Xinglu Chen
2021-01-25
1
-2
/
+1
*
git-email: Add -v to extra args
Xinglu Chen
2021-01-24
1
-1
/
+1
*
Use uninterned symbol for local variable
Protesilaos Stavrou
2021-01-24
1
-1
/
+2
*
git-email.el: Fix typo
Xinglu Chen
2021-01-22
1
-1
/
+1
*
git-email: Remove unused variable
Xinglu Chen
2021-01-22
1
-3
/
+0
*
git-email: Make sure point is at BOF
Xinglu Chen
2021-01-20
1
-0
/
+1
*
Rework `git-email-format-patch'
yoctocell
2021-01-18
1
-32
/
+30
*
Make `git-email-send-email' take files as an argument
yoctocell
2021-01-18
1
-8
/
+7
*
Move cursor to "to" address if empty
yoctocell
2021-01-18
1
-5
/
+8
*
Remove functionality for applying patches
yoctocell
2021-01-18
1
-40
/
+1
*
Add `git-email--get-project'
yoctocell
2021-01-15
1
-2
/
+7
*
Update version
yoctocell
2021-01-15
1
-1
/
+1
*
Bump version number
yoctocell
2021-01-10
1
-1
/
+1
*
Ask for version number for git format-patch
yoctocell
2021-01-10
1
-6
/
+9
*
Update commentary
yoctocell
2021-01-09
1
-5
/
+3
*
Fix package dependencies
yoctocell
2021-01-09
1
-1
/
+1
*
Use #' for referencing functions
yoctocell
2021-01-09
1
-6
/
+6
*
Delete patches after sending them
yoctocell
2021-01-09
1
-3
/
+8
*
Check major mode when getting revision
yoctocell
2021-01-08
1
-1
/
+2
*
Reformat buffer
yoctocell
2021-01-08
1
-6
/
+12
*
Fontify diffs in `message-mode'
yoctocell
2021-01-08
1
-22
/
+41
*
Use custom functions to get revision
yoctocell
2021-01-07
1
-8
/
+20
[next]