aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2012-04-10stgit.el: Make stgit-commit commit at most as many patches as are availableGustav Hållberg1-3/+4
2012-04-09stgit.el: Set file names when calling smerge-ediffGustav Hållberg1-1/+3
2012-04-09stgit.el: Handle file names that must be quotedGustav Hållberg1-8/+42
2012-04-09stgit.el: Stop stgit-rename from causing error on no changeGustav Hållberg1-11/+12
2012-04-09stgit.el: Use truenames when finding an already-existing stgit bufferGustav Hållberg1-2/+2
2012-04-09stgit.el: Fix bug when displaying non-stgit branchesGustav Hållberg1-4/+7
2012-04-09stgit.el: Catch errors in a better way in stgit-initGustav Hållberg1-3/+4
2012-04-09stgit.el: Make sure to set major mode in stgit-capture-outputGustav Hållberg1-0/+1
2012-04-09stgit.el: Change stgit-capture-output to return what its body returnedGustav Hållberg1-8/+9
2012-04-09stgit.el: Make \C-o create new patch at pointGustav Hållberg1-6/+46
2012-04-09stgit.el: Allow opening specific revisions of filesGustav Hållberg1-12/+40
2012-04-09stgit.el: Fix problems with revert of unmerged filesGustav Hållberg1-21/+56
2012-04-09stgit.el: Allow "U" to delete unknow/ignored files and directoriesGustav Hållberg1-19/+20
2012-04-09stgit.el: Add and use stgit-assert-no-unmerged-changesGustav Hållberg1-2/+9
2012-04-09stgit.el: Add and use stgit-save-excursionGustav Hållberg1-34/+109
2012-04-09stgit.el: Make "i" set mark correctly when working on the entire patchGustav Hållberg1-0/+4
2012-04-09stgit.el: Change return value of stgit-goto-patchGustav Hållberg1-18/+25
2012-04-09stgit.el: Refactor: rewrite stgit-define-toggle-viewGustav Hållberg1-11/+12
2012-04-07stgit.el: Show human-friendly message when {expand,collaps}ing patchesGustav Hållberg1-3/+8
2012-04-07stgit.el: Show human-friendly message when pressing =Gustav Hållberg1-49/+54
2012-04-07stgit.el: Add and use stgit-show-task-message to show messagesGustav Hållberg1-39/+51
2012-04-07stgit.el: Delay buffer reloads when setting customization variablesGustav Hållberg1-23/+35
2012-04-07stgit.el: Make stgit-previous-patch move to the current patch if on a patched...Gustav Hållberg1-0/+2
2012-04-07stgit.el: Unexpand all (normal) patches when switching branchesGustav Hållberg1-0/+6
2012-04-07stgit.el: Do not tab complete on current branch for stgit-branchGustav Hållberg1-5/+6
2012-04-07stgit.el: Make stgit-branch ask whether to merge uncommitted changesGustav Hållberg1-19/+36
2012-04-06stgit.el: Make "\C-u !" run git even when no patches are selectedGustav Hållberg1-7/+6
2010-11-24contrib/vim: Add vim syntax highlighting for StGit commit messagesZane Bitter6-0/+196
2010-06-10stgit.el: Add stgit-{git,stg}-program variablesGustav Hållberg1-12/+25
2010-06-10stgit.el: Rearrange customizations a bitGustav Hållberg1-45/+50
2010-06-10stgit.el: Add "Customize StGit" menu entryGustav Hållberg1-0/+2
2010-06-10stgit.el: Improve how "t h" mode finds old commitsGustav Hållberg1-3/+4
2010-06-10stgit.el: Make C-{up,down} move between groups of patchesGustav Hållberg1-8/+85
2010-06-10stgit.el: Add a few links to some customization variablesGustav Hållberg1-0/+2
2010-06-10stgit.el: Repair ! for historical commitsGustav Hållberg1-10/+7
2010-06-10stgit.el: Honor stgit-find-copies-harder in stgit-diff-rangeGustav Hållberg1-4/+6
2010-06-10stgit.el: Honor stgit-find-copies-harder when showing entire patchesGustav Hållberg1-1/+2
2010-05-27stgit.el: Fix showing diff in file that has been both copied and modifiedGustav Hållberg1-0/+2
2010-04-30stgit.el: Make ! with prefix argument prompt for git commandGustav Hållberg1-4/+8
2010-04-30stgit.el: Make ! sort patches when building command lineGustav Hållberg1-1/+2
2010-04-30stgit.el: Add visual feedback (a message) when toggling view flagsGustav Hållberg1-8/+25
2010-04-30stgit.el: Add stgit-inhibit-messagesGustav Hållberg1-11/+21
2010-04-30stgit.el: Add support for showing git-svn informationGustav Hållberg1-11/+64
2010-04-30stgit.el: Remove useless defvarsGustav Hållberg1-3/+0
2010-04-30stgit.el: Use forward-line instead of goto-line non-interactivelyGustav Hållberg1-1/+3
2010-04-30stgit.el: Make stgit-toggle-* behave as documentedGustav Hållberg1-36/+24
2010-04-30stgit.el: Make "C-u r" raise error if run with prefix argument without a patchGustav Hållberg1-1/+1
2010-04-30stgit.el: Make stgit-reload move point more intuitively when a patch disappearsGustav Hållberg1-4/+5
2010-04-30stgit.el: Allow showing recent historical (committed) commits as wellGustav Hållberg1-70/+169
2010-04-30stgit.el: Add stgit-line-formatGustav Hållberg1-3/+8
2010-04-30stgit.el: Minor improvements of stgit{,-noname}-patch-line-format documentationGustav Hållberg1-4/+4
2010-04-30stgit.el: Delay automatic refresh of stgit buffers a bitGustav Hållberg1-6/+40
2010-04-30stgit.el: Refresh stgit buffer after dired-delete-fileGustav Hållberg1-2/+4
2010-04-30stgit.el: Refactor: use mapc to set all local variables in stgit-modeGustav Hållberg1-11/+11
2010-04-30stgit.el: Add stgit-default-show-{ignored,unknown}Gustav Hållberg1-4/+28
2010-04-30stgit.el: Fix so "t u" and "t i" only operate on the current bufferGustav Hållberg1-6/+10
2010-04-30stgit.el: Move to goal column after expanding unknown directoryGustav Hållberg1-0/+2
2010-04-30stgit.el: Ask for branch point when creating new branchGustav Hållberg1-3/+10
2010-03-24stgit.el: Use comint-carriage-motion in output from "!"Gustav Hållberg1-0/+17
2010-02-26stgit.el: Do not use suppress-keymap for prefix keymapsGustav Hållberg1-2/+0
2010-02-03stgit.el: Add the stgit-execute command and bind it to "!"David Kågedal1-1/+57
2010-01-29stgit.el: Handle patch and branch names starting with hyphenGustav Hållberg1-12/+13
2010-01-29stgit.el: Made a few wide lines more narrowGustav Hållberg1-2/+5
2010-01-25stgit.el: Run "git update-index --refresh" before redrawing work tree statusGustav Hållberg1-0/+2
2010-01-22stgit.el: Advise non-stgit git functions to update stgit buffersGustav Hållberg1-7/+46
2010-01-22stgit.el: Prevent stgit-applied-patches from moving pointGustav Hållberg1-2/+4
2010-01-22stgit.el: Annotate stgit-capture-output macro for edebugGustav Hållberg1-0/+2
2010-01-22stgit.el: Add command for showing diff for a range of patchesKarl Wiberg1-0/+33
2010-01-22stgit.el: Optionally allow duplicates when sorting patchesKarl Wiberg1-4/+6
2010-01-22stgit.el: Break out diff whitespace arg handling to separate functionKarl Wiberg1-5/+6
2010-01-22Merge gustav/proposedKarl Wiberg1-16/+44
2009-12-17Merge branch 'stable'Catalin Marinas1-1/+1
2009-12-17Fix "stg applied" usage in contrib/stg-dispatchCatalin Marinas1-1/+1
2009-12-16stgit.el: Make "G" work before/after the treeGustav Hållberg1-14/+40
2009-12-06stgit.el: Repair how patches with empty descriptions are shownGustav Hållberg1-2/+4
2009-12-04stgit.el: Do not emit trailing whitespaceGustav Hållberg1-3/+12
2009-12-04stgit.el: Get default rebase branch from git-config in stg-rebaseGustav Hållberg1-2/+17
2009-12-04stgit.el: Allow "B" to create new branchesGustav Hållberg1-13/+37
2009-12-04stgit.el: Make stg undo/redo --hard ask for confirmation with dirty index/wor...Gustav Hållberg1-12/+18
2009-12-04stgit.el: Do not recurse into unknown directories after "t u"Gustav Hållberg1-40/+85
2009-12-04stgit.el: Use "->" for defstruct field accessorsGustav Hållberg1-61/+63
2009-12-04stgit.el: Disable undo information in stgit output capture buffersGustav Hållberg1-0/+1
2009-12-04stgit.el: Make the patch name optionalDavid Kågedal1-4/+58
2009-12-04stgit.el: Use format-spec when formatting file informationDavid Kågedal1-25/+37
2009-12-04stgit.el: Use format-spec when formatting patch linesDavid Kågedal1-20/+44
2009-12-04stgit.el: Move defcustom definitions to the topDavid Kågedal1-120/+120
2009-10-28stgit.el: Position point at beginning of buffer before editing messagesGustav Hållberg1-3/+5
2009-10-28stgit.el: Improve help text on stgit-gotoGustav Hållberg1-1/+3
2009-08-19stgit.el: Improve stgit-mode help text slightlyGustav Hållberg1-4/+5
2009-08-18stgit.el: Allow "P" to operate on all marked filesGustav Hållberg1-11/+30
2009-08-18stgit.el: Make sure "M" retains the order of the patchesGustav Hållberg1-21/+26
2009-08-18stgit.el: Consistently use "marked" about marked patchesGustav Hållberg1-7/+7
2009-08-18stgit.el: Add flags to stgit-patches-marked-or-at-pointGustav Hållberg1-17/+17
2009-08-17stgit.el: Add menu bar menuGustav Hållberg1-3/+119
2009-08-17stgit.el: Add stgit-toggle-markGustav Hållberg1-13/+32
2009-08-16stgit.el: Verify we're in stgit-mode before running commandsGustav Hållberg1-0/+49
2009-08-16stgit.el: Allow toggle-index on index and work treeGustav Hållberg1-2/+39
2009-08-16stgit.el: Allow revert on index and work treeGustav Hållberg1-2/+40
2009-08-16stgit.el: Add +/- to expand/collapse selected patchesGustav Hållberg1-5/+33
2009-08-16stgit.el: Fix some incorrect indentationGustav Hållberg1-11/+9
2009-08-15stgit.el: Add stgit-new-and-refresh commandDavid Kågedal1-3/+19
2009-08-14stgit.el: Bugfix "P" when point is not on a patch lineGustav Hållberg1-7/+6
2009-08-12stgit.el: Fix problem where standard-output isn't bound correctlyGustav Hållberg1-59/+62
2009-08-12stgit.el: Bugfix of stgit-move-patches to top of stackGustav Hållberg1-1/+1
2009-08-09stgit.el: Improve use of def{group,custom,face}Gustav Hållberg1-55/+63
2009-08-08stgit.el: Add C-c C-b for stgit-rebaseGustav Hållberg1-0/+27
2009-08-08stgit.el: Add better help text for stgit-modeGustav Hållberg1-4/+92
2009-08-06stgit.el: Bugfix mode change displayGustav Hållberg1-1/+2
2009-08-06stgit.el: Minor documentation correctionsGustav Hållberg1-2/+2
2009-08-06stgit.el: Allow moving ignored files to indexGustav Hållberg1-6/+8
2009-08-06stgit.el: Move point in sane way after stgit-file-toggle-index on renamesGustav Hållberg1-10/+14
2009-08-06stgit.el: Move point correctly after stgit-revert-fileGustav Hållberg1-16/+21
2009-08-06stgit.el: Abbreviate renames/copies with common prefix/suffixGustav Hållberg1-4/+50
2009-08-06stgit.el: Bugfix listing copied/renamed filesGustav Hållberg1-2/+3
2009-08-06stgit.el: Default to showing index and work treeGustav Hållberg1-1/+1
2009-08-06stgit.el: Verify that we're running on Emacs 22 or laterGustav Hållberg1-0/+3
2009-08-06stgit.el: Add stgit-redo as C-c C-_ and C-c C-/Gustav Hållberg1-2/+18
2009-08-06stgit.el: Set patch names to be word syntax throughoutGustav Hållberg1-1/+4
2009-08-06stgit.el: Ignore space in diff with prefix argumentGustav Hållberg1-71/+75
2009-08-06stgit.el: Add "d" for a few diff commands, similar to git.elGustav Hållberg1-7/+57
2009-08-06stgit.el: Handle unmerged files betterGustav Hållberg1-17/+21
2009-08-06stgit.el: Rename stgit-expand-find-copies-harder to stgit-find-copies-harderGustav Hållberg1-5/+3
2009-08-06stgit.el: Handle negative argument to stgit-{un,}commitGustav Hållberg1-10/+16
2009-08-06stgit.el: Move point properly after stgit-{file-toggle-index,reload}Gustav Hållberg1-9/+47
2009-08-06stgit.el: Add "t i/u" for showing files ignored by or unknown to gitGustav Hållberg1-2/+68
2009-08-06stgit.el: Refactor: simplify stgit-patch-pp a bitGustav Hållberg1-27/+22
2009-08-06stgit.el: Fix face "spilling" in some placesGustav Hållberg1-10/+18
2009-08-06stgit.el: Refactor: simplify temporary marker handlingGustav Hållberg1-5/+5
2009-08-06stgit.el: Allow operating on the end of each lineGustav Hållberg1-3/+4
2009-08-06stgit.el: Document stgit-select properlyGustav Hållberg1-1/+4
2009-08-06stgit.el: Garbage collect selected patches on reloadGustav Hållberg1-2/+6
2009-08-06stgit.el: Default to expanding index and work treeGustav Hållberg1-1/+1
2009-08-06stgit.el: Make it configurable where to show index and work treeGustav Hållberg1-28/+64
2009-08-06stgit.el: Add customizable face for "Index" and "Work tree" titlesGustav Hållberg1-2/+11
2009-08-06stgit.el: Forbid stgit-{delete,edit,mark,rename} on index and work treeGustav Hållberg1-7/+24
2009-08-06stgit.el: Open the destination file on applied renames or copiesGustav Hållberg1-10/+17
2009-08-06stgit.el: Allow showing patch on Index and Work treeGustav Hållberg1-2/+9
2009-08-06stgit.el: Refactor: add stgit-find-copies-harder-diff-arg helper functionGustav Hållberg1-6/+9
2009-08-06stgit.el: Refresh from work tree when index is emptyGustav Hållberg1-0/+4
2009-08-06stgit.el: Add "R" for stgit-resolve-fileGustav Hållberg1-0/+22
2009-08-06stgit.el: Change key binding for stgit-repair from "R" to "\C-u g"Gustav Hållberg1-2/+11
2009-08-06stgit.el: Add "U" for stgit-revert-fileGustav Hållberg1-0/+32
2009-08-06stgit.el: Move stgit-{un,}commit to \C-c\C-{u,c}Gustav Hållberg1-2/+2
2009-08-06stgit.el: Add stgit-branch-name-faceGustav Hållberg1-1/+6
2009-08-03stgit.el: Make stgit-{index,worktree}-node buffer localGustav Hållberg1-2/+4
2009-08-03stgit.el: Bugfix moving symlinks to/from indexGustav Hållberg1-1/+2
2009-08-03stgit.el: Run "git rm" with "-q" to reduce spamGustav Hållberg1-2/+2
2009-08-03stgit.el: Refactor: remove unused argument to two functionsGustav Hållberg1-6/+4
2009-08-03stgit.el: Remove unused variable stgit-work-ewocGustav Hållberg1-2/+0
2009-08-03stgit.el: Correct documentation for stgit-insert-patch-filesGustav Hållberg1-5/+2
2009-07-30stgit.el: Only refresh the relevant parts when the index or worktree changesDavid Kågedal1-17/+30
2009-07-30stgit.el: Add stgit-toggle-worktree to toggle visibility of index and working...David Kågedal1-55/+92
2009-07-30stgit.el: Add the stgit-file-toggle-index commandDavid Kågedal1-0/+30
2009-07-30stgit.el: Add work tree and index as pseudo-patchesDavid Kågedal1-29/+79
2009-07-30stgit.el: Use ewoc to keep track of the file list.David Kågedal1-57/+47
2009-07-30stgit.el: Refactor file list formattingDavid Kågedal1-58/+75
2009-07-30stgit.el: Get rid of the stgit-patchsym propertyDavid Kågedal1-7/+8
2009-07-30stgit.el: Invalidate ewoc node when marking or unmarking instead of modifying...David Kågedal1-18/+15
2009-07-30stgit.el: Use ewoc to keep track of the patch list.David Kågedal1-155/+135
2009-07-30stgit.el: Use a defstruct to store patch dataDavid Kågedal1-25/+36
2009-07-30stgit.el: Use an 'entry-type text propertyDavid Kågedal1-42/+57
2009-07-28stgit.el: Rename stgit-toggle-patch-file-list to stgit-select-patchDavid Kågedal1-2/+2
2009-07-27stgit.el: Remove the unused allow-file parameter to stgit-patch-at-pointDavid Kågedal1-6/+2
2009-07-12stgit.el: Use declare to hint the debugger and indentationDavid Kågedal1-1/+2
2009-05-30Use the default git colouring scheme rather than specific scriptsCatalin Marinas1-51/+0
2009-04-17stgit.el: Bind line movement keys in a sane wayGustav Hållberg1-14/+20
2009-03-13stgit.el: Handle errors in first phase of stgit squashGustav Hållberg1-3/+16
2009-03-13stgit.el: Sort patches correctly before merging them in stgit-squashGustav Hållberg1-4/+9
2009-03-13stgit.el: Break out stgit-sort-patches to a separate function for future reuseGustav Hållberg1-15/+23
2009-03-13stgit.el: Run 'git show' with -M to detect renames when showing entire patchGustav Hållberg1-1/+1
2009-03-13stgit.el: Add "M" for stgit-move-patchesGustav Hållberg1-0/+57
2009-03-13stgit.el: Clarify documentation of stgit-capture-outputGustav Hållberg1-1/+3
2009-03-13stgit.el: Manually draw/erase the mark in stgit-{add,remove}-markGustav Hållberg1-7/+16
2009-02-26Rename "stg coalesce" to "stg squash"Karl Hasselström1-9/+9
2009-02-26stgit.el: Add "B" for stgit-branchGustav Hållberg1-1/+20
2009-02-26stgit.el: Expand or collapse only the patch at point, instead of rerunning st...David Kågedal1-13/+32
2009-02-26stgit.el: make stgit-delete with prefix argument spill patch contents to indexGustav Hållberg1-8/+18
2009-01-22stgit.el: Add optional count argument to stgit-commitGustav Hållberg1-7/+9
2009-01-22stgit.el: Minor beautificationGustav Hållberg1-8/+8
2009-01-22stgit.el: Indicate empty patchesGustav Hållberg1-7/+14
2009-01-22stgit.el: Add message when there are no patches in the seriesGustav Hållberg1-2/+9
2009-01-22stgit.el: Include stat summary in patch diffGustav Hållberg1-1/+1
2009-01-22stgit.el: Make single file diff buffer read-onlyGustav Hållberg1-14/+11
2009-01-22stgit.el: Consistently use symbols rather than strings for patch namesGustav Hållberg1-87/+95
2008-12-29stgit.el: Canonicalize some error messagesGustav Hållberg1-4/+4
2008-12-29stgit.el: Add some missing help textsGustav Hållberg1-0/+13
2008-12-29stgit.el: Fix some too wide linesGustav Hållberg1-2/+4
2008-12-29stgit.el: Bugfix stgit-unmark-down on the last patchGustav Hållberg1-2/+2
2008-12-29stgit.el: Make prefix argument to stgit-new add a Signed-off-by: lineGustav Hållberg1-4/+10
2008-12-21stgit.el: Also show mode and type changes of files in patchesGustav Hållberg1-32/+112
2008-12-21stgit.el: Use 'git diff-stat' to show files in a patchGustav Hållberg1-28/+128
2008-12-21stgit.el: Add an stgit customization groupGustav Hållberg1-4/+12
2008-12-21stgit.el: Add support for showing which files are affected by a patchGustav Hållberg1-19/+166
2008-12-21stgit.el: Automatically update git-status buffer when necessaryGustav Hållberg1-14/+30
2008-12-21stgit.el: Add flag to signal errors in stgit-patch-at-pointGustav Hållberg1-17/+17
2008-12-21stgit.el: Unify help text formattingGustav Hållberg1-22/+22
2008-12-10stgit.el: Fix working directory bug in stgit-newGustav Hållberg1-2/+4
2008-12-10stgit.el: Add stgit-git-statusGustav Hållberg1-0/+13
2008-12-08stgit.el: Fix some indentationGustav Hållberg1-12/+12
2008-12-08stgit.el: Add stgit-unmark-downGustav Hållberg1-6/+13