File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 34
34
- Repair ` stg mail ` with both ` -a ` and ` -e ` options (#58 )
35
35
- Remove empty short-opt for ` --no-submodules ` of ` stg refresh `
36
36
- Repair build.py for Python 2 with explicit ` flush() `
37
+ - ` stgit.refreshsubmodules ` added to sample gitconfig
37
38
38
39
### Internal
39
40
- Update docs build system from upstream Git docs
Original file line number Diff line number Diff line change 85
85
# Behave as if the --keep option is always passed
86
86
#autokeep = no
87
87
88
+ # Include submodules by default when refreshing patch contents.
89
+ #refreshsubmodules = no
90
+
91
+ [stgit "pick"]
92
+ # The the format applied to the commit message when using
93
+ # "stg pick --expose". See the "PRETTY FORMATS" section of
94
+ # git-show(1) for format syntax details.
95
+ #expose-format = format:%B%n(imported from commit %H)
96
+
88
97
[stgit "alias"]
89
98
# Command aliases.
90
99
#add = git add
Original file line number Diff line number Diff line change 35
35
('stgit.fetchcmd' , ['git fetch' ]),
36
36
('stgit.keepoptimized' , ['no' ]),
37
37
('stgit.pager' , ['less' ]),
38
+ ('stgit.pick.expose-format' , ['format:%B%n(imported from commit %H)' ]),
38
39
('stgit.pull-policy' , ['pull' ]),
39
40
('stgit.pullcmd' , ['git pull' ]),
40
41
('stgit.refreshsubmodules' , ['no' ]),
41
42
('stgit.shortnr' , ['5' ]),
42
43
('stgit.smtpdelay' , ['5' ]),
43
44
('stgit.smtpserver' , ['localhost:25' ]),
44
- ('stgit.pick.expose-format' , ['format:%B%n(imported from commit %H)' ]),
45
45
]
46
46
47
47
You can’t perform that action at this time.
0 commit comments