Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revert: fix tiny memory leak in cherry-pick --ff
[gitweb.git]
/
builtin-show-branch.c
diff --git
a/builtin-show-branch.c
b/builtin-show-branch.c
index 32d862ab238730643c1c3475b7b9613042cf9030..e20fcf3e935dfafb4e30f24990aa974c8b2f5927 100644
(file)
--- a/
builtin-show-branch.c
+++ b/
builtin-show-branch.c
@@
-567,7
+567,7
@@
static int git_show_branch_config(const char *var, const char *value, void *cb)
return config_error_nonbool(var);
/*
* default_arg is now passed to parse_options(), so we need to
- * mimic
k
the real argv a bit better.
+ * mimic the real argv a bit better.
*/
if (!default_num) {
default_alloc = 20;