- Dec 01, 2016
-
-
Georg Seibt authored
-
Florian Heck authored
-
- Nov 17, 2016
-
-
Georg Seibt authored
Add convenience methods for checking whether an ExecRes failed or succeeded. Split up GitWrapper#failed.
-
Georg Seibt authored
-
- Nov 07, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
-
- Oct 31, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
-
Florian Heck authored
-
Georg Seibt authored
-
- Oct 28, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
-
- Oct 27, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
-
- Oct 26, 2016
-
-
Georg Seibt authored
core.quotePath and core.precomposeUnicode should remove unicode related problems caused by having to unquote paths
-
Georg Seibt authored
-
Georg Seibt authored
-
- Oct 24, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
-
- Oct 21, 2016
-
-
Georg Seibt authored
-
Georg Seibt authored
-
Georg Seibt authored
return an Optional<List> from getMergeCommits() as an empty Optional indicates failure whereas an empty List indicates absence of merge commits, store SUMMARY and BOUNDARY header fields in the 'other' Map
-
Georg Seibt authored
-
Georg Seibt authored
Return the actual name of the commit from its getId() function, this way Repository#checkout(Reference) will bring one 'on the branch' if the given Reference is a Branch.
-
Georg Seibt authored
differentiate between failure modes in the logging done in importRepository(), try and use the canonical file path for the URL as a fallback
-
Georg Seibt authored
-
- Oct 20, 2016
-
-
Florian Heck authored
-
Florian Heck authored
-
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
-