Auto-generate man pages for all StGit commands
[stgit] / stgit / commands / pick.py
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-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-03-24 Catalin MarinasAllow picking of one commit id
2008-03-24 Catalin MarinasAllow picking of one commit id
2008-03-24 Catalin MarinasAdd a boundary to parse_patches in pick.py
2008-03-24 Catalin MarinasAdd a boundary to parse_patches in pick.py
2008-03-20 Catalin MarinasAllow pick to import multiple patches
2008-03-20 Catalin MarinasAllow pick to import multiple patches
2007-12-19 David KågedalSplit git.merge into two functions
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