- Oct 13, 2016
-
-
Georg Seibt authored
add the possibility of setting an environment for the executed process, attempt to force git to use english
-
Georg Seibt authored
-
- Oct 12, 2016
-
-
Georg Seibt authored
Correctly add new Commit objects to the commit map. put(...) returns the previously associated value leading to commits being overwritten. Using computeIfAbsent(...) does not add Commits multiple times and prevents empty Optionals in the first invocation.
-
- Oct 10, 2016
-
-
Georg Seibt authored
fix: empty commit was produced if there were no merge commits (String::split produced a 1 element array for an empty string)
-
Georg Seibt authored
-
- Oct 09, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
remove contains check in Repository::checkout (problematic in conjunction with the copy method and the git call will fail anyway if the commit id is invalid), copy commits in Repository::copy
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
move getMergeBase to Commit, implement a method for checking whether a git command failed (propably)
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
-