From e8cf611879a2d9e6bf84af0dabaa1ff985c96f4e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 7 Jun 2015 23:49:32 +0200 Subject: 35216: _git-checkout: do not call __git_commits twice This makes `branch_arg` empty by default, to be used only for __git_remote_branch_names. `branches::__git_revisions` was used here, but that's the same as tree_ish_arg='tree-ishs::__git_tree_ishs' - both call __git_commits. Only tree_ish_arg will call __git-commits now. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4b3ed77b..8dfdbc5cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-08 Daniel Hahler + + * 35216: Completion/Unix/Command/_git: _git-checkout: do not call + __git_commits twice. + 2015-06-07 Oliver Kiddle * 35412: Src/builtin.c, Test/B03print.ztst: fix for - flag -- cgit 1.4.1