about summary refs log tree commit diff
path: root/Completion/Unix/Command/_baz
Commit message (Collapse)AuthorAgeFilesLines
* 35286: fix zstyle lookups with _baz and _tlaDaniel Hahler2015-05-271-2/+2
| | | | Add trailing colons to context being used with `zstyle -s`.
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-111-1/+1
|
* 22609: complete for baz switchClint Adams2006-08-151-0/+3
|
* 21763: Completion/Unix/Command/_baz: remove stray underscore.Clint Adams2005-09-261-1/+1
|
* 21692: remove set-tree-version, fix tree-version, add tree-id.Clint Adams2005-08-311-4/+4
|
* 21519: only complete files after baz commit, not archive/version.Clint Adams2005-07-241-1/+1
|
* 21517: complete files after build-config if there's a configs subdir, even ↵Clint Adams2005-07-241-2/+6
| | | | if one is not in a project tree.
* * 21150: Completion/Unix/Command/_baz, Completion/Unix/Command/_tla:Clint Adams2005-04-171-2/+2
| | | | handle parsing of subcommand help output a bit more sanely.
* * 21147: factor out some common code from _tla and _baz, and fix some breakageClint Adams2005-04-161-113/+5
| | | | from 21075.
* 21075: update baz completion to not use -A option since it's being dropped ↵Clint Adams2005-03-311-13/+7
| | | | in baz 1.3.
* * 20961: Completion/Unix/Command/_baz: fix completion of status and diff ↵Clint Adams2005-03-111-2/+4
| | | | subcommands.
* * 20951: Completion/Unix/Command/_baz: fix version detection and baz merge ↵Clint Adams2005-03-091-3/+3
| | | | completion.
* * 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt ↵Clint Adams2004-12-151-0/+690
Zimmerman.