Show a diff inside of git log
Posted on 2019-05-01
If you've ever needed to view all the changes that are happening in a repository
or a branch, there are two flags for the git log command that should interest
you: git log -c and git log --cc.
This is a repository for the thoughts, notes, and achievements of Mr. Jacob Honeyhume. It contains posts on a large variety of subjects, technical and otherwise.
Posted on 2019-05-01
If you've ever needed to view all the changes that are happening in a repository
or a branch, there are two flags for the git log command that should interest
you: git log -c and git log --cc.
Posted on 2019-02-27 (Updated on 2019-02-27)
I often have a need for a quick virtual machine. Many of them don't require any video output, so having a virtual monitor is a little overkill. Luckily, with a few QEMU switches and brief configuration of the guest VM, you can view console output in a standard terminal on the host system.
Posted on 2019-01-21 (Updated on 2019-01-21)
I've been blogging for ages, on various platforms and subjects. A lot of the early stuff is not fit for consumption, but I had nearly one hundred posts in an old LifeType blog that I neglected to import into my current Django site.
hasattr method headache
Posted on 2018-05-09 (Updated on 2018-05-09)
Python's hasattr function checks to see if an object has an attribute - a
fairly straightforward and sensible purpose. When I used it, however, it caused
some very subtle problems that were tricky and unintuitive to debug.
Posted on 2018-02-21 (Updated on 2018-02-21)
I've been "off the grid" for more or less the past six months. In case you were wondering why, here's an itemized list of my daily routine, expressed through my inner monologue.
For a full list of posts, feel free to check out the Archive!