projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a525de7
)
Conditionally allow specifying -j; default to -j2
author
Junio C Hamano
<junkio@cox.net>
Thu, 18 May 2006 07:40:33 +0000
(
00:40
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 18 May 2006 07:40:33 +0000
(
00:40
-0700)
Doit
patch
|
blob
|
history
diff --git
a/Doit
b/Doit
index
e10e32e
..
49b3ebe
100755
(executable)
--- a/
Doit
+++ b/
Doit
@@
-1,6
+1,6
@@
#!/bin/sh
-J=
+: ${J=-j2}
test -z "$(git diff --cached --name-status)" || {
echo >&2 "Repository unclean."