Software.Development.
  • Home
  • Projects
  • Privacy Policy
  • Imprint

git

A collection of 3 posts
git

Changelog with GIT and JIRA: Creating JIRA filter URL based on git commits between two revisions with bash

I am working on a library and a jenkins plugin doing this right, but until then, here is a shell script which creates the URL to a JIRA filter containing the tickets mentioned in all commit messages between the two given revisions. Besides git and the standard command line tools
Jun 24, 2015 1 min read
java

Getting commits between annotated tags with JGit

JGit does not support getting commits between annotated tags (or any revision and an annotated tag) as you might expect. Following code will work perfectly with commit hashs and branch identifiers: public Iterable<RevCommit> getJGitLogBetween(final String rev1, final String rev2) throws IOException, GitAPIException { Ref refFrom = repo.getRef(
Jun 18, 2015 1 min read
docker

A Dockerfile for git-deps

In Git Minutes #32, Adam Spiers talked about git-deps, which was interesting for me. We don't cherry pick usually nor backport commits, but I analyse bugs trying to find out when and with which the buggy code was introduced. So I gave it a try. Just before Ubuntu
May 6, 2015 1 min read
Page 1 of 1
Software.Development. © 2025
Powered by Ghost