chiark / gitweb /
Refactor stgit.commands.edit
[stgit] / stgit / commands / diff.py
2008-09-21 Karl HasselströmRefactor stgit.commands.edit
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-08-26 Karl HasselströmDon't use the dashed for of git commands
2008-08-21 Catalin MarinasConvert git_id() to the new id format
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-01-29 Karl HasselströmLet the caller supply the diff text to diffstat()
2008-01-24 Karl HasselströmRefactor --diff-opts handling
2007-10-23 Catalin MarinasAllow StGIT commands to run correctly in subdirectories
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-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-06-02 Yann DirsonAdd new --diff-opts/-O flag to diff- and status-related...
2007-06-02 Yann DirsonMake diff flags handling more modular.
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmAdd --binary flag to commands that generate diffs
2006-11-24 Catalin MarinasComplete patch names after a patch (range) option
2006-08-11 Catalin MarinasUse the ".." syntax for patch ranges
2006-07-05 Catalin MarinasDo not use the pager when the output is empty
2006-05-24 Karl HasselströmFix indexing error during "diff -r/"
2006-05-18 Karl HasselströmHandle branch names with slashes
2006-03-31 Catalin MarinasUse a pager for diff and show commands
2005-11-17 Chuck LeverSeamlessly allow diffs "from" the current working directory
2005-07-24 Catalin MarinasImprove the help message for commands
2005-07-19 Catalin MarinasImplement the 'mail' command
2005-07-12 Catalin MarinasSeparate the commands in stgit/commands/* files