]> git.wh0rd.org - home.git/blobdiff - .gitconfig
r: handle --draft
[home.git] / .gitconfig
index 77ab2cc1d1f17e0c2aef266cf6da0f91f2628e9d..d04afbd2211a60ecb4aa42f4188c98e2b3749ad7 100644 (file)
@@ -18,7 +18,7 @@
        a    = add
        ab   = abandon
        ar   = archive
-       b    = branch
+       b    = branch -v
        bi   = bisect
        cfg  = config
        ci   = commit
        dl   = download
        f    = fetch
        fp   = format-patch -C -M
+       h    = help
        l    = log
        m    = merge
-       rb   = rebase
+       rb   = rebase --committer-date-is-author-date
        rb-a = rebase --abort
        rb-c = rebase --continue
        rb-i = rebase --interactive
@@ -48,5 +49,6 @@
        autosquash = true
 [sendemail]
        chainreplyto = false
+       confirm = always
        suppressfrom = true
        smtpserver = localhost:1111