aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* * vc.el (vc-exec-after): Move setting mode-line-process in theDan Nicolaescu2008-02-221-1/+2
* (vc-git-after-dir-status, vc-git-dir-status): New funcs.Thien-Thi Nguyen2008-02-181-0/+47
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * * vc-git.el (vc-git-dir-state):Dan Nicolaescu2008-01-041-0/+3
| * * vc-git.el (vc-git-dir-state): Fix the git command arguments.Dan Nicolaescu2007-12-011-1/+1
* | * vc-git.el (vc-git--call): Apply `process-file' instead ofMichael Albinus2008-01-081-1/+4
* | * vc-git.el (vc-git--ls-files-state): New function.Dan Nicolaescu2008-01-031-33/+18
* | (vc-git-dir-state): Set the vc-backend property. DoDan Nicolaescu2008-01-011-1/+4
* | * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,Eric S. Raymond2007-12-291-2/+3
* | * vc-hooks.el (vc-state): Document new 'ignored and 'unregisteredEric S. Raymond2007-12-281-0/+3
* | * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:Eric S. Raymond2007-12-281-0/+1
* | * vc-git.el (vc-git-dir-state): Fix the git command arguments.Dan Nicolaescu2007-11-291-1/+1
* | (vc-git-annotate-time): Handle optional field FILENAME.Thien-Thi Nguyen2007-11-251-1/+1
* | (vc-git--call, vc-git--out-ok): New funcs.Thien-Thi Nguyen2007-11-241-20/+16
* | Refill; nfc.Thien-Thi Nguyen2007-11-241-51/+60
* | (vc-git-show-log-entry): New func.Thien-Thi Nguyen2007-11-241-1/+14
* | * vc-bzr.el (vc-bzr-diff-tree):Stefan Monnier2007-10-201-5/+1
* | (vc-git-revision-completion-table, vc-git-revision-table):Stefan Monnier2007-10-201-4/+5
* | Carry through today's big terminology change to a few places where IEric S. Raymond2007-10-101-8/+8
* | Terminology cleanup.Eric S. Raymond2007-10-101-7/+7
* | Merge from emacs--rel--22Miles Bader2007-10-091-19/+11
|\|
| * (vc-git-log-view-mode): Add font-lock patterns forDan Nicolaescu2007-09-171-0/+8
| * * vc-git.el (vc-git-state): Call git-add --refresh to update theDan Nicolaescu2007-08-271-19/+3
| * Change capitalization of VC backend names for new backendsMiles Bader2007-08-031-5/+5
| * * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-15/+6
| * *** empty log message ***Dan Nicolaescu2007-07-281-0/+7
| * New File.Dan Nicolaescu2007-07-281-0/+468
* * vc-git.el (vc-git-mode-line-string): New function.Dan Nicolaescu2007-08-251-1/+13
* Change capitalization of VC backend names for new backendsMiles Bader2007-08-031-5/+5
* (vc-git-print-log): Support both the old single fileDan Nicolaescu2007-07-281-2/+5
* * vc-git.el: Relicense to GPLv3 or later.Dan Nicolaescu2007-07-261-7/+1
* vc-git.el (vc-git-revision-table)Dan Nicolaescu2007-07-261-26/+42
* Fix comment.Dan Nicolaescu2007-07-251-1/+1
* * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.Dan Nicolaescu2007-07-251-14/+29
* vc-git.el (vc-git-print-log): Fix previous change.Dan Nicolaescu2007-07-241-15/+13
* vc-git.el (vc-git-checkout, vc-directory-exclusion-list): FixDan Nicolaescu2007-07-241-5/+6
* (vc-git-unregister): New function.Dan Nicolaescu2007-07-231-1/+5
* (vc-git-delete-file, vc-git-rename-file): New functions.Dan Nicolaescu2007-07-231-14/+13
* *** empty log message ***Dan Nicolaescu2007-07-231-3/+3
* (vc-git-checkin): Delete unused parameter and the codeDan Nicolaescu2007-07-231-24/+31
* (vc-git-workfile-unchanged-p): Update comment.Dan Nicolaescu2007-07-231-1/+13
* Add arch taglineMiles Bader2007-07-231-0/+1
* (vc-directory-exclusion-list): Use eval-after-load.Dan Nicolaescu2007-07-231-1/+2
* Update status.Dan Nicolaescu2007-07-231-3/+3
* (vc-git-register, vc-git-checkin): Use vc-git-command,Dan Nicolaescu2007-07-221-9/+15
* (vc-git-revision-granularity,vc-git-root),Dan Nicolaescu2007-07-221-26/+208
* vc-git.el: New file.Dan Nicolaescu2007-07-221-0/+227