- Oct 20, 2016
-
-
Florian Heck authored
-
Florian Heck authored
-
Florian Heck authored
-
Georg Seibt authored
String equals may be faster than Repository equals, id should never be null and returning "null" doesn't seem useful...
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
correctly parse the message (by finding the first empty line in the cat-file output and taking the rest of it as the message) use a very evil trick to avoid the Matcher initialization cost when parsing is unnecessary due to the fields already being initialized
-
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.
-