summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc errors and unused imports introduced by ddd0fe25Matthias Sohn2016-06-013-5/+6
* RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-314-5/+104
* RepoCommand: record manifest groups as submodule labelsStefan Beller2016-05-313-8/+140
* Remove the deprecated TestRepository.getClock() methodTerry Parker2016-05-311-11/+0
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-3135-58/+58
* [findBugs] Prevent potential NPE in FileLfsRepository.getOutputStream()Matthias Sohn2016-05-301-1/+4
* Better report on client side if push failed due to too large objectMatthias Sohn2016-05-304-4/+91
* [findBugs] Prevent potential NPE in CloneCommand.init()Matthias Sohn2016-05-303-0/+14
* Merge "RepoCommandTest: Improve assertion message for remote branch recording"Terry Parker2016-05-261-2/+2
|\
| * RepoCommandTest: Improve assertion message for remote branch recordingStefan Beller2016-05-251-2/+2
* | RepoCommand: remove --record-remote-branchesStefan Beller2016-05-252-5/+0
|/
* JGit CLI: allow to call git init with specific directoryRĂ¼diger Herrmann2016-05-223-2/+102
* Redirect all Show output to outsRĂ¼diger Herrmann2016-05-211-2/+8
* 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