[GIT GUI/PATCH/RFC] git gui: get current theme in 8.5-backwards-compatible way

2016-12-20 Thread Pete Harlan
uot;[ttk::style theme use]" was added to ttext in 30508bc ("Amend tab ordering and text widget border and highlighting.", 2016-10-02). Break out InitTheme's workaround into its own get_current_theme proc and use it in both places. Signed-off-by: Pete Harlan --- Note: Applies

Regression? Ambiguous tags listed as "tags/"

2016-01-23 Thread Pete Harlan
s/branchortag tagonly Previous behavior: % git tag branchortag tagonly I prefer the previous behavior. Perhaps the change was intentional, but I didn't see it documented. Thanks, Pete Harlan p...@tento.net -- To unsubscribe from this list: send the line "unsubscribe git"

Re: [PATCH v2 2/2] connect: improve check for plink to reduce false positives

2015-04-24 Thread Pete Harlan
On Fri, Apr 24, 2015 at 3:28 PM, brian m. carlson wrote: > The git_connect function has code to handle plink and tortoiseplink > specially, as they require different command line arguments from > OpenSSH. However, the match was done by checking for "plink" > case-insensitively in the string, whic

Re: [PATCH 1/5] status: document the -v/--verbose option

2015-04-23 Thread Pete Harlan
Junio writes: > Michael Haggerty writes: > > > Document `git status -v`, including its new doubled `-vv` form. > > > > Signed-off-by: Michael Haggerty > >--- > > Will queue on mg/status-v-v series, which did add description for > "commit -v", but "status -v" did not have the description to begin