Insufficiently Random

The lonely musings of a loosely connected software developer.

July 9, 2008

Using jgit To Publish on Amazon S3

Filed under: jgit — spearce @ 12:06 am

Recent versions of jgit, the 100% pure Java implementation of the Git version control system, support fetch and push directly over Amazon S3 .

It behaves like http push does in C git in that it is transparent to the end-user. Transparent client-side encryption can also be enabled, in case the repository data must be protected from the operators of S3.
(more…)

July 26, 2007

Difficult gitk Graphs

Filed under: git-gui — spearce @ 10:59 pm

On the Git mailing list I’ve talked about one of the repositories I develop on/maintain, as its graph in gitk is somewhat interesting. Today I took a couple of redacted screenshots from two of the interesting parts of the history.

The first image is from a set of octopus merges that occurred in the history. This probably would look better if we had just used git-rebase to transplant the commits instead of merging them, but at the time the user who created these was still quite new to Git…

Many Branches and Octopus Merges
(larger version)

(more…)

April 29, 2007

pg is for sale

Filed under: pg — spearce @ 12:50 am

I have decided to no longer support pg, as I haven’t used it myself in a very, very long time.  It was a useful tool and learning vehicle for myself and a few others, but it just isn’t nearly as good as core Git with topic branches.  Or git-gui.

March 1, 2007

Git and Linux Repository Growth

Filed under: Random Musings, SCM — spearce @ 2:24 am

I got curious about the growth rate for the git.git and linux-2.6.git repositories, so I wrote git-statplot to dump out object counts and sizes by earliest date entered. Plotting these with Gnuplot gave me some interesting results:



(more…)

January 22, 2007

git-gui Screenshots

Filed under: git-gui — spearce @ 2:57 am

niv on #git nudged me enough to create some screenshots of git-gui.
(more…)

Next Page »

Insufficiently Random © 2002-2008