Fix the patch argument parsing for the "show" command
[stgit] / stgit / commands / show.py
2009-01-14 Catalin MarinasFix the patch argument parsing for the "show" command
2008-10-19 Catalin MarinasFix "show" to allow multiple branch:patch arguments
2008-09-28 Karl HasselströmMerge branch 'stable'
2008-09-21 Karl HasselströmAutomatic bash completion
2008-09-21 Karl HasselströmWrite to a stack log when stack is modified
2008-09-21 Karl HasselströmGenerate command lists automatically
2008-09-21 Karl HasselströmAuto-generate man pages for all StGit commands
2008-09-19 Catalin MarinasMerge branch 'stable'
2008-09-09 Catalin MarinasMerge branch 'stable'
2008-09-06 Karl HasselströmRefactoring: move shared options to their own module
2008-08-26 Karl HasselströmMerge branch 'stable'
2008-07-24 Karl HasselströmMerge branch 'stable'
2008-07-08 Karl HasselströmMerge branch 'stable'
2008-06-29 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-06-08 Catalin MarinasMerge branch 'stable'
2008-06-03 Catalin MarinasMerge branch 'stable'
2008-06-03 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-05-27 Catalin MarinasMerge branch 'stable'
2008-05-19 Catalin MarinasMerge branch 'stable'
2008-04-17 Catalin MarinasMerge branch 'stable'
2008-04-14 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-03-25 Catalin MarinasMerge branch 'stable'
2008-02-10 Karl HasselströmLet "stg show" use the unified --diff-opts handling
2007-12-07 Catalin MarinasAllow 'show' and 'id' to work on non-StGIT branches...
2007-12-07 Catalin Marinasgit.pretty_commit() re-implemented with "git show"...
2007-10-08 Karl HasselströmDon't have a global crt_series in stgit.commans.common
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-07-16 Yann DirsonRevert 'Disallow non-patch args to "stg show" (gna...
2007-07-13 Yann DirsonMake hidden patches visible to various commands (notabl...
2007-07-13 Yann DirsonDisallow non-patch args to "stg show" (gna #8453).
2007-07-13 Yann DirsonAllow "git show --branch".
2007-06-02 Yann DirsonAdd new --diff-opts/-O flag to diff- and status-related...
2006-11-22 Catalin MarinasAdd a boundary to parse_patches()
2006-11-22 Catalin MarinasAllow 'show' to display many patches
2006-07-05 Catalin MarinasDo not use the pager when the output is empty
2006-03-31 Catalin MarinasUse a pager for diff and show commands
2006-03-31 Catalin MarinasAdd a 'show' command