projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542f29a
)
[emacs/magit] auto-expand unmerged into upstream and recent commits
author
Amin Bandali
<bandali@gnu.org>
Wed, 21 Nov 2018 05:04:58 +0000
(
00:04
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 21 Nov 2018 05:06:39 +0000
(
00:06
-0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
b000bcf
..
b30aebc
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-973,6
+973,7
@@
Not just how I do git, but /the/ way to do git.
(setq
magit-repository-directories '(("~/.emacs.d/" . 0)
("~/src/git/" . 1)))
+ (push (cons [unpushed status] 'show) magit-section-initial-visibility-alist)
:custom-face (magit-diff-file-heading ((t (:weight normal)))))
#+end_src