chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / pull.py
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-10-07 Karl HasselströmRemove the --force flag to "stg rebase" and "stg pull"
2007-10-07 Yann DirsonBetter diagnostic for wrong branch configuration.
2007-09-28 Catalin MarinasFix the rebasing with an external command
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-06-25 Yann DirsonRevert part of the reverted commit that we want to...
2007-06-15 Yann DirsonRevert 'Changed rebasing safety check to look for reach...
2007-06-12 Yann DirsonUse get/set_name for a stack's name.
2007-06-12 Yann DirsonChanged rebasing safety check to look for reachability...
2007-05-21 Karl HasselströmRefactor message printing
2007-05-15 Yann DirsonStop recording branch.*.remote to '.' for local parents.
2007-02-27 Yann DirsonCorrectly raise exception on unknown pull-policy.
2007-02-21 Yann DirsonRework of the 'stg pull' policy.
2007-02-21 Yann DirsonRefuse to pull/rebase when rendered unsafe by (un)commits.
2007-02-21 Yann DirsonFactorize rebasing behaviour.
2007-02-04 Pavel RoskinDon't print "rebasing" if the head doesn't change
2007-02-03 Yann DirsonUse FETCH_HEAD to know where to rebase to after pull. master
2007-02-03 Yann DirsonCorrectly check the pull-does-rebase parameter in ...
2007-02-02 Yann DirsonRebase to parent branch after git-fetch in "stg pull".
2007-02-02 Yann DirsonThe user does not want to mess with the refspecs.
2007-01-31 Yann DirsonMove identification of parent branch's remote def up...
2007-01-31 Yann DirsonMake stgit.config use git-repo-config.
2007-01-10 Pavel RoskinCheck git pull remote before defaulting to 'origin'
2006-11-08 Chuck LeverOptionally repack the object repository after every...
2006-03-03 Catalin MarinasAdd a merged upstream test for pull and push
2006-02-04 Chuck Lever"stg pull" says "popping all patches" even when it...
2006-01-07 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-07 Kirill Smelkov[trivial] fix spelling typos
2005-10-06 Chuck LeverAllow user to protect some branches against "stg pull"
2005-09-14 Catalin MarinasUpdate 'stg pull' to the latest 'git pull' API
2005-08-15 Catalin MarinasMake 'stg pull' use 'git pull' directly
2005-08-03 Catalin Marinas'pull' should use the origin branch
2005-08-03 Catalin MarinasSave .git/ORIG_HEAD when pulling changes
2005-07-24 Catalin MarinasImprove the help message for commands
2005-07-20 Catalin MarinasAdd a 'pull' command