summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support git config [include] section with absolute path(s)Marco Miller2016-05-215-1/+130
* Added filter for merge and non-merges commits.Alcemir Santos2016-05-203-0/+136
* [findBugs] Prevent potential NPE in FS_POSIX.readUmask()Matthias Sohn2016-05-191-1/+1
* [findBugs] Fix calculation of host header in SignerV4Matthias Sohn2016-05-191-3/+3
* Update Orbit repository to S20160518051658 for Neon RC2Matthias Sohn2016-05-193-9/+9
* Fix StashApply regarding handling of untracked filesChristian Halstrick2016-05-192-3/+43
* GC should not pack objects only referenced by ORIG_HEAD,...Christian Halstrick2016-05-182-4/+18
* Make sure to overwrite files when "reset --hard" detects conflictsChristian Halstrick2016-05-182-2/+41
* Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen2016-05-1710-0/+71
* Fix config value get to return last instead of 1st just like gitMarco Miller2016-05-122-4/+11
* Remove UTF-8 checking duplication in Config lib subclassesMarco Miller2016-05-123-4/+15
* Update Maven pluginsMatthias Sohn2016-05-072-22/+22
* Fix type parameter in javadoc in TestRepository.delete(String ref)Matthias Sohn2016-05-051-1/+1
* Merge branch 'stable-4.3'Matthias Sohn2016-05-0511-34/+67
|\
| * Scan loose ref before packed in case gc about to remove the looseMarco Miller2016-05-051-2/+1
| * Fix possible NPEs when reporting transport errorsChristian Halstrick2016-04-271-2/+4
| * Fix calling of clean/smudge filters from Checkout,MergeCommandsChristian Halstrick2016-04-224-24/+32
| * Fix ApplyCommand when result of patch is an empty fileJon Schneider2016-04-165-6/+30
* | TestRepository: Add delete() methodJonathan Nieder2016-05-041-0/+34
* | Make BaseReceivePack.setAtomic publicJonathan Nieder2016-05-041-1/+1
* | ReceivePack: Pass atomic setting from client to BatchRefUpdateJonathan Nieder2016-05-042-0/+28
* | PersonIdent: Make appendSanitized publicDave Borowitz2016-05-032-1/+13
* | Config: Improve documentation for setStringListStefan Beller2016-05-031-1/+2
* | Prepare Neon target platformMatthias Sohn2016-05-026-19/+19
* | PersonIdent: Strip some special chars from external stringsDave Borowitz2016-04-292-6/+76
* | PersonIdent: Document that name and email aren't trimmedDave Borowitz2016-04-292-2/+9
* | Expose the ObjectInserter that created an ObjectReaderDave Borowitz2016-04-266-2/+62
* | Add ObjectReader.Filter, like in ObjectInserterDave Borowitz2016-04-251-0/+98
* | Update buck to e64a2e2ada022f81e42be750b774024469551398David Pursehouse2016-04-211-1/+1
* | Support per-BatchRefUpdate atomic transactionsDave Borowitz2016-04-196-5/+77
* | Add .buckd to .gitignoreDave Borowitz2016-04-191-1/+2
* | Fix RefsUnreadableInMemoryRepositoryMatthias Sohn2016-04-162-1/+43
* | Fix Buck build broken by 4812fda.Mike Edgar2016-04-143-1/+2
* | Make UploadPack observe exceptions reading refsMike Edgar2016-04-146-24/+150
* | Expose conflicting files in CheckoutConflictExceptionNed Twigg2016-04-112-0/+15
* | Merge "Fix CommitCommand to be able to skip writing to RefLog"Matthias Sohn2016-04-112-1/+37
|\ \
| * | Fix CommitCommand to be able to skip writing to RefLogChristian Halstrick2016-04-112-1/+37
* | | Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-04-0856-303/+303
* | | Merge branch 'stable-4.3'Matthias Sohn2016-04-082-0/+4
|\ \ \ | | |/ | |/|
| * | Add lfs libraries to scripts for upload to Maven centralMatthias Sohn2016-04-082-0/+4
| * | Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-0856-301/+301
* | | Merge "Prepare 4.3.1-SNAPSHOT versions"Matthias Sohn2016-04-0867-325/+664
|\ \ \ | |_|/ |/| |
| * | Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-0856-301/+301
| |/
| * JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2016-04-0856-59/+59
| * JGit v4.3.0.201604071045-rMatthias Sohn2016-04-0756-59/+59
| * Merge branch 'master' into stable-4.3Matthias Sohn2016-04-074-15/+79
| |\
| * \ Merge branch 'master' into stable-4.3Matthias Sohn2016-04-065-19/+92
| |\ \
| * | | Enable calling of smudge filters when checking out pathsChristian Halstrick2016-04-062-4/+115
| * | | Prepare 4.3-SNAPSHOT buildsMatthias Sohn2016-04-0556-59/+59
| * | | Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-059-20/+248