<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/vc/vc-git.el, branch scratch/flymake-diagnostics-buffer</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Prefer HTTPS to HTTP for gnu.org</title>
<updated>2017-10-02T02:59:01+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-10-02T02:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5172fa02cccaab2500ecf85aaf65b8deed54d42e'/>
<id>5172fa02cccaab2500ecf85aaf65b8deed54d42e</id>
<content type='text'>
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org.  Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org.  Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call vc-setup-buffer in vc-git-log-{in,out}going</title>
<updated>2017-09-17T03:55:05+00:00</updated>
<author>
<name>Tom Tromey</name>
</author>
<published>2017-09-16T18:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=13aba24adde7e46382daa1e4f0aad194e5232b83'/>
<id>13aba24adde7e46382daa1e4f0aad194e5232b83</id>
<content type='text'>
Bug#28427:
* lisp/vc/vc-git.el (vc-git-log-incoming, vc-git-log-outgoing): Call
vc-setup-buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug#28427:
* lisp/vc/vc-git.el (vc-git-log-incoming, vc-git-log-outgoing): Call
vc-setup-buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer HTTPS to FTP and HTTP in documentation</title>
<updated>2017-09-13T22:54:37+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-09-13T22:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bc511a64f6da9ab51acc7c8865e80c4a4cb655c2'/>
<id>bc511a64f6da9ab51acc7c8865e80c4a4cb655c2</id>
<content type='text'>
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November.  Change these FTP URLs to https://ftp.gnu.org
instead.  Make similar changes for URLs to other organizations moving
away from FTP.  Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November.  Change these FTP URLs to https://ftp.gnu.org
instead.  Make similar changes for URLs to other organizations moving
away from FTP.  Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call vc-resynch-buffer in vc-git-resolve-when-done</title>
<updated>2017-09-12T23:31:19+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2017-09-12T23:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4bef92e9e02d074de1d92e30dc5ef4dd62558c80'/>
<id>4bef92e9e02d074de1d92e30dc5ef4dd62558c80</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-resolve-when-done):
Call vc-resynch-buffer on the current file (bug#28121).
Move its autoload to before this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-resolve-when-done):
Call vc-resynch-buffer on the current file (bug#28121).
Move its autoload to before this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve of file-local-name use in vc-git-checkin</title>
<updated>2017-06-04T07:59:49+00:00</updated>
<author>
<name>Nikolay Kudryavtsev</name>
</author>
<published>2017-06-04T07:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6ad42aecc243d378d38468fd3efd89bc1fbfb187'/>
<id>6ad42aecc243d378d38468fd3efd89bc1fbfb187</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-checkin): Use file-local-name only
when calling git commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-checkin): Use file-local-name only
when calling git commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "g" in hg&amp;git push&amp;pull buffers</title>
<updated>2017-05-22T19:48:21+00:00</updated>
<author>
<name>Sam Steingold</name>
</author>
<published>2017-05-22T19:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=62046ed3e9b1e95340eb980058b8f7aadae2447a'/>
<id>62046ed3e9b1e95340eb980058b8f7aadae2447a</id>
<content type='text'>
lisp/vc/vc-git.el (vc-git--pushpull): Set locally
`compilation-directory' and `compilation-arguments'.
lisp/vc/vc-hg.el (vc-hg--pushpull): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lisp/vc/vc-git.el (vc-git--pushpull): Set locally
`compilation-directory' and `compilation-arguments'.
lisp/vc/vc-hg.el (vc-hg--pushpull): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>vc-git-state: Return `ignored' as appropriate with newer Git</title>
<updated>2017-05-01T16:54:34+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2017-05-01T16:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8e94fb1dd952ed73ea03b1cd6d30eee4d6549e1a'/>
<id>8e94fb1dd952ed73ea03b1cd6d30eee4d6549e1a</id>
<content type='text'>
* lisp/vc/vc-git.el
(vc-git--program-version): New variable.
(vc-git--program-version): New function.
(vc-git-state): Use it to choose whether to add '--ignored' (bug#19343).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el
(vc-git--program-version): New variable.
(vc-git--program-version): New function.
(vc-git-state): Use it to choose whether to add '--ignored' (bug#19343).
</pre>
</div>
</content>
</entry>
<entry>
<title>vc-git-state: Bring back CentOS 6 compatibility</title>
<updated>2017-05-01T14:59:21+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2017-05-01T14:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0c76f946934891678382bebe979f28a48acc2116'/>
<id>0c76f946934891678382bebe979f28a48acc2116</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-state):
Bring back CentOS 6 compatibility (bug#19343).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-state):
Bring back CentOS 6 compatibility (bug#19343).
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up vc-git-status and make it more precise</title>
<updated>2017-05-01T01:30:01+00:00</updated>
<author>
<name>Jonathan Ganc</name>
</author>
<published>2017-05-01T01:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=24301c8148f5f3220d7e597c73a59551cfa10eea'/>
<id>24301c8148f5f3220d7e597c73a59551cfa10eea</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-state)
(vc-git--git-status-to-vc-state): Update 'vc-git-state' to use
'git status', so that 'vc-git-state' can now return 'ignored',
'conflict', or 'unregistered' when appropriate.  Discussed in
bug#26066.  Fixes bug#19343.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-state)
(vc-git--git-status-to-vc-state): Update 'vc-git-state' to use
'git status', so that 'vc-git-state' can now return 'ignored',
'conflict', or 'unregistered' when appropriate.  Discussed in
bug#26066.  Fixes bug#19343.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Git revision navigation in currently removed directories</title>
<updated>2017-05-01T01:30:01+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2017-04-30T16:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=af736528b9efaabc52b2599d9ced3aed964a07c3'/>
<id>af736528b9efaabc52b2599d9ced3aed964a07c3</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-next-revision): Use the repo root as
default-directory because FILE's parent directory might not exist
anymore (bug#26345).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-next-revision): Use the repo root as
default-directory because FILE's parent directory might not exist
anymore (bug#26345).
</pre>
</div>
</content>
</entry>
</feed>
