I do not have the original series, so a resend with Felipe's Acked-by
after your original Sign-off would be nice.
Felipe Contreras wrote:
I only gave them a quick look.
This is an unmodified resend of [1] rebased onto the latest `master`.
I have not added Felipe's Acked-by. Please do the needful.
Thanks.
[1]: http://article.gmane.org/gmane.comp.version-control.git/221947
Ramkumar Ramachandra (5):
git-completion.bash: lexical sorting for diff.statGraphWidth
git-completion.bash: add diff.submodule to config list
git-completion.bash: complete branch.*.rebase as boolean
git-completion.bash: add branch.*.pushremote to config list
git-completion.bash: add remote.pushdefault to config list
contrib/completion/git-completion.bash | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
--
1.8.2.1.616.ga1e5536.dirty
df44483a (diff --stat: add config option to limit graph width,
2012-03-01) added the option diff.startGraphWidth to the list of
configuration variables in git-completion.bash, but failed to notice
that the list is sorted alphabetically. Move it to its rightful place
in the list.
Signed-off-by: Ramkumar Ramachandra <redacted>
---
contrib/completion/git-completion.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
6fac1b83 (completion: add missing config variables, 2009-06-29) added
"rebase" to the list of completions for "branch.*.*", but forgot to
specify completions for the values that this configuration variable
can take (namely "false" and "true"). Fix this.
Signed-off-by: Ramkumar Ramachandra <redacted>
---
contrib/completion/git-completion.bash | 4 ++++
1 file changed, 4 insertions(+)