diff options
Diffstat (limited to 'Documentation/diffcore.txt')
-rw-r--r-- | Documentation/diffcore.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/diffcore.txt b/Documentation/diffcore.txt index 1908b92f38..a1f03df8f1 100644 --- a/Documentation/diffcore.txt +++ b/Documentation/diffcore.txt @@ -254,11 +254,11 @@ As an example, typical orderfile for the core GIT probably would look like this: ------------------------------------------------ - README - Makefile - Documentation - *.h - *.c - t +README +Makefile +Documentation +*.h +*.c +t ------------------------------------------------ |