Y
Hacker News
new
|
ask
|
show
|
jobs
by
rwmj
2915 days ago
It's be nice if this could be defaulted to something like the base name of the containing directory, so I could put this setting in ~/.gitconfig
1 comments
Sir_Cmpwn
2915 days ago
A simple wrapper script or alias around git-send-email could help you out here. The config option has the same effect as passing `--subject-prefix="..."`
link