Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Require a minimum of two character for the search text.
[gitweb.git]
/
builtin-branch.c
diff --git
a/builtin-branch.c
b/builtin-branch.c
index 011ef3a26550e299aa218d0268156029c7d1107b..903d5cf05600f9a7e297dc9450ad5980388072e9 100644
(file)
--- a/
builtin-branch.c
+++ b/
builtin-branch.c
@@
-5,8
+5,8
@@
* Based on git-branch.sh by Junio C Hamano.
*/
-#include "color.h"
#include "cache.h"
+#include "color.h"
#include "refs.h"
#include "commit.h"
#include "builtin.h"