git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4 0/5] git-gui: more robust handling of fancy repos
@ 2010-01-23 10:03 Giuseppe Bilotta
  2010-01-23 10:03 ` [PATCHv4 1/5] git-gui: handle non-standard worktree locations Giuseppe Bilotta
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Giuseppe Bilotta @ 2010-01-23 10:03 UTC (permalink / raw)
  To: git; +Cc: Shawn O. Pearce, Markus Heidelberg, Giuseppe Bilotta

A re-issue of the patchest to make git-gui more robust towards
non-standard repository setup, with two additional fixes.

The first three patches are unchanged from the previous iteration (still
waiting for review, actually).

The 4th sets GIT_DIR and GIT_WORK_TREE in git-gui to ensure that all
external tool invocation work in the same setup.

The last one also updates the shortcut library to make use of
_gitworktree instead of the old assumption that the worktree is the
updir of the git dir. I can't really test this patch though because
I don't have Windows.


Giuseppe Bilotta (5):
  git-gui: handle non-standard worktree locations
  git-gui: handle bare repos correctly
  git-gui: work from the .git dir
  git-gui: set GIT_DIR and GIT_WORK_TREE after setup
  git-gui: update shortcut tools to use _gitworktree

 git-gui/git-gui.sh       |  101 ++++++++++++++++++++++++++++++++++------------
 git-gui/lib/shortcut.tcl |    7 ++-
 2 files changed, 79 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-24  0:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23 10:03 [PATCHv4 0/5] git-gui: more robust handling of fancy repos Giuseppe Bilotta
2010-01-23 10:03 ` [PATCHv4 1/5] git-gui: handle non-standard worktree locations Giuseppe Bilotta
2010-01-23 10:03 ` [PATCHv4 2/5] git-gui: handle bare repos correctly Giuseppe Bilotta
2010-01-23 10:03 ` [PATCHv4 3/5] git-gui: work from the .git dir Giuseppe Bilotta
2010-01-23 10:03 ` [PATCHv4 4/5] git-gui: set GIT_DIR and GIT_WORK_TREE after setup Giuseppe Bilotta
2010-01-23 23:22   ` Shawn O. Pearce
2010-01-23 23:59     ` [PATCH] " Giuseppe Bilotta
2010-01-24  0:03       ` Shawn O. Pearce
2010-01-23 10:03 ` [PATCHv4 5/5] git-gui: update shortcut tools to use _gitworktree Giuseppe Bilotta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).