summaryrefslogtreecommitdiff
path: root/builtin/branch.c
diff options
context:
space:
mode:
authorLibravatar Robert P. J. Day <rpjday@crashcourse.ca>2018-06-07 07:53:36 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-06-13 09:57:09 -0700
commit30aa96cdf8dc8d93865cbb26f3692a87cb065f86 (patch)
treece7f8095797c26a4e84b5613223938c0036fad82 /builtin/branch.c
parentGit 2.16.4 (diff)
downloadtgif-30aa96cdf8dc8d93865cbb26f3692a87cb065f86.tar.xz
Use hyphenated "remote-tracking branch" (docs and comments)
Use the obvious consensus of hyphenated "remote-tracking branch", and fix an obvious typo, all in documentation and comments. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/branch.c')
-rw-r--r--builtin/branch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/branch.c b/builtin/branch.c
index 8dcc2ed058..a64e435032 100644
--- a/builtin/branch.c
+++ b/builtin/branch.c
@@ -698,7 +698,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
* If no sorting parameter is given then we default to sorting
* by 'refname'. This would give us an alphabetically sorted
* array with the 'HEAD' ref at the beginning followed by
- * local branches 'refs/heads/...' and finally remote-tacking
+ * local branches 'refs/heads/...' and finally remote-tracking
* branches 'refs/remotes/...'.
*/
if (!sorting)