aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2009-01-02 19:08:00 +0100
committerJunio C Hamano <gitster@pobox.com>2009-01-03 14:25:27 -0800
commit22b3ddd508b022c76bf36bf390691a6f62c996d5 (patch)
tree7c643d35745fae07bf554604311ade92b44c3bf1 /git-gui/lib/commit.tcl
parentGIT 1.6.1 (diff)
downloadgit-22b3ddd508b022c76bf36bf390691a6f62c996d5.tar.gz
git-22b3ddd508b022c76bf36bf390691a6f62c996d5.zip
bisect view: call gitk if Cygwin's SESSIONNAME variable is set
It seems that Cygwin sets the variable SESSIONNAME when an interactive desktop session is running, and does not set it when you log in via ssh. So we can use this variable to determine whether to run gitk or git log in git bisect view. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
ines: update 'rough' rule countJulian Gindi1-1/+1 2015-04-12completion: fix global bash variable leak on __gitcompappendMárcio Almada1-1/+1 2015-04-08connect.c: ignore extra colon after hostnameTorsten Bögershausen3-16/+24 2015-04-04diff-highlight: do not split multibyte charactersKyle J. McKay1-2/+7 2015-04-02push --signed: tighten what the receiving end can ask to signJunio C Hamano1-0/+23 2015-04-01howto: document more tools for recovery corruptionJeff King1-0/+237 2015-03-31fast-import doc: remove suggested 16-parent limitJonathan Nieder1-4/+0 2015-03-31Git 2.3.5v2.3.5Junio C Hamano3-2/+6 2015-03-31gitweb.conf.txt: say "build-time", not "built-time"Jérôme Zago1-1/+1 2015-03-31enter_repo(): fix docs to match codePaul Tan1-8/+3 2015-03-30cherry-pick: fix docs describing handling of empty commitsJeff King1-1/+2 2015-03-30docs: clarify what git-rebase's "-p" / "--preserve-merges" doesSebastian Schuberth1-1/+3 2015-03-29parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defvalIvan Ukhov1-2/+1 2015-03-28Prepare for 2.3.5Junio C Hamano2-1/+42 2015-03-282.3.2 release notes: typofixThomas Ackermann1-1/+1 2015-03-27Update mailmap to spell out "Alexander Kuleshov"Junio C Hamano1-0/+1 2015-03-26diff-no-index: align D/F handling with that of normal GitJunio C Hamano2-2/+33 2015-03-26docs: clarify "preserve" option wording for git-pullSebastian Schuberth1-3/+2 2015-03-26git-push.txt: clean up force-with-lease wordingPhil Hord1-8/+6 2015-03-25diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano2-0/+65 2015-03-24report_path_error(): move to dir.cJunio C Hamano4-44/+44 2015-03-24git.txt: list index versions in plain EnglishNguyễn Thái Ngọc Duy1-1/+2 2015-03-23Git 2.3.4v2.3.4Junio C Hamano4-3/+36 2015-03-22completion: use __gitcomp_nl() for completing refsSZEDER Gábor1-2/+2 2015-03-20read-cache: fix reading of split indexThomas Gummerer1-19/+23 2015-03-20refs.c: drop curate_packed_refsJeff King2-67/+2 2015-03-20repack: turn on "ref paranoia" when doing a destructive repackJeff King2-3/+7 2015-03-20prune: turn on ref_paranoia flagJeff King2-2/+3 2015-03-20refs: introduce a "ref paranoia" flagJeff King4-0/+25