Skip to content

Commit b49e7b9

Browse files
opensdhzygoloid
authored andcommitted
Add .gitorder and shell script to use it
1 parent dfecc29 commit b49e7b9

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.gitorder

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
source/std.tex
2+
source/layout.tex
3+
source/styles.tex
4+
source/macros.tex
5+
source/tables.tex
6+
source/cover-*.tex
7+
source/front.tex
8+
source/intro.tex
9+
source/lex.tex
10+
source/basic.tex
11+
source/expressions.tex
12+
source/statements.tex
13+
source/declarations.tex
14+
source/modules.tex
15+
source/classes.tex
16+
source/overloading.tex
17+
source/templates.tex
18+
source/exceptions.tex
19+
source/preprocessor.tex
20+
source/lib-intro.tex
21+
source/support.tex
22+
source/concepts.tex
23+
source/diagnostics.tex
24+
source/utilities.tex
25+
source/strings.tex
26+
source/containers.tex
27+
source/iterators.tex
28+
source/ranges.tex
29+
source/algorithms.tex
30+
source/numerics.tex
31+
source/time.tex
32+
source/locales.tex
33+
source/iostreams.tex
34+
source/regex.tex
35+
source/atomics.tex
36+
source/threads.tex
37+
source/grammar.tex
38+
source/limits.tex
39+
source/compatibility.tex
40+
source/future.tex
41+
source/back.tex
42+
source/xrefdelta.tex

tools/gitconfig.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
git config diff.orderFile .gitorder

0 commit comments

Comments
 (0)