stgit.el: Unify help text formatting
[stgit] / stgit /
2008-12-08 Karl Hasselströmstg series: Explain the list format better
2008-12-08 David KågedalUse separate column for zero in output of stg series -e
2008-12-03 Dan Williamsfix export -s
2008-12-03 Dan Williamsmail: add some commonly used tags to --auto
2008-12-02 Catalin MarinasDo not append a new line to the backwards compat files...
2008-11-29 Catalin MarinasFix the HEAD updating during a conflicting push (bug...
2008-11-21 Catalin MarinasDisplay (empty) when appropriate for the goto command
2008-11-08 Catalin MarinasMerge branch 'proposed'
2008-11-08 Catalin MarinasGenerate a different patch name if it already exists
2008-11-08 Catalin MarinasAllow pick --fold to work without applied patches
2008-11-08 Catalin MarinasRemove e-mail address duplicates
2008-11-08 Catalin MarinasRemove the --committer options
2008-11-01 Catalin MarinasAdd parse_patches boundary in the delete.py file
2008-11-01 Catalin MarinasChange e-mail user agent header to StGit
2008-10-24 Clark WilliamsTeach "stg import" to import patch series from tar...
2008-10-19 Catalin MarinasFix "show" to allow multiple branch:patch arguments
2008-10-05 Karl HasselströmRefresh the main stg man page
2008-10-02 Catalin MarinasUse --diff rather than --patch in log.py
2008-09-28 Karl HasselströmMerge branch 'stable'
2008-09-28 Karl HasselströmFix typo
2008-09-21 Karl HasselströmAdd a new flag, --spill, to stg delete
2008-09-21 Karl HasselströmRemove misleading "stg delete" documentation
2008-09-21 Karl HasselströmAutomatic bash completion
2008-09-21 Karl HasselströmImplement "stg refresh --edit" again
2008-09-21 Karl HasselströmInvoke the correct interactive editor
2008-09-21 Karl HasselströmRefactor stgit.commands.edit
2008-09-21 Karl HasselströmRemove --undo flags from stg commands and docs
2008-09-21 Karl HasselströmConvert "stg refresh" to the new infrastructure
2008-09-21 Karl HasselströmMake "stg log" show stack log instead of patch log
2008-09-21 Karl HasselströmCheck for top == head at the start of every transaction
2008-09-21 Karl HasselströmLog and undo external modifications
2008-09-21 Karl HasselströmNew command: stg redo
2008-09-21 Karl HasselströmNew command: stg undo
2008-09-21 Karl HasselströmMove stack reset function to a shared location
2008-09-21 Karl HasselströmDon't write a log entry if there were no changes
2008-09-21 Karl HasselströmAdd a --hard flag to stg reset
2008-09-21 Karl HasselströmLog conflicts separately for all commands
2008-09-21 Karl HasselströmLog conflicts separately
2008-09-21 Karl HasselströmNew command: stg reset
2008-09-21 Karl HasselströmWrite to a stack log when stack is modified
2008-09-21 Karl HasselströmGenerate command lists automatically
2008-09-21 Karl Hasselströmasciidoc.conf: Steal updates from git
2008-09-21 Karl HasselströmAuto-generate man pages for all StGit commands
2008-09-19 Catalin MarinasMerge branch 'stable'
2008-09-18 Catalin MarinasFix the sink command for various test cases
2008-09-12 Catalin MarinasAutosign newly created patches
2008-09-12 Catalin MarinasDo not crash if a patch log ref is missing
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 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-21 Catalin MarinasRemove the duplicate utils.strip_leading function
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-07-24 Karl HasselströmGlobal performance logging
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 utility function for reordering patches
2008-07-24 Karl Hasselströmstg goto: Handle hidden patches more gracefully
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ömMerge branch 'stable'
2008-07-08 Karl HasselströmMerge branch 'stable'
2008-07-08 Karl HasselströmDon't allow extra diff options with "stg status"
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-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 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-02 Karl HasselströmHandle changed files with non-ASCII names
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
next