Allows extraction of information about remotes.
[stgit] / stgit / git.py
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
2005-11-04 Chuck Leverremove extra refresh_index() call in apply_patches()
2005-11-04 Catalin MarinasAdd a patches command
2005-11-04 Catalin MarinasFix the 'files' initialisation in git.checkout()
2005-11-02 Chuck LeverUsing a mutable default function argument is bad
2005-10-27 Chuck LeverUse __run instead of os.system() in git.merge()
2005-10-27 Chuck LeverPrevent stderr from appearing on stdout when running...
2005-10-27 Chuck LeverNeed to do "git-update-index --refresh" in more places
2005-10-27 Chuck LeverFix exception error message in git.merge()
2005-10-27 Chuck LeverGet rid of an unused variable
2005-10-27 Chuck LeverMake sure switch_branch uses the right __head
2005-10-27 Chuck LeverRemove unused import in stgit/git.py
2005-10-07 Catalin MarinasFlush the HEAD cache in set_head_file()
2005-10-06 Chuck LeverFix a bug in "stg branch --rename"
2005-10-06 Chuck Lever[PATCH] Fix a couple of bugs in "stg branch --create"
2005-10-06 Chuck LeverAdd the ability to rename a git branch
2005-10-06 Chuck LeverAdd the ability to delete a branch to git.py
2005-10-06 Chuck LeverAdd git method for switching to a different branch
2005-10-06 Chuck LeverAdd git method for creating a fresh branch
2005-10-06 Chuck LeverCreate a new utility function in git.py for setting...
2005-10-06 Catalin MarinasFix the caching of the HEAD value
2005-10-05 Catalin MarinasAllow git.apply_patch() to take a base revision
2005-10-04 Catalin MarinasMake __commits global in git.py
2005-10-04 Catalin MarinasCache the HEAD value
2005-10-04 Chuck LeverUse "git-rev-parse" to get the HEAD commit
2005-10-03 Catalin MarinasOptimise 'push' to use git-apply instead of git-read...
2005-09-27 Catalin MarinasImplement a 'pick' command for cherry-picking
2005-09-27 Catalin MarinasAdd support for branch in the patch id
2005-09-27 Catalin MarinasAdd support for git-rev-parse
2005-09-22 Catalin MarinasFix importing from stdin
2005-09-19 Junio C HamanoAdjust stgit for post 0.99.7 renames.
2005-09-19 Paolo 'Blaisorblad... Fix syntax error in stg status
2005-09-17 Paolo 'Blaisorblad... Implement fast-forward when only tree (but not
2005-09-17 Paolo 'Blaisorblad... Make "stg files" output match "quilt files" one
2005-09-17 Paolo 'Blaisorblad... stg diff / files: don't update directory cache
2005-09-17 Paolo 'Blaisorblad... Fix typo: comitter->committer
2005-09-16 Catalin MarinasAllow 'import' to cherry-pick a commit object
2005-09-14 Catalin MarinasPass -q to git-merge-cache
2005-09-14 Catalin MarinasUpdate 'stg pull' to the latest 'git pull' API
2005-09-13 Catalin MarinasUse .git/info/exclude instead of .git/exclude
2005-09-02 Paolo 'Blaisorblad... [PATCH] Fix crash for empty description
2005-09-02 Paolo 'Blaisorblad... [PATCH] Support .gitignore
2005-08-24 Catalin MarinasFix push --undo to remove the local changes
2005-08-23 Catalin MarinasOptimise the merge operation
2005-08-23 Catalin MarinasOptimise the git.switch() function
2005-08-18 Catalin MarinasOptimise the Commit objects creation
2005-08-15 Catalin MarinasMake 'stg pull' use 'git pull' directly
2005-08-08 Catalin MarinasImplement the fold command
2005-08-03 Catalin MarinasImplement the 'clone' command
2005-07-28 Peter OsterlundHandle 'A' flag for new files
next