chiark / gitweb /
stgit.el: Refactor: remove unused argument to two functions
[stgit] / contrib /
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
2009-07-30 David Kågedalstgit.el: Invalidate ewoc node when marking or unmarkin...
2009-07-30 David Kågedalstgit.el: Use ewoc to keep track of the patch list.
2009-07-30 David Kågedalstgit.el: Use a defstruct to store patch data
2009-07-30 David Kågedalstgit.el: Use an 'entry-type text property
2009-07-28 David Kågedalstgit.el: Rename stgit-toggle-patch-file-list to stgit...
2009-07-27 David Kågedalstgit.el: Remove the unused allow-file parameter to...
2009-07-13 Catalin MarinasMerge commit 'kha/safe'
2009-07-12 David Kågedalstgit.el: Use declare to hint the debugger and indentation
2009-05-30 Catalin MarinasUse the default git colouring scheme rather than specif...
2009-04-17 Gustav Hållbergstgit.el: Bind line movement keys in a sane way
2009-03-13 Gustav Hållbergstgit.el: Handle errors in first phase of stgit squash
2009-03-13 Gustav Hållbergstgit.el: Sort patches correctly before merging them...
2009-03-13 Gustav Hållbergstgit.el: Break out stgit-sort-patches to a separate...
2009-03-13 Gustav Hållbergstgit.el: Run 'git show' with -M to detect renames...
2009-03-13 Gustav Hållbergstgit.el: Add "M" for stgit-move-patches
2009-03-13 Gustav Hållbergstgit.el: Clarify documentation of stgit-capture-output
2009-03-13 Gustav Hållbergstgit.el: Manually draw/erase the mark in stgit-{add...
2009-02-26 Karl HasselströmRename "stg coalesce" to "stg squash"
2009-02-26 Gustav Hållbergstgit.el: Add "B" for stgit-branch
2009-02-26 David Kågedalstgit.el: Expand or collapse only the patch at point...
2009-02-26 Gustav Hållbergstgit.el: make stgit-delete with prefix argument spill...
2009-01-28 Catalin MarinasMerge branch 'stable'
2009-01-22 Gustav Hållbergstgit.el: Add optional count argument to stgit-commit
2009-01-22 Gustav Hållbergstgit.el: Minor beautification
2009-01-22 Gustav Hållbergstgit.el: Indicate empty patches
2009-01-22 Gustav Hållbergstgit.el: Add message when there are no patches in...
2009-01-22 Gustav Hållbergstgit.el: Include stat summary in patch diff
2009-01-22 Gustav Hållbergstgit.el: Make single file diff buffer read-only
2009-01-22 Gustav Hållbergstgit.el: Consistently use symbols rather than strings...
2009-01-22 Karl HasselströmMerge branch 'stable'
2009-01-01 Catalin MarinasMerge branch 'proposed'
2008-12-29 Gustav Hållbergstgit.el: Canonicalize some error messages
2008-12-29 Gustav Hållbergstgit.el: Add some missing help texts
2008-12-29 Gustav Hållbergstgit.el: Fix some too wide lines
2008-12-29 Gustav Hållbergstgit.el: Bugfix stgit-unmark-down on the last patch
2008-12-29 Gustav Hållbergstgit.el: Make prefix argument to stgit-new add a Signe...
2008-12-21 Gustav Hållbergstgit.el: Also show mode and type changes of files...
2008-12-21 Gustav Hållbergstgit.el: Use 'git diff-stat' to show files in a patch
2008-12-21 Gustav Hållbergstgit.el: Add an stgit customization group
2008-12-21 Gustav Hållbergstgit.el: Add support for showing which files are affec...
2008-12-21 Gustav Hållbergstgit.el: Automatically update git-status buffer when...
2008-12-21 Gustav Hållbergstgit.el: Add flag to signal errors in stgit-patch...
2008-12-21 Gustav Hållbergstgit.el: Unify help text formatting
2008-12-10 Gustav Hållbergstgit.el: Fix working directory bug in stgit-new
2008-12-10 Gustav Hållbergstgit.el: Add stgit-git-status
2008-12-08 Gustav Hållbergstgit.el: Fix some indentation
2008-12-08 Gustav Hållbergstgit.el: Add stgit-unmark-down
2008-12-08 Gustav Hållbergstgit.el: Add 'm' as alias for stgit-mark
2008-12-08 Gustav Hållbergstgit.el: Add 'q' for stgit-quit
2008-12-08 Gustav Hållbergstgit.el: Compact code for populating stgit-mode-map
2008-12-08 David Kågedalstgit.el: Show running commands
2008-12-08 David Kågedalstgit.el: Add the stgit-refresh command
2008-12-08 David Kågedalstgit.el: Move stgit-rename to C-c C-r
2008-12-08 David Kågedalstgit.el: Rename stgit-refresh to stgit-reload
2008-12-07 David Kågedalstgit.el: Try to make the point stay on the coalesced...
2008-11-08 Catalin MarinasMerge branch 'proposed'
2008-11-06 David Kågedalstgit.el: Add undo command
2008-11-06 David Kågedalstgit.el: Adapt to new output from stg series.
2008-11-06 David Kågedalstgit.el: Add numeric prefix argument to push and pop...
2008-10-24 Clark WilliamsIgnore compiled elisp files
2008-09-28 Karl HasselströmMerge branch 'stable'
2008-09-21 Karl HasselströmAutomatic bash completion
2008-09-21 David KågedalAdd support for initializing a branch for stgit from...
2008-09-19 Catalin MarinasMerge branch 'stable'
2008-09-09 Catalin MarinasMerge branch 'stable'
2008-09-06 Shinya Kuribayashistgit-completion.bash: Remove add/applied/cp/rm/unapplied
2008-09-06 Shinya Kuribayashidiffcol.sh: Use /bin/bash explicitly
2008-08-26 Karl HasselströmMerge branch 'stable'
2008-08-26 Karl HasselströmDon't use the dashed for of git commands
2008-07-24 Karl HasselströmMerge branch 'stable'
2008-07-08 Karl HasselströmMerge branch 'stable'
2008-06-29 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-06-08 Catalin MarinasMerge branch 'stable'
2008-06-03 Catalin MarinasMerge branch 'stable'
2008-06-03 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-05-27 Catalin MarinasMerge branch 'stable'
2008-05-20 Karl HasselströmEmacs mode: delete patches
2008-05-20 Karl HasselströmEmacs mode: use "stg new --file"
2008-05-19 Catalin MarinasMerge branch 'stable'
2008-05-19 Catalin MarinasAllow export to write unapplied files as well
2008-05-14 Karl HasselströmEmacs mode: automatically cd up to root of worktree
2008-04-17 Catalin MarinasMerge branch 'stable'
2008-04-15 Karl Hasselströmemacs mode: handle "stg status" output with #
2008-04-14 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-03-25 Catalin MarinasMerge branch 'stable'
2008-02-12 Karl HasselströmEmacs mode: change "stg repair" binding
2008-02-10 Karl HasselströmEmacs mode: It's possible to edit unapplied patches now
2008-01-24 Karl HasselströmHomogenize buffer names
2008-01-09 David KågedalEmacs mode: coalesce command
2008-01-09 David KågedalEmacs mode: Add mark command
next