mail: Add 'snumber' template parameter equivalent to stripped 'number'
[stgit] / contrib /
2010-02-03 David Kågedalstgit.el: Add the stgit-execute command and bind it...
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å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 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 branch 'stable'
2009-10-28 Catalin MarinasMerge branch 'stable'
2009-10-28 Gustav Hållbergstgit.el: Position point at beginning of buffer before...
2009-10-28 Gustav Hållbergstgit.el: Improve help text on stgit-goto
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 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
2009-08-15 Gustav Hållbergstgit.el: Verify we're in stgit-mode before running...
2009-08-15 Gustav Hållbergstgit.el: Allow toggle-index on index and work tree
2009-08-15 Gustav Hållbergstgit.el: Allow revert on index and work tree
2009-08-15 Gustav Hållbergstgit.el: Add +/- to expand/collapse selected patches
2009-08-15 Gustav Hållbergstgit.el: Fix some incorrect indentation
2009-08-15 David Kågedalstgit.el: Add stgit-new-and-refresh command
2009-08-14 Gustav Hållbergstgit.el: Bugfix "P" when point is not on a patch line
2009-08-12 Gustav Hållbergstgit.el: Fix problem where standard-output isn't bound...
2009-08-12 Gustav Hållbergstgit.el: Bugfix of stgit-move-patches to top of stack
2009-08-08 Gustav Hållbergstgit.el: Improve use of def{group,custom,face}
2009-08-08 Gustav Hållbergstgit.el: Add C-c C-b for stgit-rebase
2009-08-08 Gustav Hållbergstgit.el: Add better help text for stgit-mode
2009-08-06 Gustav Hållbergstgit.el: Bugfix mode change display
2009-08-06 Gustav Hållbergstgit.el: Minor documentation corrections
2009-08-06 Gustav Hållbergstgit.el: Allow moving ignored files to index
2009-08-06 Gustav Hållbergstgit.el: Move point in sane way after stgit-file-toggl...
2009-08-06 Gustav Hållbergstgit.el: Move point correctly after stgit-revert-file
2009-08-06 Gustav Hållbergstgit.el: Abbreviate renames/copies with common prefix...
2009-08-06 Gustav Hållbergstgit.el: Bugfix listing copied/renamed files
2009-08-06 Gustav Hållbergstgit.el: Default to showing index and work tree
2009-08-06 Gustav Hållbergstgit.el: Verify that we're running on Emacs 22 or...
2009-08-06 Gustav Hållbergstgit.el: Add stgit-redo as C-c C-_ and C-c C-/
2009-08-06 Gustav Hållbergstgit.el: Set patch names to be word syntax throughout
2009-08-06 Gustav Hållbergstgit.el: Ignore space in diff with prefix argument
2009-08-06 Gustav Hållbergstgit.el: Add "d" for a few diff commands, similar...
2009-08-06 Gustav Hållbergstgit.el: Handle unmerged files better
2009-08-06 Gustav Hållbergstgit.el: Rename stgit-expand-find-copies-harder to...
2009-08-06 Gustav Hållbergstgit.el: Handle negative argument to stgit-{un,}commit
2009-08-06 Gustav Hållbergstgit.el: Move point properly after stgit-{file-toggle...
2009-08-06 Gustav Hållbergstgit.el: Add "t i/u" for showing files ignored by...
2009-08-06 Gustav Hållbergstgit.el: Refactor: simplify stgit-patch-pp a bit
2009-08-06 Gustav Hållbergstgit.el: Fix face "spilling" in some places
2009-08-06 Gustav Hållbergstgit.el: Refactor: simplify temporary marker handling
2009-08-06 Gustav Hållbergstgit.el: Allow operating on the end of each line
2009-08-06 Gustav Hållbergstgit.el: Document stgit-select properly
2009-08-06 Gustav Hållbergstgit.el: Garbage collect selected patches on reload
2009-08-06 Gustav Hållbergstgit.el: Default to expanding index and work tree
2009-08-06 Gustav Hållbergstgit.el: Make it configurable where to show index...
2009-08-06 Gustav Hållbergstgit.el: Add customizable face for "Index" and "Work...
2009-08-06 Gustav Hållbergstgit.el: Forbid stgit-{delete,edit,mark,rename} on...
2009-08-06 Gustav Hållbergstgit.el: Open the destination file on applied renames...
2009-08-06 Gustav Hållbergstgit.el: Allow showing patch on Index and Work tree
2009-08-06 Gustav Hållbergstgit.el: Refactor: add stgit-find-copies-harder-diff...
2009-08-06 Gustav Hållbergstgit.el: Refresh from work tree when index is empty
2009-08-06 Gustav Hållbergstgit.el: Add "R" for stgit-resolve-file
2009-08-06 Gustav Hållbergstgit.el: Change key binding for stgit-repair from...
2009-08-06 Gustav Hållbergstgit.el: Add "U" for stgit-revert-file
2009-08-06 Gustav Hållbergstgit.el: Move stgit-{un,}commit to \C-c\C-{u,c}
2009-08-06 Gustav Hållbergstgit.el: Add stgit-branch-name-face
2009-08-03 Gustav Hållbergstgit.el: Make stgit-{index,worktree}-node buffer local
2009-08-03 Gustav Hållbergstgit.el: Bugfix moving symlinks to/from index
2009-08-03 Gustav Hållbergstgit.el: Run "git rm" with "-q" to reduce spam
2009-08-03 Gustav Hållbergstgit.el: Refactor: remove unused argument to two functions
2009-08-03 Gustav Hållbergstgit.el: Remove unused variable stgit-work-ewoc
2009-08-03 Gustav Hållbergstgit.el: Correct documentation for stgit-insert-patch...
2009-07-30 David Kågedalstgit.el: Only refresh the relevant parts when the...
2009-07-30 David Kågedalstgit.el: Add stgit-toggle-worktree to toggle visibilit...
2009-07-30 David Kågedalstgit.el: Add the stgit-file-toggle-index command
2009-07-30 David Kågedalstgit.el: Add work tree and index as pseudo-patches
2009-07-30 David Kågedalstgit.el: Use ewoc to keep track of the file list.
2009-07-30 David Kågedalstgit.el: Refactor file list formatting
2009-07-30 David Kågedalstgit.el: Get rid of the stgit-patchsym property
next