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

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

[elpa] branch externals/vc-got created (now 8fc127f)


From: ELPA Syncer
Subject: [elpa] branch externals/vc-got created (now 8fc127f)
Date: Thu, 9 Sep 2021 15:57:54 -0400 (EDT)

elpasync pushed a change to branch externals/vc-got.

        at  8fc127f   bump version

This branch includes the following new commits:

       new  af5ef7c   initial commit
       new  23a0b46   implemented some state-changing functions
       new  f6e414a   typo
       new  9e805da   defalias vc-got-responsible-p to vc-got-root
       new  5682e01   add .gitignore
       new  009222a   add licence
       new  08ca3c5   added readme
       new  4093d2f   fix vc-got-registered
       new  c0c9a33   docs improvement
       new  518ede1   augment vc-got--log
       new  eb85ad2   implemented remaninig state-changing and some history 
functions
       new  f18d3e1   Summary: add todo to vc-got-diff
       new  4571b1f   Summary: got log expects a relative path
       new  1ca0183   Summary: fix use-package example
       new  30dcede   remove ``Summary'' from the commit
       new  35b3a91   correct also the other example
       new  694534b   implemented vc-got-mode-line-string
       new  5509116   implement vc-got-find-ignore-file
       new  d06f988   suggest to add .got to vc-directory-exclusion-list
       new  345290b   improve vc-got–diff and vc-got-diff
       new  52a1813   add-to-list is better at strings than cl-pushnew
       new  a8466f0   implement dir-extra-headers
       new  45b0e76   typo in vc-got-pull
       new  f457868   typo
       new  9ad1eb5   implemented vc-got-log-outgoing
       new  686eac9   implemented vc-got-push
       new  ba12390   adding vc-got-stage
       new  f2e1ddb   document vc-got-stage-mode
       new  a5e9be3   fix table
       new  cdd3e16   use vc-find-root instead of vc-got-root
       new  06d4d37   add Makefile
       new  21914ca   apply-impl should not be interactive
       new  5dec261   kill got stage/unstage buffer after utilisation and 
introduce unstage-all
       new  12ca62f   implement vc-got-diff-switches
       new  6eda2f1   vc-got-log-incoming
       new  b34e96f   Emacs upstream has fixed the documentation, comment not 
needed
       new  406d7b4   switch to GPLv3
       new  986bd9a   fix diff on multiple files
       new  0e25fbe   expand the vc function status list
       new  df20ca2   add vc-got--program-version command to return version 
number
       new  d54ceb8   make got program be customizable
       new  7c257a7   Merge pull request #1 from 
zmyrgel/feature/expand-implementation-status
       new  febb894   Add new customization group `vc-got' under vc
       new  e79563b   make got program customizable
       new  f09d635   Merge pull request #2 from 
zmyrgel/feature/add-version-command
       new  0a66694   vc-got--log: add flag for reverse and mark as no side 
effects
       new  a5c1731   drop vc-got-stage
       new  a2474a4   improve vc-got-dir-status-files
       new  8da4c01   remove debugging comments
       new  8228942   fix vc-got-dir-status-files
       new  3f25d9f   add vc-got-annotate  (#4)
       new  fab791a   vc-got--call flatten and filter arg list
       new  7bb16f7   implement conflicted-files
       new  8b635a9   implement repository-url
       new  c27df03   print more info in vc-got-dir-extra-headers
       new  a96df0e   provide unregister and delete-file commands (#7)
       new  ddc59a0   remove extra parens from vc-got-unregister and fix pcase 
matchall
       new  3cdb075   update status list a bit
       new  3d2d3c3   drop vc-got-unregister, not used
       new  f8a9db5   fix vc-got-repository-url for checkout of non-bare repos
       new  7a5ead6   vc-got-repository-url: avoid infinite loops in parsing
       new  8ed796d   vc-got-dir-status-files: show changes in subdirs
       new  43c93a8   typo
       new  6b6c8a7   fundamentals for staging changes
       new  eacbf76   don't hardcode got questions
       new  daae979   implement vc-got-stage-commit to commit staged changes
       new  ffa81a1   typo
       new  668dc8e   vc-got--status: handle stage info and filter result
       new  5b4a6b9   more docs
       new  cf4e3eb   fix vc-got-dir-status-files
       new  a323f60   show list of files when committing staged stuff
       new  0d57aba   remove the separator when showing a chunk to stage
       new  93562d9   fix default directory during stage operation
       new  2d83de2   implement vc-got-dir-printer
       new  6eea6cf   drop unnecessary `:group's directive in defcustom
       new  67332ba   docs fixes
       new  c819459   trap c-g during stage operation
       new  9e01941   improve vc-dir presentation & document vc-got-stage in 
README
       new  a7777ea   list also staged addition/removals
       new  b2721e8   set status to 'staged if a file has all its modification 
staged
       new  6f42ede   don't create temp buffers for nothing
       new  76d978f   minor tweaks
       new  dcb5b83   extract the filtering to its own function
       new  d346ca6   ignore ignored files
       new  cb97383   ignore ignored files but not up-to-date ones
       new  2b7241a   revamp readme
       new  445e2bd   typo
       new  dec54a7   improve vc-got-{push,pull}
       new  2d039a2   fix vc-dir listing on sub-directories
       new  887e069   make files an optional parameter
       new  0a3316a   implement log-view-mode
       new  ad36649   due piccoli errori di battitura corretti
       new  567c17a   vc-got trims '----' by itself now
       new  1870c8b   add a space when prompting for the push/pull operations
       new  c151c25   implement vc-got-find-file-hook
       new  67e0b4d   add note for the future
       new  7726b6c   silence some checkdoc warnings
       new  e9a5df0   make vc-annotate-show-diff-revision-at-line works
       new  5fb2f47   implement revision-completion-table
       new  424f515   don't need annotate-current-time; split the sections
       new  8014bde   implement half create-tag
       new  6ab1c7b   implement the tag creation part of vc-got-create-tag
       new  09d5937   implement retrieve-tag and complete the tag system!
       new  2552a6c   mark find-ignore-file as done and move it to the right 
place
       new  49945a0   mark ignore and ignore-completion-table as NOT NEEDED
       new  6a973a7   simplify vc-got-root
       new  8ec0bb7   guard vc-got-diff against nil files
       new  83559c7   add a TODO for the files handling in vc-got-diff
       new  e7747ce   use log-edit-extract-headers instead of the ugly 
workaround
       new  26362bf   improve error message reporting for vc-got-checkin
       new  241a3b1   implement unregister
       new  9114bbc   use wrapper function instead of replicating it
       new  c3185bf   add various -- to avoid arguments being interpreted as 
flags
       new  db89d6f   add a wrapper for the update command
       new  5212464   there is no need to require cl-seq
       new  d3ca33b   add the required "headers" for a package
       new  622993f   remove vc-got-stage
       new  f701269   require log-edit to avoid a warning
       new  1d573c9   rename arguments to emphasize that they must be files
       new  807ca5a   mark completely staged files as 'up-to-date
       new  1b2afa9   rework the vc-dir handling and remove the ugly hack
       new  e104d04   update the year
       new  ae2ad57   don't need mark-resolved and find-admin-dir
       new  61b9a83   add the keyword `tools', like in vc-git
       new  0071376   change the description in the header
       new  186da17   add a short description under commentary
       new  00eb9c8   add `lint' target
       new  01bf4e0   reword docstring to avoid checkdoc complain
       new  84beb0d   add docstring for vc-got-update-on-retrieve-tag
       new  3ec8a8b   chores
       new  a1839dc   don't include the common commit in log-outgoing
       new  4b3c0c6   add Timo as author
       new  65255dc   update README.md
       new  95a78ec   missing require and split setq-locals
       new  26b39de   remove debug macroexpand
       new  5154c5c   switch to `got send' for pushing
       new  8b45e61   mention version requirement for got send
       new  74b0000   install a custom process filter for `got send'
       new  3dcaa71   improve tag creation buffer
       new  2a50da6   push doesn't use git anymore
       new  3efc759   cleanup
       new  961d35b   fix find-revision
       new  adbe5db   move the copyright to the FSF
       new  a1679b1   automatically register the backend and ignore the .got 
directory
       new  8fc127f   bump version




reply via email to

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