stgit
2010-03-26 Catalin MarinasStrip leading or trailing '-' when generating patch...
2010-03-25 Catalin Marinaspublish: Add the --unpublished options to list not...
2010-03-24 Catalin Marinasmail: Add 'snumber' template parameter equivalent to...
2010-03-22 Catalin Marinaspick --revert wasn't using the correct author
2010-03-09 Catalin MarinasAllow interactive merging via StackTransaction.reorder_...
2010-03-01 Catalin Marinasmail: Use space rather than tab for long subject header...
2010-02-15 Catalin Marinasmail: Ask for the SMTP credentials before sending the...
2010-02-10 Catalin MarinasFix _command_list() function for empty command sets
2010-02-05 Catalin MarinasReplace some git commands with stg aliases in test...
2010-02-05 Catalin MarinasAdd support for command aliases
2010-02-05 Catalin MarinasPopulate the cached config options with the defaults
2010-02-05 Catalin MarinasPass the --in-reply-to and --no-thread options to git...
2010-02-05 Catalin MarinasRename the mail --refid and --noreply options to match Git
2010-02-05 Catalin MarinasRecord a single transaction for conflicting push operations
2010-02-05 Alex Chiangstg mail: don't parse To/Cc/Bcc in --git mode
2010-02-05 Alex Chiangstg mail: add basic support for git send-email
2010-02-05 Alex Chiangstg mail: factor out __update_header
2010-02-05 Alex Chiangstg mail: make __send_message do more
2010-02-05 Alex Chiangstg mail: reorder __build_[message|cover] parameters
2010-02-05 Alex Chiangstg mail: Refactor __send_message and friends
2010-02-03 David Kågedalstgit.el: Add the stgit-execute command and bind it...
2010-01-31 Gustav Hållbergimprove "usage" strings to include optional "--"
2010-01-29 Gustav Hållbergstgit.el: Handle patch and branch names starting with...
2010-01-29 Gustav Hållbergstgit.el: Made a few wide lines more narrow
2010-01-25 Gustav Hållbergstgit.el: Run "git update-index --refresh" before redra...
2010-01-22 Gustav Hållbergstgit.el: Advise non-stgit git functions to update...
2010-01-22 Gustav HållbergTutorial: Add stgit.el section
2010-01-22 Gustav Hållbergstgit.el: Prevent stgit-applied-patches from moving...
2010-01-22 Gustav Hållbergstgit.el: Annotate stgit-capture-output macro for edebug
2010-01-22 Karl Wibergstgit.el: Add command for showing diff for a range...
2010-01-22 Karl Wibergstgit.el: Optionally allow duplicates when sorting...
2010-01-22 Karl Wibergstgit.el: Break out diff whitespace arg handling to...
2010-01-22 Karl WibergMerge gustav/proposed
2009-12-17 Catalin MarinasMerge branch 'stable'
2009-12-17 Catalin MarinasFix "stg applied" usage in contrib/stg-dispatch
2009-12-16 Gustav Hållbergstgit.el: Make "G" work before/after the tree
2009-12-06 Gustav Hållbergstgit.el: Repair how patches with empty descriptions...
2009-12-04 Gustav Hållbergstgit.el: Do not emit trailing whitespace
2009-12-04 Gustav Hållbergstgit.el: Get default rebase branch from git-config...
2009-12-04 Gustav Hållbergstgit.el: Allow "B" to create new branches
2009-12-04 Gustav Hållbergstgit.el: Make stg undo/redo --hard ask for confirmatio...
2009-12-04 Gustav Hållbergstgit.el: Do not recurse into unknown directories after...
2009-12-04 Gustav Hållbergstgit.el: Use "->" for defstruct field accessors
2009-12-04 Gustav Hållbergstgit.el: Disable undo information in stgit output...
2009-12-04 Gustav Hållbergnew: Allow empty messages with --message and --file
2009-12-04 David Kågedalstgit.el: Make the patch name optional
2009-12-04 David Kågedalstgit.el: Use format-spec when formatting file information
2009-12-04 David Kågedalstgit.el: Use format-spec when formatting patch lines
2009-12-04 David Kågedalstgit.el: Move defcustom definitions to the top
2009-12-03 Catalin MarinasMerge commit 'kha/safe'
2009-12-03 Catalin MarinasMerge branch 'stable'
2009-12-03 Catalin MarinasUpdate the tutorial for the conflict situations
2009-11-23 Gustav Hållbergundo: Add test that "stg undo --hard" leaves the stgit...
2009-10-28 Catalin MarinasMerge branch 'stable'
2009-10-28 Catalin MarinasFix setup.py to generate the needed files
2009-10-28 Gustav Hållbergstgit.el: Position point at beginning of buffer before...
2009-10-28 Gustav Hållbergfold/import: Remove requirement on git 1.6.2
2009-10-28 Gustav Hållbergpush/pop: Allow "-n0" to do nothing
2009-10-28 Gustav Hållbergstgit.el: Improve help text on stgit-goto
2009-10-24 Catalin MarinasSlightly modify the "publish" command description v0.15
2009-10-20 Catalin MarinasPick --revert option (formerly --reverse)
2009-10-19 Catalin MarinasThe '--file' option for 'new' should show 'FILE' rather...
2009-10-18 Catalin MarinasUpdate the RELEASENOTES file with latest changes v0.15-rc4
2009-10-18 Catalin MarinasDo not use stdout instead of stderr
2009-10-17 Catalin MarinasIgnore the git-config exit code
2009-10-17 Catalin MarinasDo not delete the builtin_version.py file after setup
2009-10-05 Jakob Stoklund... Never skip rebase
2009-09-30 Catalin MarinasFast-forward the published head when possible
2009-09-30 Catalin MarinasDelete the hidden patches as well when deleting a branch
2009-09-30 Catalin MarinasAllow 'stg diff ..<commit>'
2009-09-30 Catalin MarinasAllow importing of 'application/octet-stream' attachments
2009-09-16 Catalin MarinasAutosign imported patches
2009-09-16 Catalin MarinasAdd the -p option to fold
2009-09-16 Catalin MarinasDo not create an empty patch if import failed without...
2009-09-16 Catalin MarinasAdd the --reject option to fold
2009-09-16 Catalin MarinasRemove the 'fail_dump' argument to git.apply_patch()
2009-09-13 Catalin MarinasGenerate binary diffs by default v0.15-rc3
2009-09-13 Catalin MarinasPreserve the given author date during import
2009-09-08 Catalin MarinasAdd import -p option
2009-09-08 Catalin MarinasMerge commit 'kha/safe'
2009-09-03 David KågedalEscape patch name when creating regexp
2009-09-02 Catalin MarinasImport git show output easily
2009-09-02 Catalin MarinasMerge commit 'kha/safe'
2009-09-02 Catalin MarinasAdd stg-build, stg-dbg and RELEASENOTES to the MANIFEST...
2009-08-24 Karl Wibergsquash: Make commit message editing more convenient
2009-08-24 Karl WibergWhen reading a config value, pick the last value, not...
2009-08-21 Catalin MarinasAdd the next/prev commands to the RELEASENOTES file v0.15-rc2
2009-08-19 Karl WibergTutorial: Use the new StGit repo URL in clone example
2009-08-19 Karl WibergDocumentation: Rename remaining link macros
2009-08-19 Gustav Hållbergstgit.el: Improve stgit-mode help text slightly
2009-08-18 Gustav Hållbergstgit.el: Allow "P" to operate on all marked files
2009-08-18 Gustav Hållbergstgit.el: Make sure "M" retains the order of the patches
2009-08-18 Gustav Hållbergstgit.el: Consistently use "marked" about marked patches
2009-08-18 Gustav Hållbergstgit.el: Add flags to stgit-patches-marked-or-at-point
2009-08-17 Karl WibergRelease notes: Reformat for better legibility, and...
2009-08-17 Karl WibergRelease notes: Turn the 0.15-rc1 release notes into...
2009-08-17 Catalin MarinasAdd release notes file
2009-08-17 Karl WibergMerge branch 'proposed' of git://github.com/gustavh...
2009-08-17 Gustav Hållbergstgit.el: Add menu bar menu
2009-08-17 Gustav Hållbergstgit.el: Add stgit-toggle-mark
next