On Mon, Apr 15, 2013 at 12:37 PM, Felipe Contreras
wrote:
> @@ -417,36 +421,54 @@ static void fill_tracking_info(struct strbuf *stat,
> const char *branch_name,
> int ours, theirs;
> char *ref = NULL;
> struct branch *branch = branch_get(branch_name);
> + struct strb
Felipe Contreras writes:
> Otherwise when using 'git branch -vv' it's hard to see them among so
> much output.
>
> Signed-off-by: Felipe Contreras
> ---
>
> This time with strbuf.
>
> Documentation/config.txt | 3 ++-
> builtin/branch.c | 38 ++
> 2
Otherwise when using 'git branch -vv' it's hard to see them among so
much output.
Signed-off-by: Felipe Contreras
---
This time with strbuf.
Documentation/config.txt | 3 ++-
builtin/branch.c | 38 ++
2 files changed, 32 insertions(+), 9 deletions(-
3 matches
Mail list logo