chiark / gitweb /
stgit
2008-09-09 Catalin MarinasMerge branch 'stable'
2008-09-09 Catalin MarinasFix import to work properly in subdirectories
2008-09-09 Catalin MarinasFix the importing of config in series.py
2008-09-06 Shinya Kuribayashistgit-completion.bash: Remove add/applied/cp/rm/unapplied
2008-09-06 Shinya Kuribayashidiffcol.sh: Use /bin/bash explicitly
2008-09-06 Karl HasselströmRefactoring: move shared options to their own module
2008-09-06 Karl HasselströmRemove unneeded import
2008-08-27 Daniel WhiteRemove dashed form of git command still in comment
2008-08-26 Karl HasselströmMerge branch 'stable'
2008-08-26 Karl HasselströmDon't use the dashed for of git commands
2008-08-22 Daniel Whitedebian/rules: take advantage of new build targets
2008-08-21 Catalin MarinasRemove the duplicate utils.strip_leading function
2008-08-21 Karl HasselströmFix some remaining old-style stg id calls
2008-08-21 Catalin MarinasRemove the applied/unapplied commands
2008-08-21 Catalin MarinasConvert git_id() to the new id format
2008-08-21 Catalin MarinasImplement a new patch identification scheme and id...
2008-08-21 Catalin MarinasAllow e-mails to be sent with the Unix sendmail tool
2008-08-04 Samuel TardieuDo not mess-up with commit message formatting when...
2008-08-04 Samuel TardieuDo not insert an empty line before the diffstat info
2008-08-04 Karl HasselströmAdd some tests of refreshing removed files
2008-07-30 Daniel WhiteUpdated INSTALL with documentation of Makefile
2008-07-30 Daniel WhiteRemove installation of documentation from setup.py
2008-07-30 Daniel WhiteAdd install-html target to makefile
2008-07-30 Daniel WhiteAdd install-doc target to makefile
2008-07-30 Daniel WhiteFix default install location for manpages
2008-07-30 Daniel WhiteRemove variables regarding section 7 man pages
2008-07-30 Daniel WhiteFix Makefile to correctly pass prefix option
2008-07-24 Karl HasselströmGlobal performance logging
2008-07-24 Karl HasselströmLog subprocess calls during performance testing
2008-07-24 Karl HasselströmShow full command in subprocess profiling
2008-07-24 Karl HasselströmLog subprocess activity to a file
2008-07-24 Karl HasselströmAdd some performance testing scripts
2008-07-24 Karl HasselströmAdd utility function for reordering patches
2008-07-24 Karl Hasselströmstg goto: Handle hidden patches more gracefully
2008-07-24 Karl HasselströmTest operations on hidden patches
2008-07-24 Karl HasselströmTeach stgit.lib.transaction about hidden patches
2008-07-24 Karl HasselströmLibrary functions for tree and blob manipulation
2008-07-24 Karl HasselströmReuse the same temp index in a transaction
2008-07-24 Karl HasselströmDo simple in-index merge with diff+apply instead of...
2008-07-24 Karl HasselströmDiscard stderr output from git apply if the caller...
2008-07-24 Karl HasselströmFix uncommit status message
2008-07-24 Karl HasselströmMake sure that stg uncommit doesn't touch the branch...
2008-07-24 Karl Hasselströmstg uncommit should never touch the branch head
2008-07-24 Karl HasselströmTest for exit code with command_error()
2008-07-24 Karl HasselströmMerge branch 'stable'
2008-07-24 Daniel WhiteFixed default install location
2008-07-18 Karl HasselströmTest that we can add a new file to a non-topmost patch...
2008-07-16 Miklos Vajnasetup.py: fix error message when running with python-2.3
2008-07-16 Miklos Vajnasetup.py: don't try to import stgit.run before the...
2008-07-08 Karl HasselströmTest for "stg edit"
2008-07-08 Karl HasselströmTest for specific exit code
2008-07-08 Karl HasselströmTest "stg status" with -M in stgit.diff-opts
2008-07-08 Karl HasselströmMerge branch 'stable'
2008-07-08 Karl HasselströmDon't allow extra diff options with "stg status"
2008-07-08 Karl HasselströmTest "stg status" with renames
2008-06-29 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-06-29 Karl HasselströmFix "stg sink" with no applied patches (bug 11887)
2008-06-29 Karl HasselströmTry "stg sink" without applied patches
2008-06-24 Clark WilliamsPatch to allow import from compressed files (gzip and...
2008-06-19 Catalin MarinasFix export error introduced by recent convertion
2008-06-12 Samuel TardieuFind CmdException in common
2008-06-12 Karl HasselströmFix typo
2008-06-08 Catalin MarinasMerge branch 'stable'
2008-06-08 Catalin MarinasRelease 0.14.3 v0.14.3
2008-06-08 Catalin MarinasAdd test_patches target to Makefile
2008-06-08 Catalin MarinasConvert "init" to the new StGIT infrastructure
2008-06-08 Catalin MarinasAdd stack creation and initialisation support to lib...
2008-06-08 Catalin MarinasCreate a git.Branch class as ancestor of stack.Stack
2008-06-08 Catalin MarinasRename Repository.head to Repository.head_ref
2008-06-06 Catalin MarinasAllow stack.patchorder.all to return hidden patches
2008-06-05 Catalin MarinasFix the parse_patches() function to work with tuples
2008-06-03 Catalin MarinasMerge commit 'kha/safe'
2008-06-03 Catalin MarinasMerge branch 'stable'
2008-06-03 Karl HasselströmSome API documentation for the new infrastructure
2008-06-03 Karl HasselströmWrap the text of error messages
2008-06-03 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-06-03 Karl HasselströmHandle refresh of changed files with non-ASCII names
2008-06-03 Karl HasselströmTest for another filename quoting issue in tree_status()
2008-06-02 Karl HasselströmHandle changed files with non-ASCII names
2008-06-02 Karl HasselströmAdd rebase test for when upstream has deleted a non...
2008-05-28 Catalin MarinasConvert "export" to the new infrastructure
2008-05-28 Catalin MarinasConvert "top" to the new infrastructure
2008-05-28 Catalin MarinasFix error in status.py when calling git.resolved
2008-05-28 Catalin MarinasAllow the Repository.get_stack() to get a default argument
2008-05-28 Catalin MarinasRewrite the "series" command for the new infrastructure
2008-05-28 Catalin MarinasRefactor the Commitdata class to CommitData
2008-05-27 Catalin MarinasMerge branch 'stable'
2008-05-27 Catalin MarinasFix "refresh" failure with moved files (bug 11661)
2008-05-20 Karl HasselströmAdd property with a list of all patch names
2008-05-20 Karl HasselströmPrevent most commands from running when there are conflicts
2008-05-20 Karl HasselströmEmacs mode: delete patches
2008-05-20 Karl HasselströmConvert "stg delete" to the new infrastructure
2008-05-20 Karl HasselströmEmacs mode: use "stg new --file"
2008-05-20 Karl HasselströmLet "stg new" support more message options
2008-05-20 Karl HasselströmRefactor --author/--committer options
2008-05-20 Karl HasselströmConvert "stg new" to the new infrastructure
2008-05-20 Karl HasselströmDisable patchlog test for "stg new"
2008-05-20 Karl HasselströmTry the built-in version string before git-describe
2008-05-19 Catalin MarinasMerge branch 'stable'
2008-05-19 Catalin MarinasAllow export to write unapplied files as well
next