summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Bitmap builder: actually compress EWAH bitmaps in memoryShawn Pearce2015-08-121-0/+5
| |/ / /
* / / / Consider original file mode while checking parent ignore rulesAndrey Loskutov2015-08-122-4/+57
|/ / /
* | | Changed default log4j log level from "WARNING" to "WARN"Andrey Loskutov2015-08-111-1/+1
* | | Clone should create Git instances which are able to close repositoryAndrey Loskutov2015-08-042-2/+2
* | | Merge "Clone should close repository after errors in fetch or checkout"Christian Halstrick2015-08-041-1/+8
|\ \ \
| * | | Clone should close repository after errors in fetch or checkoutAndrey Loskutov2015-08-021-1/+8
* | | | containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov2015-08-032-6/+14
|/ / /
* | | Fixed javadoc: the getBranch() and getFullBranch() can return nullAndrey Loskutov2015-07-291-4/+6
* | | PushCertificate: Omit null pushee from text representationDave Borowitz2015-07-282-3/+6
* | | Fix non-externalized string warning in Main.execute()Matthias Sohn2015-07-241-1/+1
* | | Honor also https_proxy environment variableChristian Halstrick2015-07-241-25/+31
* | | Fix ResolveMerger when files should be replaced by foldersChristian Halstrick2015-07-232-7/+83
* | | Merge "Fix typos in javadoc of ObjectId.equals()"Matthias Sohn2015-07-211-4/+4
|\ \ \
| * | | Fix typos in javadoc of ObjectId.equals()Matthias Sohn2015-07-201-4/+4
| |/ /
* | | Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-213-2/+33
* | | Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-212-2/+63
* | | Don't crash while parsing ignore patternsAndrey Loskutov2015-07-214-1/+20
* | | Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-212-15/+34
* | | Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-212-1/+30
* | | Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov2015-07-212-2/+30
|/ /
* | DFS: Remove now-redundant getOneRefJonathan Nieder2015-07-161-9/+1
* | DFS: Override exactRef() with optimal versionShawn Pearce2015-07-161-0/+7
* | PushCertificate: Add toTextWithSignature() methodDave Borowitz2015-07-152-2/+16
* | PushCertificateParser: Add fromString methodDave Borowitz2015-07-152-3/+28
* | BaseReceivePack: Add method to override the push certDave Borowitz2015-07-151-0/+14
* | BaseReceivePack: Don't throw from getPushCertificate()Dave Borowitz2015-07-151-3/+4
* | PushCertificateStore: Return boolean from batch save methodsDave Borowitz2015-07-152-3/+9
* | Allow saving push certs on a subset of refsDave Borowitz2015-07-152-6/+91
* | Update org.apache.httpcomponentsMatthias Sohn2015-07-146-24/+24
* | Access static member LocalDiskRepositoryTestCase.CONTENT directlyMatthias Sohn2015-07-141-6/+7
* | PushCertificateStore: Add method to save in batchDave Borowitz2015-07-132-13/+79
* | Fixed @since tags on new APIAndrey Loskutov2015-07-122-2/+4
* | Store push certificates in refs/meta/push-certsDave Borowitz2015-07-104-0/+753
* | Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang2015-07-102-44/+86
* | Move `RepositoryTestCase.indexState` to parent classChris Price2015-07-102-106/+100
* | Change `indexState` to static methodChris Price2015-07-101-1/+1
* | Merge "Use local variable in RepositoryTestCase.indexState"Christian Halstrick2015-07-091-1/+1
|\ \
| * | Use local variable in RepositoryTestCase.indexStateChris Price2015-07-071-1/+1
* | | PushCertificateParser: Move reader parsing to instance methodDave Borowitz2015-07-091-17/+35
* | | PushCertificateParser: Make constructor publicDave Borowitz2015-07-091-1/+7
* | | Report PackProtocolExceptions to client during receive-packDave Borowitz2015-07-093-48/+54
* | | PushCertificate: implement hashCode/equals/toStringDave Borowitz2015-07-091-0/+42
* | | PushCertificateParser: Make pushee optionalDave Borowitz2015-07-093-7/+32
* | | PushCertificateParser: Change error string for invalid fieldDave Borowitz2015-07-091-1/+1
* | | PushCertificateParser: Add method for parsing from a streamDave Borowitz2015-07-092-23/+200
* | | IO: Add a method for reading linesDave Borowitz2015-07-082-0/+185
* | | BaseReceivePack: Treat all LFs as optionalDave Borowitz2015-07-075-71/+116
* | | BaseReceivePack: More validation during parseCommandDave Borowitz2015-07-074-25/+65
* | | Fix non-escaped quotes in JGitText.propertiesMatthias Sohn2015-07-071-8/+8
* | | Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-063-5/+29