git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f38798f
)
branch: trivial style fix
author
Felipe Contreras
<redacted>
Fri, 30 Aug 2013 21:56:46 +0000
(16:56 -0500)
committer
Junio C Hamano
<redacted>
Sat, 31 Aug 2013 03:58:49 +0000
(20:58 -0700)
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
branch.c
patch
|
blob
|
history
diff --git
a/branch.c
b/branch.c
index c5c6984cb5266c27d3c13aa6e6aacaab56e112c0..546c4b44060a3eddec3124379030bdb068d637d6 100644
(file)
--- a/
branch.c
+++ b/
branch.c
@@
-307,7
+307,7
@@
void create_branch(const char *head,
start_name);
if (real_ref && track)
- setup_tracking(ref.buf
+
11, real_ref, track, quiet);
+ setup_tracking(ref.buf
+
11, real_ref, track, quiet);
if (!dont_change_ref)
if (write_ref_sha1(lock, sha1, msg) < 0)
git clone https://git.99rst.org/PROJECT