Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2008-03-11 | bash: fix long option with argument double completion | SZEDER Gábor | 1 | -7/+15 |
2008-03-11 | bash: Add more long options to be completed with "git --<TAB>" | Teemu Likonen | 1 | -0/+3 |
2008-03-11 | bash: use __gitdir when completing 'git rebase' options | SZEDER Gábor | 1 | -2/+2 |
2008-03-11 | bash: Remove completion of core.legacyheaders option | Shawn O. Pearce | 1 | -1/+0 |
2008-03-11 | bash: add 'git svn' subcommands and options | SZEDER Gábor | 1 | -1/+80 |
2008-03-11 | bash: add new 'git stash' subcommands | SZEDER Gábor | 1 | -1/+1 |
2008-03-11 | bash: refactor searching for subcommands on the command line | SZEDER Gábor | 1 | -39/+32 |
2008-03-11 | bash: remove unnecessary conditions when checking for subcommands | SZEDER Gábor | 1 | -4/+4 |
2008-03-11 | bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ... | Kevin Ballard | 1 | -4/+4 |