Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Revision 258871d3058a3117d204009b7173bf8c7df2414d authored by Shawn O. Pearce on 09 February 2007, 00:41:32 UTC, committed by Shawn O. Pearce on 09 February 2007, 00:41:32 UTC
If we are invoked as `git-foo`, then we should run the `foo` subcommand,
as the user has made some sort of link from `git-foo` to our actual
program code.  So we should honor their request.

If we are invoked as `git-gui foo`, the user has not made a link (or
did, but is not using it right now) so we should execute the `foo`
subcommand.

We now can start the single commit UI mode via `git-citool` and also
through `git gui citool`.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 2ebba52
History
Tip revision: 297ca895a27a6bbdb7906371d533f72a12ad25b2 authored by Junio C Hamano on 20 January 2022, 23:25:38 UTC
Merge branch 'js/branch-track-inherit'
Tip revision: 297ca89
File Mode Size
.gitignore -rw-r--r-- 36 bytes
GIT-VERSION-GEN -rwxr-xr-x 745 bytes
Makefile -rw-r--r-- 1.2 KB
TODO -rw-r--r-- 1.6 KB
git-gui.sh -rwxr-xr-x 141.7 KB

back to top