log lisp/vc-git.el @ 99630:c69e966c8062

age author description
2008-10-27 Dan Nicolaescu * vc.el: Rename VC methods that were missed when vc-status was
2008-10-14 Dan Nicolaescu * vc-git.el (vc-git-show-log-entry): Include the revision in the
2008-09-18 Dan Nicolaescu * vc-bzr.el (vc-bzr-show-log-entry):
2008-07-30 Dan Nicolaescu (vc-git-status-printer): Synchronize with the default.
2008-07-22 Dan Nicolaescu (vc-git-status-printer): Update the directory display
2008-07-07 Dan Nicolaescu (vc-git--ls-files-state): Remove unused function.
2008-07-05 Alexandre Julliard * vc-git.el (vc-git-registered): Return true for removed files.
2008-07-02 Magnus Henoch 2008-07-02 Magnus Henoch <mange@freemail.hu>
2008-06-25 Dan Nicolaescu * vc-hg.el:
2008-06-24 Dan Nicolaescu * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2008-05-15 Eric S. Raymond Snapshot primitives globally renamed to refer to tags, documentation updated.
2008-05-10 Eric S. Raymond Remove assumption about what nil means as a first arument to vc-do-command.
2008-05-09 Eric S. Raymond Remove wash-log from the VC backend API.
2008-05-07 Eric S. Raymond Remove VC-Dired and backend dir-state methods.
2008-05-06 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-03 Eric S. Raymond Remove logentry primitive from backend API.
2008-05-02 Eric S. Raymond Clean up vc*-revision-granularity and vc*-checkout-model.
2008-05-02 Eric S. Raymond Name change in preparation for ripping out vc-dired.
2008-05-01 Eric S. Raymond Change 'needs-patch to 'needs-update.
2008-04-29 Stefan Monnier Make `checkout-model' apply to filesets.
2008-04-23 Dan Nicolaescu (vc-git-status-printer): Deal with directories.
2008-04-16 Stefan Monnier Rename vc-status to vc-dir.
2008-04-13 Alexandre Julliard (vc-git-after-dir-status-stage)
2008-04-11 Stefan Monnier Change `dir-status' to not take (and pass) status-buffer.
2008-03-30 Dan Nicolaescu * vc-git.el: Make vc-status display information about copies,
2008-03-29 Dan Nicolaescu * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2008-03-28 Dan Nicolaescu * vc.el: Add new backend function 'status-extra-headers.
2008-03-26 Dan Nicolaescu (vc-git-extra-menu-map): New key map.
2008-03-24 Dan Nicolaescu (vc-git-after-dir-status-stage1): Move state matching
2008-03-22 Dan Nicolaescu (vc-git--empty-db-p)
2008-03-22 Dan Nicolaescu (vc-git-annotate-extract-revision-at-line):
2008-03-21 Stefan Monnier * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2008-03-21 Dan Nicolaescu (vc-git-status-result): New variable.
2008-03-21 Dan Nicolaescu (vc-git-after-dir-status): Remove.
2008-03-21 Dan Nicolaescu * vc-hg.el (vc-hg-state):
2008-02-22 Dan Nicolaescu * vc.el (vc-exec-after): Move setting mode-line-process in the
2008-02-18 Thien-Thi Nguyen (vc-git-after-dir-status, vc-git-dir-status): New funcs.
2008-01-08 Miles Bader Merge from emacs--rel--22
2008-01-08 Michael Albinus * vc-git.el (vc-git--call): Apply `process-file' instead of
2008-01-03 Dan Nicolaescu * vc-git.el (vc-git--ls-files-state): New function.
2008-01-01 Dan Nicolaescu (vc-git-dir-state): Set the vc-backend property. Do
2007-12-29 Eric S. Raymond * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
2007-12-28 Eric S. Raymond * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
2007-12-28 Eric S. Raymond * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
2007-11-29 Dan Nicolaescu * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2007-11-25 Thien-Thi Nguyen (vc-git-annotate-time): Handle optional field FILENAME.
2007-11-24 Thien-Thi Nguyen (vc-git--call, vc-git--out-ok): New funcs.
2007-11-24 Thien-Thi Nguyen Refill; nfc.
2007-11-24 Thien-Thi Nguyen (vc-git-show-log-entry): New func.
2007-10-20 Stefan Monnier * vc-bzr.el (vc-bzr-diff-tree):
2007-10-20 Stefan Monnier (vc-git-revision-completion-table, vc-git-revision-table):
2007-10-10 Eric S. Raymond Carry through today's big terminology change to a few places where I
2007-10-10 Eric S. Raymond Terminology cleanup.
2007-10-09 Miles Bader Merge from emacs--rel--22
2007-08-25 Dan Nicolaescu * vc-git.el (vc-git-mode-line-string): New function.
2007-08-03 Miles Bader Change capitalization of VC backend names for new backends
2007-07-28 Dan Nicolaescu (vc-git-print-log): Support both the old single file
2007-07-26 Dan Nicolaescu * vc-git.el: Relicense to GPLv3 or later.
2007-07-26 Dan Nicolaescu vc-git.el (vc-git-revision-table)
2007-07-25 Dan Nicolaescu Fix comment.