Software.Development
  • Home
  • Projects
  • About
  • Privacy Policy
Sign in Subscribe

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 [https://github.com/paulwellnerbou/git-jira-log] and a jenkins plugin [https://github.com/paulwellnerbou/git-jira-log-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
Jun 24, 2015 1 min read
java

Getting commits between annotated tags with JGit

JGit [https://eclipse.org/jgit/] does not support getting commits between annotated tags [https://git-scm.com/book/en/v2/Git-Basics-Tagging#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 getJGitLogBetween(final String rev1,
Jun 18, 2015 1 min read
docker

A Dockerfile for git-deps

In Git Minutes #32, Adam Spiers talked [http://episodes.gitminutes.com/2015/03/gitminutes-32-adam-spiers-on-git-deps.html] about git-deps [https://github.com/aspiers/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
May 6, 2015 1 min read
Page 1 of 1
Software.Development © 2023
Powered by Ghost