projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ecbc65
)
.gitattributes: detect 8-space indent in shell scripts
author
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Jan 2010 20:22:25 +0000
(12:22 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Jan 2010 20:22:25 +0000
(12:22 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitattributes
patch
|
blob
|
history
diff --git
a/.gitattributes
b/.gitattributes
index 0636deea9357d2f1e9331119f02fb75fb6b15393..5e98806c6cc246acef5f539ae191710a0c06ad3f 100644
(file)
--- a/
.gitattributes
+++ b/
.gitattributes
@@
-1,2
+1,3
@@
* whitespace=!indent,trail,space
*.[ch] whitespace=indent,trail,space
+*.sh whitespace=indent,trail,space