Dan Nicolaescu
625f71cff9
* vc-git.el: Relicense to GPLv3 or later.
...
(vc-directory-exclusion-list, vc-handled-backends): Remove.
* vc-hooks.el (vc-handled-backends): Add GIT.
* vc.el (vc-directory-exclusion-list): Add .git.
* vc2-xtra.texi (Customizing VC): Add GIT.
2007-07-26 18:44:39 +00:00
Dan Nicolaescu
108607bc25
vc-git.el (vc-git-revision-table)
...
(vc-git-revision-completion-table): New functions.
2007-07-26 17:26:08 +00:00
Dan Nicolaescu
40ed3f4f56
Fix comment.
2007-07-25 15:08:09 +00:00
Dan Nicolaescu
b747d346a2
* vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
...
(vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
2007-07-25 15:03:05 +00:00
Dan Nicolaescu
64e3efd9bc
vc-git.el (vc-git-print-log): Fix previous change.
2007-07-24 22:21:46 +00:00
Dan Nicolaescu
7546c76775
vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix
...
typos.
2007-07-24 13:15:04 +00:00
Dan Nicolaescu
d7009f45d8
(vc-git-unregister): New function.
2007-07-23 20:56:13 +00:00
Dan Nicolaescu
8b38ce2038
(vc-git-delete-file, vc-git-rename-file): New functions.
...
(vc-git-find-version): Use the result of ls-files as a parameter
for cat-file
2007-07-23 20:51:02 +00:00
Dan Nicolaescu
b838ac802b
*** empty log message ***
2007-07-23 16:05:04 +00:00
Dan Nicolaescu
b0f90937fa
(vc-git-checkin): Delete unused parameter and the code
...
handling it. Use vc-git-command.
(vc-git-find-version, vc-git-diff-tree): New functions.
(vc-git-revert): Use vc-git-command.
(vc-git--run-command): Delete.
2007-07-23 16:01:25 +00:00
Dan Nicolaescu
4d3ac01e41
(vc-git-workfile-unchanged-p): Update comment.
2007-07-23 15:02:16 +00:00
Miles Bader
328471d91c
Add arch tagline
2007-07-23 08:00:58 +00:00
Dan Nicolaescu
faa9810070
(vc-directory-exclusion-list): Use eval-after-load.
2007-07-23 02:06:18 +00:00
Dan Nicolaescu
9143abff13
Update status.
2007-07-23 00:41:51 +00:00
Dan Nicolaescu
8b9783e0df
(vc-git-register, vc-git-checkin): Use vc-git-command,
...
deal with multiple file arguments.
(vc-git-print-log): Deal with multiple file arguments.
2007-07-22 22:03:27 +00:00
Dan Nicolaescu
53cc90abac
(vc-git-revision-granularity,vc-git-root),
...
(vc-git-command,vc-git-dir-state,vc-git-dired-state-info),
(vc-git-create-repo): New functions.
(vc-git-registered): New autoloaded function definition.
(vc-git-registered): Use vc-git-root.
(vc-git-responsible-p): New defalias.
(vc-git-annotate-extract-revision-at-line): Uncomment.
(vc-git-print-log): Add the file name to the log.
(vc-git-log-view-mode): New derived mode.
(vc-git-diff,vc-git-annotate-command): Use vc-git-command.
2007-07-22 21:16:34 +00:00
Dan Nicolaescu
fff4a04678
vc-git.el: New file.
2007-07-22 19:46:04 +00:00