diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-17 11:42:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-17 11:42:34 -0700 |
commit | c8ccfc9cdf3381525cce718c846bc62fd86767f7 (patch) | |
tree | 6dc22b521f3af03855ee0e13f8599694aaee6e2e /branch.c | |
parent | 984ac91e72578aa271daf79b6c44d34da2a8dc5d (diff) | |
parent | b07f7296080b20f5cc2069ce2761cacdd79b3432 (diff) | |
download | git-c8ccfc9cdf3381525cce718c846bc62fd86767f7.tar.gz git-c8ccfc9cdf3381525cce718c846bc62fd86767f7.tar.xz |
Merge branch 'fc/trivial'
* fc/trivial:
pull: use $curr_branch_short more
add: trivial style cleanup
reset: trivial style cleanup
branch: trivial style fix
reset: trivial refactoring
Diffstat (limited to 'branch.c')
-rw-r--r-- | branch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |