Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
status: support --no-ahead-behind in long format
[gitweb.git]
/
wt-status.c
diff --git
a/wt-status.c
b/wt-status.c
index 13189614ae216fd82959918bce8f73d2f7ba310e..e4555c7fa724947483c6c72875c4d69c43fba171 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-1011,7
+1011,7
@@
static void wt_longstatus_print_tracking(struct wt_status *s)
if (!skip_prefix(s->branch, "refs/heads/", &branch_name))
return;
branch = branch_get(branch_name);
- if (!format_tracking_info(branch, &sb))
+ if (!format_tracking_info(branch, &sb
, s->ahead_behind_flags
))
return;
i = 0;