git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [StGIT PATCH 0/4] Rename detection, take 2
@ 2007-05-31 22:34 Yann Dirson
  2007-05-31 22:34 ` [PATCH 1/4] Add 2 new contrib scripts Yann Dirson
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Yann Dirson @ 2007-05-31 22:34 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

This series brings the ability to pass arbitrary flags to git-diff
through StGIT commands.  Eg:

    stg files -O -C
    stg diff -O '-C -w --color'
    stg mail -O --binary

The latter shows that the recently-added --binary is not needed any
more, so I removed it.

While doing this, I realized that many git commands were spawned
through shell commands instead of directly exec'ing them, and that was
annyoing for consistency, so this is part of the same patch.  As a
bonus, it slightly improves performance.

-- 
Yann Dirson    <ydirson@altern.org> |
Debian-related: <dirson@debian.org> |   Support Debian GNU/Linux:
                                    |  Freedom, Power, Stability, Gratis
     http://ydirson.free.fr/        | Check <http://www.debian.org/>

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

end of thread, other threads:[~2007-06-05  6:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-31 22:34 [StGIT PATCH 0/4] Rename detection, take 2 Yann Dirson
2007-05-31 22:34 ` [PATCH 1/4] Add 2 new contrib scripts Yann Dirson
2007-06-01  9:22   ` David Kågedal
2007-06-03 12:32     ` Karl Hasselström
2007-06-03 12:40       ` Yann Dirson
2007-05-31 22:34 ` [PATCH 2/4] Call external commands without a shell where possible Yann Dirson
2007-05-31 22:34 ` [PATCH 3/4] Make diff flags handling more modular Yann Dirson
2007-05-31 22:34 ` [PATCH 4/4] Add new --diff-opts/-O flag to diff- and status-related commands Yann Dirson
2007-06-04 22:15   ` Catalin Marinas
2007-06-05  6:47     ` Yann Dirson

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).