chiark / gitweb /
Fix more commands to run correctly in subdirectories
[stgit] / stgit / commands / pick.py
2007-11-07 Catalin MarinasFix more 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-07-16 Catalin MarinasAdd the '--expose' option to 'pick'
2007-05-22 Catalin MarinasFix the automatic patch name generation for the pick...
2007-05-21 Karl HasselströmRefactor message printing
2007-05-15 Karl HasselströmMake the "name" argument to "stg new" optional
2007-05-14 Yann DirsonCopy patchlogs when cloning a stack or picking a patch.
2007-05-14 Yann DirsonCleanup variable names in pick.
2006-12-12 Catalin MarinasAdd the --unapplied option to pick
2006-12-08 Catalin MarinasDon't always use git-merge-recursive because of speed
2006-11-07 Karl HasselströmGenerate unique patch names
2006-08-20 Yann DirsonAdd a --parent flag to "stgit pick".
2006-07-05 Catalin MarinasGet the patch name from the description
2006-05-24 Catalin MarinasAdd the --update option to pick
2006-01-13 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-10 Pavel Roskinstgit: typo fixes
2005-11-15 Chuck LeverFix a typo in "stg pick"
2005-11-11 Catalin MarinasFix the --name option for the pick command
2005-11-10 Catalin MarinasOptimise pick --fold to use git-apply first
2005-10-27 Catalin MarinasNotify when a cherry-picked commit was modified by...
2005-10-05 Catalin MarinasAdd a --fold option to pick
2005-09-27 Catalin MarinasImplement a 'pick' command for cherry-picking