diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-29 18:34:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-29 18:34:09 +0200 |
commit | 2810e8cd5b486d3046c14ebd635f9b4d6dc741b6 (patch) | |
tree | 1aaa4d8a4e9a37c448f0f4c8b635c096f6efb60d /git | |
parent | eb6272482a0d031ef055b236ee950bbaff833aeb (diff) |
Rearrange module order to see most commonly changed last
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/git/modules b/git/modules index 497475c..89e72d6 100644 --- a/git/modules +++ b/git/modules @@ -1,6 +1,6 @@ modules=" \ -build2 \ -brep \ -private \ +git \ etc \ -git" +private \ +build2 \ +brep" |