chiark / gitweb /
Clean-up if the branch creation fails (bug #10015)
[stgit] / stgit / git.py
2007-12-04 Catalin MarinasClean-up if the branch creation fails (bug #10015)
2007-12-01 Catalin MarinasCheck for disappeared newborn files in git.tree_status...
2007-11-14 Catalin MarinasExecute the 'git ...' rather than 'git-...'
2007-11-14 Catalin Marinas'stg pop --keep' doesn't update the index
2007-10-23 Catalin MarinasAllow StGIT commands to run correctly in subdirectories
2007-10-17 Catalin MarinasDo not raise an exception if no FETCH_HEAD
2007-10-08 Karl HasselströmProperly detect that HEAD is detached
2007-10-07 Karl HasselströmDiscard stderr output from git-rev-parse
2007-10-07 Karl HasselströmMake a common superclass for all StGit exceptions
2007-10-07 Yann DirsonBetter diagnostic for wrong branch configuration.
2007-09-28 Catalin MarinasFix the rebasing with an external command
2007-09-23 David KågedalMoved that status function to the status command file
2007-09-23 David KågedalClear up semantics of tree_status
2007-09-14 Catalin MarinasAdd patch editing command
2007-09-11 Karl HasselströmInclude summary of added/deleted files in diffstat
2007-09-11 Karl HasselströmDiscard stderr when determining if a patch is already...
2007-09-05 Pavel Roskingit.__remotes_from_dir() should only return lists
2007-09-04 Karl HasselströmUse the builtin set() instead of sets.Set()
2007-08-31 Karl HasselströmLet "stg status" ignore empty directories
2007-08-31 David KågedalCleanup tree_status and use -z
2007-08-26 Karl HasselströmRefactor subprocess creation
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-08-26 Karl HasselströmCompile regexp just once
2007-08-23 Karl HasselströmDon't touch ref files manually
2007-08-20 Karl HasselströmTeach StGIT about core.excludesfile
2007-07-16 Catalin MarinasDo not call 'refresh' when creating a patch (bug #8872)
2007-06-25 Yann DirsonRevert part of the reverted commit that we want to...
2007-06-22 Catalin MarinasModify the 'patches' command to use the locally modifie...
2007-06-15 Yann DirsonRevert 'Changed rebasing safety check to look for reach...
2007-06-12 Catalin MarinasShow a joined string rather than list when reporting...
2007-06-12 Yann DirsonChanged rebasing safety check to look for reachability...
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-06-02 Yann DirsonCall external commands without a shell where possible.
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmAdd --binary flag to commands that generate diffs
2007-05-14 Karl HasselströmFix popping on non-active branches
2007-04-17 Catalin MarinasFailed recursive merging can silently lose date in...
2007-03-12 Yann DirsonMake 'stg cp' 2nd form safe.
2007-03-12 Yann DirsonAdd 'stg cp' command.
2007-02-23 Catalin MarinasAdd --branch option to 'patches'
2007-02-21 Yann DirsonRework of the 'stg pull' policy.
2007-02-13 Catalin MarinasFix the behaviour when there is no user information...
2007-02-05 Yann DirsonUse branch.*.stgit.parentbranch for authoritative paren...
2007-02-03 Yann DirsonUse FETCH_HEAD to know where to rebase to after pull. master
2007-02-02 Pavel RoskinAllow .git/branches and .git/remotes to be missing
2007-02-02 Yann DirsonRebase to parent branch after git-fetch in "stg pull".
2007-02-01 Catalin Marinasset() is not a builtin function in Python 2.3
2007-01-31 Yann DirsonMake 'stg pull' use git-fetch and not git-pull.
2007-01-31 Yann DirsonAllows extraction of information about remotes.
2007-01-31 Yann DirsonMake stgit.config use git-repo-config.
2007-01-21 Catalin MarinasFix the displaying of unknown files for 'stg status'
2007-01-04 Catalin MarinasFix the branch renaming to also rename the reflogs
2006-12-08 Catalin MarinasDon't always use git-merge-recursive because of speed
2006-12-07 Catalin MarinasAdd the 'sync' command
2006-12-07 Catalin MarinasFix a merge case with files added in both heads but...
2006-12-05 Karl HasselströmAsk git for author and committer name
2006-12-05 Catalin MarinasOnly print the progress message if on a TTY
2006-11-16 Karl HasselströmPrint progress message to stderr, not stdout
2006-11-09 Catalin MarinasAdd file renaming support
2006-11-08 Chuck LeverOptionally repack the object repository after every...
2006-11-08 Chuck LeverPrint a message while checking for changes in the worki...
2006-11-08 Catalin MarinasAdd mbox support to "import"
2006-11-07 Catalin MarinasAdd support for multipart messages to import
2006-10-25 Karl HasselströmNew stg command: assimilate
2006-10-20 Catalin MarinasAllow the git-pull command to be configurable
2006-09-15 Catalin MarinasAdd patch history support
2006-09-15 Catalin MarinasAllow empty commit messages
2006-09-10 Catalin MarinasAdd --keep option to pop
2006-09-10 Catalin MarinasUse get-ref-list to get the commit parents
2006-07-05 Catalin MarinasAdd '--' to git-diff-index calls
2006-06-11 Catalin MarinasShow the stderr for failed GIT commands
2006-05-24 Catalin MarinasAdd the --update option to pick
2006-05-18 Karl HasselströmHandle branch names with slashes
2006-05-08 Catalin MarinasFix git.reset() to remove the added files
2006-05-03 Catalin MarinasAllow git.checkout() to work on unmerged indexes
2006-05-02 Yann DirsonAdd a couple of safety checks to series creation
2006-04-06 Catalin MarinasUse 'git-*' instead of 'git *'
2006-03-31 Catalin MarinasAdd a 'show' command
2006-03-31 Catalin MarinasAdd the '--undo' option to 'refresh'
2006-03-30 Paolo 'Blaisorblad... Pass --directory to git-ls-files for stg status
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-10 Catalin MarinasDeal with merge conflicts directly
2006-03-09 Catalin MarinasPass the --aggressive flag to git-read-tree
2006-03-09 Catalin MarinasCache the base_dir value for subsequent calls
2006-03-03 Catalin MarinasAdd a merged upstream test for pull and push
2006-02-28 Catalin MarinasFix the reset command to set HEAD to a proper id
2006-02-17 Catalin MarinasAllow tag objects to be passed on the command line
2006-01-23 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-21 Catalin MarinasFix the 'status --reset' for individual files
2006-01-13 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-10 Pavel Roskinstgit: typo fixes
2005-12-23 Catalin Marinas"status --reset" does not restore the deleted files
2005-12-22 Catalin MarinasX-Gmail-Received: cccbb3cdc84ae431fe07356861cbfa18540eab00
2005-12-08 Chuck LeverRemove "-r" option on invocations of git-diff-index
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-18 Catalin MarinasAllow 'stg status --reset' to work on individual files
2005-11-17 Chuck LeverSeamlessly allow diffs "from" the current working directory
2005-11-17 Chuck LeverCleanup: remove unused variable
2005-11-04 Chuck LeverReplace a variable that uses the same name as a built-in
next