- Oct 20, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
Document ExecRes and add methods for getting the trimmed output (that use a lazily initialized field). Use the method for getting the trimmed output everywhere it seems necessary. Only initialize author / committer info in the getCommitInfo() method if they are null.
-
Georg Seibt authored
doc of Repository methods and small refactorings to blameMergeConflicts (including renaming if to blameUnmergedFile)
-
Georg Seibt authored
-
- Oct 19, 2016
-
-
Florian Heck authored
-
Florian Heck authored
-
- Oct 18, 2016
-
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
- Oct 17, 2016
-
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
- Oct 16, 2016
-
-
Florian Heck authored
-
Florian Heck authored
# Conflicts: # src/de/uni_passau/fim/seibt/gitwrapper/repo/GitWrapper.java
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
# Conflicts: # src/de/uni_passau/fim/seibt/gitwrapper/repo/Repository.java
-
Florian Heck authored
-
- Oct 14, 2016
-
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
- 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
-
Georg Seibt authored
Replace the conditional in the Commit constructor with a specialized DummyCommit class. This prevents accidentally setting any of the properties of the Commit.
-
Georg Seibt authored
Line based implementation of the 'git blame --porcelain' parser. Includes extraction of committer information, OffsetDateTime for both author and committer dates, storing the File associated with a line, and a Map holding all unhandled header fields.
-
Georg Seibt authored
-
- Oct 12, 2016
-
-
Florian Heck authored
closes #1
-
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 11, 2016
-
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-