emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/git-modes created (now 62fbf2e)


From: ELPA Syncer
Subject: [nongnu] branch elpa/git-modes created (now 62fbf2e)
Date: Wed, 20 Oct 2021 19:57:47 -0400 (EDT)

elpasync pushed a change to branch elpa/git-modes.

        at  62fbf2e   Release version 1.4.0

This branch includes the following new commits:

       new  f26c64a   Basics working. Keybindings, highlighting.
       new  86a53c6   Added and mapped `rebase-mode-kill-line'.
       new  425d676   Made move-{up,down} functions rebase-mode specific.
       new  5c44444   Improve the move-{up,down} functions.
       new  9bb6b21   Added `rebase-mode-abort'.
       new  1acf027   Docs for variables.
       new  99e8b73   Document functions, mode.
       new  c717ac3   Only kill a line if it looks like an action line.
       new  abce2090  Ask the user when aborting a rebase.
       new  5af77ef   Clarify abort docs.
       new  81f7a75   Licence, a little commentary.
       new  d2861fc   Bit of formatting.
       new  aba1717   Create the edit function dynamically so we get a 
description in `describe-mode'.
       new  a172ff5   Keep column position when moving lines.
       new  bd06680   Move column handling up a level in move functions.
       new  db77391   C-c C-c analogous to C-c # and C-c C-k analogous to a.
       new  52a0fa8   Only ask to abort when buffer is modified.
       new  f2a1b57   c for pick, n and p for navigation.
       new  917b9fd   Don't allow the editing of lines which aren't action 
lines.
       new  6ef1a2d   Stop using generic-mode. Highlight comments manually.
       new  c93df3f   Repopulate `auto-mode-alist'.
       new  7157fbb   Fixed the action regexp which was too greedy.
       new  d1bb1b8   Initial version
       new  15f8b19   Add ourself to auto-mode-alist for COMMIT_EDITMSG
       new  406c42a   Add a face for pseudo headers
       new  8a6bb2d   Special face for known pseudo headers
       new  85691d0   Add a key binding to commit
       new  8736afd   WIP: signoff command
       new  2336f1b   WIP: note highlighting
       new  c01ac9c   Explain git-commit-commit-hook a little
       new  3baf504   Add utility to find the place to add new pseudo headers
       new  54571aa   Make sure not to match header-like constructs in comments
       new  f36e4e1   Add helper to access env vars
       new  19404c6   Implement getting user name and email for signoffs and 
similar
       new  036f4c3   Insert the right amount of whitespace with headers
       new  8652b0e   Factor out header insertion
       new  9c63f51   Merge branch 'signoff'
       new  bc271d0   Add shortcuts for additional headers
       new  ceb2bd6   Allow adding Cc and Reported-by headers
       new  7a498a3   Merge branch 'master' into notes
       new  33aee72   Allow notes for headers to be inserted
       new  0b8c7a6   Only leave the point where to insert a note if necessary
       new  8d36464   Deuglify
       new  fc0fe5e   Less weird let nesting
       new  83b87ce   Make sure to really not move the point around
       new  13669f1   Add faces for notes
       new  7b5fb9e   Allow controlling of note insertion with prefix args
       new  77fdec0   Highlight the branch to be committed
       new  adcaba7   Remove useless progn
       new  ab76eba   Less weird logic
       new  869f9ec   This isn't just for signoffs
       new  6faa9b2   This is already implemented
       new  87677a0   Rename from git-commit-mode to git-commit
       new  a806c91   Start adding some docs
       new  877f2e1   More docs
       new  846dd68   Fix regression introduced while renaming things
       new  3143198   Even more docs
       new  545b8a9   More toplevel docs
       new  a72bf61   It's user-mail-address, not user-email-address
       new  2441fb8   Add a license notice
       new  60cdcf7   Highlight "Not currently on any branch."
       new  314c61f   Wrap long lines
       new  525ea85   Unhorriblize
       new  c209c7b   Make known pseudo headers customizable
       new  77b316e   Add autoload cookies
       new  5aa9409   Add highlighting for special comments
       new  a4bc435   Version 0.1
       new  efdf271   Improve documentation
       new  4d2a9f0   Add changelog
       new  f095829   Make commit function customizable
       new  35223ce   Make filling work WRT comments
       new  aabc4a7   Try to prevent session.el from saving positions in commit 
messages
       new  d542ac3   Set `major-mode' to git-commit-mode
       new  0ae2c4f   Check `session-mode-disable-list' before using it
       new  1d30b15   Put the pseudo headers apart from summary line
       new  63ac07c   Use run-mode-hooks instead of run-hooks
       new  092dee2   Use macros to expand the almost identical defuns
       new  b202558   Font lock the diff if possible
       new  8622326   Run re-search-forward for git diff with noerror=t.
       new  fbda15e   Fixed byte-compiler warning about interactive-only 
functions used programmatically.
       new  a49b414   Add autoload and docstring to rebase-mode
       new  cec0ac2   Add autoload comment on command to add rebase-mode to 
auto-mode-alist
       new  f50c3fb   rebase-mode: Added Easymenu.
       new  1d54ac4   rebase-mode: Added rebase-mode-exec-line to insert exec 
lines.
       new  5a6f4ef   rebase-mode: fixed some checkdoc errors.
       new  4953d6d   remove spurious parenthesis in rebase-mode-exec-line-re.
       new  e1c5894   Rebase mode: Make `rebase-mode-kill-line` comment a line 
instead of deleting it
       new  894efc8   Rebase mode: Make it easy to kill/unkill individual lines
       new  32d6e85   Rebase mode: Add a face for actions that are commented out
       new  4e6758e   Add the one-letter equivalent of "exec" to 
`rebase-mode-exec-line-re`
       new  c3de6b1   Use define-derived-mode to define rebase-mode
       new  65189a9   Use delete-region instead of kill-region in 
rebase-mode-edit-line
       new  834420e   Derive rebase-mode from special-mode
       new  c4fafa2   rebase-mode-exec-line: Always use value of LINE if given
       new  c1507fc   Rebase mode: Add a face to the one-line commit 
descriptions
       new  fff10cf   Rename `rebase-mode-exec-line` to `rebase-mode-exec`
       new  1eec1c4   Rebase mode: Show keybindings for editing commands
       new  3c4d9e0   Use forward-line instead of next-line and previous-line
       new  c28ae77   Redid rebase-mode-exec
       new  80e705f   Make `undo' work in rebase mode.
       new  7fedc92   When you "kill" a line in rebase mode, advance to the 
next line
       new  142bb22   Fix error with "server-edit" and buffer-read-only in 
rebase-mode
       new  26d066e   Reverting "Fix error with "server-edit" and 
buffer-read-only in rebase-mode"
       new  cbd5220   Set before-save-hook to nil in rebase-mode
       new  bf12752   Improve font-locking of first line
       new  309d0e9   fix rebase-mode.el byte-compilation
       new  c607ef7   Turn off save-place in git-commit mode, if available
       new  af60737   Add more file names to auto-mode-alist
       new  b8cfcdf   Merge pull request #3 from petere/turn-off-save-place
       new  9de0bd8   Merge pull request #4 from petere/more-file-names
       new  256d462   Merge pull request #2 from DarwinAwardWinner/master
       new  83b0b1b   Need require 'cl
       new  d62be0e   Rename feature to match mode name
       new  74ee7e8   Fix header
       new  36ab723   Declare myself as maintainer
       new  fa0ac2f   Add URL field pointing to Github page
       new  adabe1b   Derive git-commit-mode from text-mode
       new  6cda552   Update copyright and author information
       new  993b0b7   Fix documentation
       new  a5a59f7   Declare local variable as needed
       new  4e71921   Add more comprehensive summary
       new  40d1668   Enable auto-fill-mode
       new  abaf975   Handle emacsclient buffers properly when commiting
       new  d081ad8   Fix indentation
       new  8c368aa   Add guidelines for contribution
       new  b7f7a98   Enable lexical binding
       new  5eedf6d   Add license
       new  b08dcf8   Add a readme
       new  928941a   Fix custom hierarchy
       new  2ae572f   Remove highlighting of "notes"
       new  e9affa9   Inherit all faces from font-lock faces
       new  92f1ae6   Use string face for pseudo headers
       new  2495040   Release version 0.2
       new  5671633   Fix auto mode list
       new  10ea84b   Add a function to integrate with Magit
       new  ea72b08   Add basic Magit integration
       new  76924da   Improve references
       new  736e5fa   Release version 0.3
       new  8c2094d   Ignore bytecode
       new  0f32ee1   Add a makefile to test byte compilation
       new  00e5fff   Fix byte compilation warnings
       new  80e6bc3   Get rid of cl
       new  cda26b5   Simplify font lock keywords
       new  7a47c07   Turn constant into variable for easier testing
       new  8a42792   Fix indentation
       new  0f480bf   Add highlighting for notes
       new  6454117   Replace negation with non-greedy quantifier
       new  c6c7de8   Improve summary font locking
       new  d1b89c6   Add commands to move to the summary line
       new  95563bc   Improve function nameing
       new  0f4a308   Add missing documentation
       new  bdbc165   Fix documentation style
       new  4ff6192   Fix missing argument
       new  d7d285b   Unconditionally enable movement functions
       new  8952d13   Ignore magit headers in font locking
       new  1f9b2ca   Fix font locking of non-empty second line
       new  66e5dfe   Use string face as base for commit note face
       new  baa8c70   Mark nonempty second line as part of multieline construct
       new  f19e121   Fix insertion of headers if no summary is present
       new  0d4e294   Release version 0.4
       new  66279e7   Remove superfluous variable defintion
       new  3192603   Add credits
       new  70fa4d1   Add skeleton of new mode
       new  41f7380   Ignore bytecode
       new  c29bfe3   Add makefile to test byte compilation
       new  11d09d2   Document installation from MELPA archive
       new  8a46ec9   It's gitconfig-mode, really
       new  ad4a8eb   Add missing header
       new  51f6040   Remove superfluous form
       new  15abb07   It's .gitconfig
       new  1dff762   Define the mode with proper comment syntax
       new  b3b3de8   Implement font locking
       new  eb2b531   Configure automatic mode loading
       new  20f5acd   Setup syntax table with comment syntax
       new  c2dba20   Use tabs to indent in gitconfig-mode
       new  d3adaf1   Add license
       new  27e1dd8   Add contribution guidelines
       new  590db75   Add missing paragraph wrapping
       new  3307949   Add section movement functions
       new  0887c07   Autogenerate hook and map descriptions in docstring
       new  b9eb414   Fix name of mode variable
       new  ff448d5   Release version 0.5
       new  51a8a3d   Implement indentation
       new  077dc84   Fix section font locking
       new  840e153   Fix punctuation
       new  2b1113f   Really fix punctuation
       new  2b80264   Use command notation
       new  e2c6b60   Add readme
       new  95e3f34   Note dependency against Emacs 24
       new  c5f784f   Derive gitconfig-mode from conf-unix-mode
       new  5f15fef   Fix fontification of section headers
       new  179bba4   Fontify numbers and booleans
       new  bf22803   Do not document simple file installation
       new  4417cc4   Document derivation from conf-mode
       new  441dbb3   Add missing line start marker
       new  92594f1   Support name-only settings
       new  4ebbb4d   Match word boundaries where possible
       new  7d4bb98   Treat names as symbols in fontification
       new  77b940a   Join lines
       new  9c79e9e   Improve line indentation
       new  74477e0   Release version 0.2
       new  a8ba971   Fix indentation behavior
       new  208d0f9   Fix install instructions
       new  270ba38   Document installation from MELPA or Marmalade
       new  e124f20   Document installation from Marmalade repo
       new  fdce975   Rewrite contribution guidelines in org
       new  35ed7c3   Fix header levels
       new  a4ecfda   Rewrite README in org
       new  714273a   Improve installation instructions
       new  9553475   Use a literal block
       new  9a68b24   Replace markdown with org
       new  5f5c00d   Add missing usage section
       new  85e6398   Use less offensive headers in commentary
       new  a962321   Fix header
       new  7b5c57e   Fix variable name for the sake of consistency
       new  05c3e11   Use syntactic font locking
       new  2f2f1c6   Fontify header for unstaged changes
       new  d7e8424   Move variable to right place
       new  874520d   Remove movement commands
       new  01fd59f   Use eval forms to fontify summary
       new  de5b878   Fix variable name
       new  c2631cd   Do not perform syntactic font locking
       new  8724ea6   Merge two regular expressions
       new  37e2c5f   Reorder font-lock keywords
       new  2e5692e   Simplify font lock keywords
       new  bd7f35c   Remove superfluous blank line
       new  b9279ba   Remove customization option for header highlighting
       new  57a217b   Fix session mode compatibility
       new  a824912   Release 0.6
       new  48b53f5   Put git-commit-mode into shared repository
       new  93ad5b9   Merge gitconfig-mode into git-modes repository
       new  80de571   Fix URL
       new  5c181b4   Fix download link
       new  402e59a   Remove unused function
       new  50e6e26   Fix byte compilation warning
       new  16e9b57   Respect prefix arg in magit integration
       new  5da3fb0   Use lax matches for fontification of errors
       new  554c64c   Release version 0.7
       new  b044c38   Declare myself as main author of the library
       new  77a1992   Add list markers
       new  5096b88   Fix docstring style
       new  fee4050   Turn Magit integration into a minor mode
       new  2bd2ca6   Release 0.8 of git-commit-mode
       new  6e2c328   Remove unused function, left-over from fee4050
       new  684a17f   [Fix #1] Quote eval-after load form
       new  a28d384   Release git-commit-mode 0.8.1
       new  5473836   Update documentation to use new minor mode
       new  51138ec   Don't save twice
       new  968b984   Add gitignore-mode
       new  4f87e41   Fix tagline
       new  a61ba0e   Fix documentation
       new  308066e   Add gitignore-mode to makefile
       new  8ac4572   Remove superfluous constant
       new  fd0b1ac   Add missing docstring
       new  3d5582a   Expand docstring
       new  30071ba   Recognized changelog style paragraphs
       new  455f3fe   Fix minor mode name
       new  668c890   Provide header insertion commands in minor mode
       new  2b494f5   Remove support for "notes" from header commands
       new  1b99817   Fix header insertion for empty buffers
       new  3ecc832   Move regexp parts into constants
       new  f42d312   Rework magit integration
       new  5c933d4   Release git-commit-mode 0.9
       new  470f89d   Add prefix
       new  de848df   Remove prop lines
       new  f48d868   [Fix #5] Use C-x as prefix for header insertion
       new  c2143e9   [Fix #7] Use markdown for documents
       new  39a7d45   Fix header levels
       new  c06bc3b   Fix and simplify markup
       new  00dbcfa   Fix face definitions
       new  c8503d3   Support hub pull-request messages
       new  916bc86   Merge pull request #8 from bradleywright/hub-pull-request
       new  8701f8c   Release git-commit-mode 0.10
       new  fe3c8f5   [Fix #9] Remove comment variables
       new  a1448b2   [Fix #10] Drop session.el integration.
       new  dc1adaa   [Fix #11] Allow to disable confirmation
       new  83e920b   Expand list of contributors
       new  1f6f7da   Rename customize group for faces to rebase-mode-faces
       new  974805c   Add option to auto-advance to the next line after 
selecting action
       new  d0bbe28   use cl- prefixed symbols from cl-lib.el
       new  a396929   Remove superfluous requires
       new  9914d80   Enable lexical binding
       new  aa7a854   Fix typo
       new  d1c0422   Merge pull request #12 from inkel/typo
       new  784bf3d   Say thanks to Bozhidar Batsov
       new  ee082de   Release Git Commit mode 0.11
       new  aa5fba3   Release Gitconfig mode 0.3
       new  9271e24   cleanup library headers
       new  4b49ae1   cleanup doc-strings
       new  37f9438   Reenable font-lock for diffs
       new  316e3f5   Merge pull request #13 from smarter/diff
       new  65b7ebd   Remove obsolete function
       new  ba249fe   Merge all `eval-after-load`s for magit
       new  b24de3b   Simplify retrieval of git config settings
       new  e4fb664   [Fix #14] Avoid duplicates in auto-mode-alist
       new  d91c6e3   Give magit skip-header a face
       new  5823bdb   Remove unused binding comment-start
       new  916a6a4   Simplify finding pseudo-header position
       new  0f190fb   Fix buggy insert-header logic
       new  ce5abb4   Merge pull request #15 from artagnon/commit-mode
       new  2f56852   Move variable definition before first use
       new  322bb82   Add @artagnon to the credits
       new  5e67d04   Save the buffer in the commit function
       new  9da4092   Simplify commit handling in Log Edit Mode
       new  c22aa13   Release Git Commit Mode 0.12
       new  9a706bc   Fix commit in Magit Log Edit mode
       new  1b0fc01   Add rebase-mode-show-commit
       new  2fadffc   rebase-mode.el: move all require forms to start of Code 
section
       new  59e21a0   rebase-mode.el: require rx
       new  dcbebb3   add rebase-mode-backward-line
       new  31dd998   rebase-mode-show-commit: better doc-string
       new  8e50e26   Fix regex for finding pseudo-header position
       new  4a04830   Merge pull request #18 from artagnon/commit-mode-fixes
       new  7979a9e   shorten long lines
       new  ac0d018   magit.el: move 'thingatpt requirement to rebase-mode.el
       new  6e4b1b9   Rx'ify ignore and config modes
       new  f0ebba0   Fix quoting
       new  6f6cea6   [Fix #20] Don't font lock Magit header before Magit is 
loaded
       new  2d98941   Release Git Commit Mode 0.13
       new  fbcbf75   Bump version of Git Commit mode
       new  086c3d8   Update various URLs
       new  ae2e86d   Simplify byte compilation
       new  e4d9525   Do not ask for confirmation on style errors
       new  288b091   Rx'ify summar regexp
       new  52e5cd0   rename from rebase-mode to git-rebase-mode
       new  47b5725   add some header keywords
       new  f2be980   remove unnecessary function declaration
       new  8a0aa70   git-rebase-mode-map: arrange and align
       new  cb15fbe   define actions explicitly
       new  6b0edb0   git-rebase-mode-font-lock-keywords: move defintion
       new  c9288de   add section headings
       new  e26ffe1   git-commit-mode: remove magit patches
       new  ea5aa5d   git-commit-has-style-errors-p: move definition
       new  35fbf84   git-commit-end-session: move definition
       new  3695dbb   use elisp style headings in Commentary
       new  e9e9a3a   git-commit-mode.el: shorten long line
       new  b6b4387   git-commit-mode.el: untabify
       new  6c22b23   Merge branch 'unkludge'
       new  2eff3fc   Merge branch 'git-rebase-mode'
       new  443e5db   enforce use of spaces for indentation
       new  8b7724d   switch to version 3 of the GPL
       new  c829045   library header cosmetics
       new  6ab15d5   change maintainer
       new  9ba1927   remove Version header keywords from libraries
       new  65ad9a3   Update documentation
       new  251b7da   Furthur update documentation
       new  09d3c09   Merge branch 'switch'
       new  64db405   set Version keyword in library headers
       new  29ca563   git-rebase-mode.el: fix summary line
       new  f84b712   git-rebase-mode.el: fix summary line
       new  a7f4a5a   git-rebase-mode.el: fix for incorrect function name
       new  397ded2   `git-commit-cancel': cancelling commits...
       new  601b55f   Merge pull request #28 from entertainyou/fix
       new  1a3b42d   README.md: fix typo
       new  ba6a545   automatically save buffer when done editing steps
       new  39fae1b   remove git-commit-may-do-commit function
       new  6ad17ea   merge branch 'commit-cancel'
       new  9533c85   rename magit-commit{,-confirm}-{cancel => abort}
       new  e0763fd   refactor git-commit-{commit,abort} and related code
       new  6619b82   Merge branch 'refactor-commit-and-abort'
       new  e6d0476   run git-commit-commit-hook only when no clients exist
       new  902b69a   remove obsolete references to `git-commit-commit-function'
       new  79da4bd   Merge pull request #32 from praet/cleanup
       new  10e5cc2   gitattributes-mode: Major mode for editing .gitattributes 
files.
       new  8bec7bc   Updated README.md: Add gitattributes-mode.
       new  8573470   Support XDG_CONFIG_HOME for ignore/config mode.
       new  0d40c8b   gitattributes: Remove use of `rx'.
       new  e22188b   gitattributes: Add forward-field operation.
       new  f43d81c   gitattributes: Add function to open manpage.
       new  473fcad   update license in README, fix other GPL notices
       new  6691e2e   README.md: fix license typos
       new  53c2ee0   Merge pull request #37 from praet/readme-license-typos
       new  9626064   gitattributes: Add ElDoc support.
       new  bfe00dc   gitattributes: Highlight macro keyword.
       new  140add0   don't mark first comment as error, and rx cleanup
       new  246ccaf   customizable max summary length and remove `rx'
       new  4c9791d   consistently name Custom groups
       new  a80dc1e   move definition of git-commit-confirm-commit option
       new  cc1d911   minor fixup
       new  c3ec349   merge fns into git-commit-insert-header-as-self
       new  61a6e94   git-commit-insert-header-as-self: stop using some env vars
       new  188f140   Revert "git-commit-insert-header-as-self: stop using some 
env vars"
       new  1ad01f4   `git-rebase-mode': change name to "Git Rebase"
       new  af96de0   `git-rebase-mode-map': fix docstring typo
       new  3f9b5ba   `git-rebase-mode-menu': make "Done" call 
`git-rebase-server-edit'
       new  3bfd2d2   `git-rebase-move-line-up': don't swap top lines
       new  3997251   `git-rebase-show-commit': run `magit-show-commit' in 
correct `default-directory'
       new  2fcd39e   gitattributes: Improve highlight.
       new  650c27a   gitattributes: Provide easy way (default) to enable eldoc.
       new  361e358   Merge pull request #41 from praet/rebase-mode
       new  638cc26   Merge pull request #42 from praet/commit-insert-header
       new  6702e7c   Merge pull request #34 from ruediger/gitattributes-mode
       new  a5999cd   Merge pull request #36 from ruediger/xdg-config
       new  f79618e   Merge pull request #45 from praet/rebase-show-commit-fix
       new  f230bb7   Merge pull request #38 from eschulte/master
       new  f5b36db   Remove confusing message on mode activation
       new  1a1e89c   Fix highlighting of non-empty second line
       new  a951505   Fix highlighting of summary lines without trailing 
newlines
       new  9b03d2d   Fix matching of empty lines before summary
       new  c869699   Merge pull request #49 from nonsequitur/fixes
       new  830b538   git-commit-mode: require dependencies
       new  1f946ac   gitattributes: Fix highlight of glob pattern.
       new  32c8118   Merge pull request #50 from 
ruediger/gitattributes-highlight-fix
       new  374ce27   `git-rebase-mode-map': bind "M-<{up,down}>" to 
`git-rebase-move-line-{up,down}'
       new  d555a93   `git-rebase-mode-map': bind "C-k" to 
`git-rebase-kill-line'
       new  4e3396b   README.md: backtick quote ".gitattributes"
       new  07a5e16   `gitattributes-mode-font-lock-keywords': fontify comment 
lines properly
       new  fbe247d   `gitattributes-mode': load 'eldoc before enabling 
`eldoc-mode'
       new  bea5b15   `gitattributes-mode-eldoc': fix for multi-word attributes
       new  022a17c   gitattributes-mode.el: require 'easymenu
       new  55bf9bd   `gitattributes-mode-help': don't pass section number
       new  f8ee8f3   `gitattributes-mode-backward-field': fix docstring typo
       new  7b7ccf6   `gitattributes-mode-{forward,backward}-field': DWIM
       new  3a35013   `git-rebase-mode-map': fix docstring typo fix
       new  783b26b   Merge remote-tracking branch 'refs/remotes/praet/doc'
       new  44822d2   Merge remote-tracking branch 'praet/gitattributes-fixes'
       new  52c7ba0   Merge remote-tracking branch 
'refs/remotes/praet/rebase-mode-map-typo'
       new  7371ee1   `git-commit-mode': treat lines starting with # as comments
       new  1393d0f   `git-commit-mode': insert a newline after commit summary 
line
       new  a67f6ea   restore previous winconf after committing
       new  75be6ac   Merge remote-tracking branch 'refs/remotes/praet/issue-57'
       new  095de79   git-commit-mode.el: split into sections
       new  10fb449   git-commit-mode.el: fix customizable max summary length
       new  9763961   git-commit-mode.el: customizable commit message 
line-wrapping
       new  058cc70   move misplaced section heading
       new  9c89a4d   make git-commit-known-pseudo-headers customizable
       new  62fc0cb   add "Suggested-by" pseudo commit message header
       new  06597a9   move git-commit-mode-map into its own top-level section
       new  37968d5   add new top-level "Font-Lock" section
       new  b7d648e   plug eyelashes
       new  e860490   add git-commit-{prev,next,save}-message, 
git-commit-kill-buffer-hook
       new  612549f   teach flyspell to ignore commends in commit messages
       new  e87843e   when editing commit messages enable flyspell by default
       new  b80a166   add turn-on-auto-fill to git-commit-mode-hook
       new  37538b5   Merge branch 'commit-hooks'
       new  4818cd8   git-commit-mode: set comment-start's *local* value
       new  9be05ce   git-commit-mode: Add menu.
       new  6983f93   don't require saveplace
       new  1109ae2   git-rebase-mode : Fix auto-mode-alist
       new  cf8f442   `gitconfig-indent-line': compare `char-after' with `[' 
using `equal'
       new  ec3775e   `git-commit-save-message': only save commit msg if it 
contains actual text
       new  d25b364   `git-commit-save-message': only save commit msg if it's 
unique
       new  f2af42d   tell newcomment.el # is only comment at line start
       new  b29e3f4   Merge pull request #63 from ruediger/menu
       new  46ab348   Merge pull request #65 from npostavs/no-saveplace
       new  d9207d0   Merge pull request #66 from 
PureAbstract/fix-rebase-mode-auto-mode-alist
       new  38082e9   Merge pull request #69 from praet/config-indent-err
       new  016420c   Merge pull request #70 from praet/commit-save-msg
       new  0aac877   Merge pull request #71 from npostavs/start-line-comment2
       new  c43f41d   Makefile: handle all libs and make more like Magit's
       new  7bd60a7   Makefile: let user override EMACS and EFLAGS
       new  94d5090   git-commit-mode: show better usage information
       new  b13c253   remap server-edit to git-commit-commit
       new  9fb91f0   remap {,ido-,ibuffer-}kill-buffer to git-commit-abort
       new  665fc22   remove server-kill-buffer from kill-buffer-hook
       new  a56c905   add new git-commit-kill-buffer-noop to 
kill-buffer-query-functions
       new  c0f85b6   git-commit-auto-mode-{enable,disable,regexps}: new fns, 
var
       new  eff5612   git-commit-auto-mode-enable: don't call on load and 
autoload
       new  3e60ddc   Merge branch 'pr/tweaks'
       new  b5700c1   Revert "git-commit-auto-mode-enable: don't call on load 
and autoload"
       new  488f7b2   Revert "git-commit-auto-mode-{enable,disable,regexps}: 
new fns, var"
       new  228c0ea   git-commit-auto-mode-alist: define as noop
       new  79f1018   setup ert tests
       new  a11ab3c   add ert tests for pseudo header position
       new  83d855a   test that comments aren't saved in message history
       new  1cae2ae   put all temp buffers for tests in git-commit-mode
       new  e9ed58b   non-comment AND non-empty line is start of message
       new  0ee4dd2   don't save comments in commit message
       new  f55a02f   README.md: remove obsolete note about magit-log-edit-mode
       new  8b4c019   Merge branch 'pr/no-save-comment4'
       new  073dc6e   Merge branch 'pr/test-msg-hist'
       new  7b731e5   Fix package header of gitattributes-mode.el
       new  3751aa8   Merge pull request #81 from yasuyk/fix-package-header
       new  4154397   remap iswitchb-kill-buffer to git-commit-abort
       new  b28e224   Merge pull request #82 from npostavs/ikill
       new  94235fc   teach gitconfig-mode about .gitmodules
       new  96c4751   gitattributes-mode.el: improve Commentary
       new  fa56380   gitattributes-mode.el: collect all requires in one place
       new  a09d4e7   gitattributes-mode.el: cosmetics
       new  dd91455   gitattributes-mode.el: add myself as maintainer
       new  efa13b2   gitconfig-mode.el: improve auto-mode-alist entries
       new  f7ee80b   gitconfig-{line-indented,point-in-indentation}-p: shorten 
doc-string
       new  96f80a8   git-rebase-show-commit: fix use of magit-show-commit
       new  f0704ed   git-rebase-mode.el: don't use rx
       new  3e0c209   git-rebase-mode-font-lock-keywords: use backquote
       new  ece8f7d   gitignore-mode.el: don't use rx
       new  e0b2b8c   gitignore-mode-font-lock-keywords: don't use rx
       new  80417f9   gitignore-mode-font-lock-keywords: fix recent bug
       new  32d4fd6   git-rebase-dead-line-re: fix recent bug
       new  53d6d00   git-commit-abort: support Emacs < 24.1
       new  5f29106   ring-index must be non-nil if we saved a message
       new  69c0474   git-rebase-hash: new face
       new  5e14374   git-rebase-description-face: inherit from default
       new  ebfa586   git-rebase-{description,killed-action}: drop -face suffix
       new  5a0f2f3   magit-rebase-description: move definition
       new  025367d   git-rebase-mode.el: new subsections
       new  1164289   git-rebase-mode.el: improve some doc-strings
       new  4772ac6   git-commit-mode.el: improve some doc-strings
       new  b8f20ae   git-rebase-mode-map: explicitly inherit from 
special-mode-map
       new  0876a86   git-rebase-remove-instructions: new option
       new  0cd113d   shorten doc-strings of custom groups
       new  1f0ae8f   git-rebase-kill-line: use inhibit-read-only, not 
buffer-read-only
       new  9f8028a   git-commit-abort: add kludge for when client has died
       new  594b630   Merge pull request #85 from npostavs/no-nil-index
       new  5215e43   Makefile: actually use BATCHC
       new  3788de6   git-commit-abort: wait for sentinel before printing 
message
       new  361080b   accept with-editor.el as donation from magit.el
       new  ae9818f   Merge branch 'n/with-editor-1' into next
       new  42e989c   update copyright information
       new  1d86233   Merge branch 'master' into next
       new  70fa805   with-editor-font-lock-keywords: new variable, activate
       new  e654296   with-editor.el: improve doc-strings
       new  17358ca   with-editor-emacsclient-executable: limit OS X kludge to 
OS X
       new  c9ffc35   with-editor-emacsclient-executable: improve doc-string, 
cosmetics
       new  44406df   git-commit-propertize-diff: rename from 
git-commit-font-lock-diff
       new  a7b16dd   git-commit-propertize-diff: cosmetics
       new  c0268d4   git-rebase-filename-regexp: new variable
       new  d4967dd   git-commit-filename-regexp: new variable
       new  c3cb757   git-commit-auto-mode-enable: remove obsolete variable
       new  6899cfa   with-editor-font-lock-keywords: adjust for Emacs v24.4
       new  1f890de   with-editor: new mode
       new  c64c885   git-commit: allow use of arbitrary major mode
       new  e015eff   Merge branch 'n/with-editor-2' into next
       new  715d741   git-commit-setup-changelog-support: quote * in regexp
       new  ca9d62c   git-commit-filename-regexp: also match BRANCH_DESCRIPTION
       new  395c8cc   git-commit-message-end-position-test: generate doc-string
       new  a3f3367   git-commit-tests.el: cleanup
       new  a60519b   git-commit-tests.el: shush message
       new  4039bf1   with-editor-emacsclient-executable: also look for partial 
version suffix
       new  0f39295   global-git-commit-mode: correct doc-string
       new  7b676eb   rename git-define-git-commit-self to 
git-commit-define-header-inserter
       new  393106c   allow find-function to find definitions of header 
inserters
       new  d62787e   with-editor-emacsclient-executable: add to correct Custom 
group
       new  b133703   remove with-git-editor macro
       new  310f3b3   implement the looping editor
       new  d19ee56   Merge branch 'n/looping-editor' into next
       new  c37ec3f   add a doc-string, fix another, and a comment too
       new  02cda29   with-editor-standard-process-filter: cosmetics
       new  bc8a425   with-editor-process-filter: enable with-editor-mode
       new  942b306   require tramp, only soft-require tramp-sh
       new  8ea3737   bump to 0.15.0
       new  a451d2d   Merge branch 'master' into next
       new  c9e02bd   Do not enable flyspell-mode by default
       new  c7bad03   git-rebase-show-commit: don't bind default-directory
       new  76dfe0b   try harder to locate a suitable emacsclient executable
       new  3879fef   Consider that tramp user can be nil.
       new  07bfeb2   Merge pull request #98 from vanicat/t/no-user-in-tramp
       new  699d8cf   with-editor-locate-emacsclient: deal with nil 
invocation-directory
       new  4223b13   with-editor-locate-emacsclient: cosmetics
       new  33de811   advice(start-file-process): cosmetics
       new  ed4c3d5   use built-in internal-default-process-filter, if available
       new  e5b9a6f   with-editor-process-filter: set with-editor--envvar in 
correct buffer
       new  2eb22b9   with-editor-process-filter: expand relative file name
       new  f48d44e   git-commit-turn-on-flyspell: fix doc-string
       new  369af07   move Font-Lock heading to correct place
       new  81aff82   remove commit message tests
       new  e4faa52   improve commit message saving
       new  d4ed739   git-commit-insert-header: a sane implementation
       new  85fe4b7   define header inserters without use of specialized macros
       new  7b76bc7   git-commit-mode-font-lock-keywords: absorb utility 
functions
       new  b834085   git-commit-mode-font-lock-keywords: improve header regexp
       new  e6cde02   respect git variable core.commentchar
       new  fc068b7   fontify comments in the regexp pass
       new  e162b7b   git-commit-check-style-conventions: ask specific questions
       new  8e460a2   remove "-face" suffix from face names
       new  973aa23   rename two commit message faces
       new  249b4c6   improve doc-strings of faces
       new  8fe292f   Merge branch 'n/font-lock' into next
       new  35f4e06   git-commit-mode-font-lock-keywords: fix regression
       new  21223bc   teach more commands to respect git-rebase-auto-advance, 
default to t
       new  00d7fb1   remove git-rebase-define-action
       new  98f6061   git-rebase-hash: use same color as for magit-hash
       new  6f1d9d1   git-rebase-killed-action: set value for all classes
       new  fd5de0e   git-rebase-mode-menu: cosmetics
       new  356ddc9   git-rebase-undo: improve doc-string
       new  efbebbb   git-rebase-move-line-down: remove pointless comment
       new  a299f06   git-rebase-backward-line: cosmetics
       new  80e0bc6   magit-rebase-exec: change semantics
       new  90940b8   refactor rebase commands, slightly changing their behavior
       new  04f79f1   rename git-rebase-edit-line to git-rebase-set-action
       new  3255a26   Merge branch 'n/cleanup-rebase' into next
       new  c4312d4   Fix font-locking of action and file
       new  40ff780   Merge pull request #105 from wentasah/fix-action-highlight
       new  13a302d   git-commit-mode-flyspell-verify: return nil on all 
comment faces
       new  e2be7fd   Merge branch 'master' into next
       new  e2ab9a1   git-commit-prev-message: fix first usage
       new  8d63716   backport e2ab9a1c3435bdfc0f95b8bce40194dc722f4ef5
       new  e8799f9   Merge branch 'master' into next
       new  6630abd   with-editor-server-window-alist: new variable
       new  2500416   add git-{commit,rebase}-filename to recentf-exclude
       new  345d32c   git-rebase-insert: new command
       new  6ffc937   Merge branch 'master' into next
       new  95bd237   git-rebase-insert: use --if-let
       new  48a4ad6   Merge pull request #95 from tlikonen/flyspell-off
       new  0670764   Merge branch 'master' into next
       new  4302a0a   Allow blank lines when highlighting first field
       new  000967a   Merge pull request #107 from kyleam/fix-fontlock
       new  84cbfbe   don't use dolist to add entries to auto-mode-alist
       new  4e10851   don't use EMACS environment variable
       new  7138eec   git-commit-setup-hook: make better use of :options Custom 
property
       new  1ff5e8b   Merge branch 'master' into next
       new  40f29fe   remove git-commit-mode.el, git-rebase-mode.el and 
with-editor.el
       new  7b151cc   Makefile: bugfix
       new  a8f724d   `git-rebase-show-commit`: do not set `default-directory`
       new  b108b53   git-rebase-mode.el: update copyright notice
       new  acccc25   Merge pull request #119 from jbo-ableton/master
       new  0616372   Allow blank lines when highlighting first field
       new  d2ce623   Indent behaviour more like other modes (gitconfig)
       new  9c4b759   Free temporary marker (gitconfig)
       new  af92986   Merge branch 'master' into next
       new  527da5a   README.md: fix typo and cosmetics
       new  79a3feb   README.md: mention maintainer
       new  6d734e1   Don't indent top-level comments (gitconfig)
       new  4158c28   Merge pull request #124 from johanclaesson/comment
       new  80d0966   Indent with spaces if indent-tabs-mode is nil
       new  b77c865   Merge pull request #125 from johanclaesson/comment
       new  59cffab   update copyright years
       new  5cd9c16   remove failing test
       new  3423997   Makefile: add new targets
       new  949b42e   Merge branch 'master' into next
       new  1d65e23   remove .gitignore
       new  72917f5   README.md: cosmetics
       new  f3daca7   remove CONTRIBUTING.md
       new  3fb1da0   bump version
       new  e0461fb   Makefile: some defensive fixes
       new  c042f31   Makefile: define .PHONY just once
       new  1c8bb65   Makefile: get version string from git
       new  5dbeff5   fix and rearrange README.md
       new  e4b807a   Merge branch 'next'
       new  9d8f6ed   bump version
       new  1564cf8   clarify copyright lines in library headers
       new  e66128f   add .mailmap file
       new  6ecc983   add git-modes.el wrapper library
       new  75d9bfb   Fix infinite-loop issue
       new  e3a8818   complete .mailmap file
       new  140f115   make: remove marmalade targets
       new  8c0b3fc   make: add loaddefs targets
       new  64cfc92   gitconfig-mode-syntax-table: ' is punctuation
       new  b581e52   made auto-mode-alist regex independent of the default 
".git" dir
       new  7ccc5de   added /etc/gitconfig to git-config-mode's auto-mode-alist
       new  9da8cac   gitconfig: Avoid highlighting long flags
       new  101d91a   gitattributes-mode.el: Use syntax table for comments
       new  af4ff32   Update copyright years
       new  0be857e   Fix ending of git-modes.el
       new  9f18eca   gitconfig-mode-font-lock-keywords: more permissive 
heading matching
       new  8ca6595   Add .gitignore
       new  43e5eac   Rename COPYING file to LICENSE
       new  4eab2be   Update .gitignore
       new  ae6e897   Changing headings of library footer sections
       new  95ad581   Set file-local value of indent-tabs-mode
       new  b08ac12   Bump copyright years
       new  8d5fb2b   README.md: Don't mention maintainer and authors by name
       new  5546831   README.md: Provide example about using gitignore-mode 
elsewhere
       new  14adca2   license: Update URLs and cleanup whitespace
       new  0efbc93   Add SPDX-License-Identifier library header
       new  7678ead   readme: Mention how libraries are distributed on Melpa
       new  1e30246   Cosmetic changes to library summary lines
       new  94838f3   Specify minimal Emacs version
       new  433e1c5   Use setq-local
       new  1e6a418   Update author and contributor information
       new  9cbdac7   Remove the "not part of GNU Emacs" notices
       new  d84f29a   Use same permission statement in all libraries
       new  0e8096d   Makefile: Make similar to other such Makefiles
       new  62fbf2e   Release version 1.4.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]