https://git.dlma.com/dotfiles.git/tree/0e9a327d30520a0e7ca0cbdd513194458ebc7d97Recent commits to dotfiles.git (0e9a327d30520a0e7ca0cbdd513194458ebc7d97)2023-08-24T17:30:58-07:00tag:gitlist.org,2012:commit/0e9a327d30520a0e7ca0cbdd513194458ebc7d97Default log commands only show current branch2023-08-24T17:30:58-07:00dblumedblume@roku.com
<pre>Stopped defaulting to "--all", now "log1" and vim's "Log"
just do the current branch.
</pre>
tag:gitlist.org,2012:commit/1c0c844dca95e1c9b3b72e1260a5ee79623f3b0etmux Tab to toggle full screen panes2023-06-28T10:13:13-07:00dblumedblume@roku.com
<pre></pre>
tag:gitlist.org,2012:commit/1cb349bd2081c2614efe19e4ed19478ea3857b19Add --all to Log command in vimrc2023-06-18T19:08:10-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/62f69f000aad67c974bc215f3fe645c99a85e647Add fnameescape() for Raspberry Pi; remove log12023-06-18T18:58:13-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/92958a55a7d1a6e0f75794068c4a5aab86733130Use fnamescape (for raspberry pi vim 8.0)2023-06-17T23:02:42-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/97b0fced5b3ae9b5d86fcb89ae7ebb5142aa7565Avoid duplicate buffer name error by using orig buffer2023-06-17T22:46:13-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/d424c9a8fa22a9daf6957e08dbd1e6b1367b11e6Log command should check for filename after "--" too.2023-06-16T22:14:28-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/097d6508080f226045fdc63c521fb97eea18c4d2Add vim command ShowFile for git show HASH:fname2023-06-07T09:49:30-07:00dblumedblume@roku.com
<pre>Show does "git show HASH" to display commit message
ShowFile does "git show HASH:fname" to display old version of file
</pre>
tag:gitlist.org,2012:commit/42a3bce6f1159a5fecdf9acf785d540bbb797513Whitespace fix2023-04-26T21:24:53-07:00dblumedavid.blume@gmail.com
<pre></pre>
tag:gitlist.org,2012:commit/4d6529950749533e869b60d87dcfb5997c1f9415Harmonize Git in vim; If <cword> is hash, use it2023-04-26T10:28:31-07:00dblumedblume@roku.com
<pre>Now Blame, Show, Diff and Log all work together a little better.
If the current word is a git hash then:
* Blame: Will "git blame <hash>^ -- filename"
* Diff: Will diff that commit with the previous one.
This works even if running on a Log or Show window.
</pre>