]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2017-08-25 Masaya SuzukiShow error message for non-git clients 22/103722/1
2017-08-24 David PursehouseObjectToPack: Add missing @Override annotation 94/103594/1
2017-08-23 Thomas WolfCleanup: message reporting for HTTP redirect handling 14/103514/1
2017-08-22 Thomas WolfDo authentication re-tries on HTTP POST 42/99442/10
2017-08-18 David PursehouseMerge changes Id3994e2d,I5e2a2868,I255af794
2017-08-18 David PursehouseLongObjectIdTest: Add back self comparison test 65/103265/2
2017-08-18 David PursehouseFormat BUILD files with buildifier 64/103264/2
2017-08-18 David PursehouseBazel: Add missing dependency in org.eclipse.jgit.http... 63/103263/2
2017-08-17 Shawn Pearcereftable: reserve standard PackExt 65/101365/26
2017-08-17 Shawn Pearcereftable: resolve symbolic references 50/101850/21
2017-08-17 Shawn Pearcereftable: support threshold based compaction 24/101224/27
2017-08-17 Shawn Pearcereftable: compact merged tables 23/101223/27
2017-08-17 Shawn Pearcereftable: merge-join reftables 22/101222/27
2017-08-17 Shawn Pearcereftable: lookup by ObjectId unit tests 75/101775/17
2017-08-17 Shawn Pearcereftable: reflog unit tests 13/101313/22
2017-08-17 Shawn Pearcereftable: namespace unit tests 52/101152/24
2017-08-17 Shawn Pearcereftable: bulk operation unit tests 51/101151/24
2017-08-17 Shawn Pearcereftable: basic functionality unit tests 50/101150/24
2017-08-17 Shawn Pearcereftable: debug tools 49/101149/24
2017-08-17 Shawn Pearcereftable: scan and lookup reftable files 48/101148/24
2017-08-17 Shawn Pearcereftable: create and write reftable files 47/101147/24
2017-08-17 Shawn Pearcereftable: file format documentation 74/101774/16
2017-08-17 Thomas WolfAdd support to follow HTTP redirects 61/46261/19
2017-08-16 Christian HalstrickMerge "Fix off-by-one error in Strings.count()"
2017-08-16 Christian HalstrickMerge "Use relative paths for attribute rule matching"
2017-08-15 Thomas WolfSend a detailed event on working tree modifications 16/100916/8
2017-08-14 Matthias SohnMerge branch 'stable-4.8' 77/103077/2
2017-08-14 Matthias SohnMerge branch 'stable-4.7' into stable-4.8 76/103076/2
2017-08-14 Matthias SohnMerge branch 'stable-4.6' into stable-4.7 75/103075/2
2017-08-14 Matthias SohnMerge branch 'stable-4.5' into stable-4.6 74/103074/2
2017-08-14 Matthias SohnUpdate Oxygen Orbit p2 repository to R20170516192513 80/103080/1
2017-08-14 Christian HalstrickFix exception handling for opening bitmap index files 98/102598/3
2017-08-14 Thomas WolfDo not apply pushInsteadOf to existing pushUris 54/103054/2
2017-08-14 Thomas WolfRecord submodule paths with untracked changes as FileMo... 79/102879/4
2017-08-14 Thomas WolfFix handling of pushInsteadOf 35/99735/2
2017-08-14 Christian HalstrickMerge "Ensure EOL stream type is DIRECT when -text...
2017-08-14 Thomas WolfFix off-by-one error in Strings.count() 35/103035/1
2017-08-12 Shawn PearceRename extensions.refsStorage to refStorage 78/102578/5
2017-08-11 Thomas WolfEnsure EOL stream type is DIRECT when -text attribute... 97/102997/2
2017-08-11 Thomas WolfUse relative paths for attribute rule matching 94/102994/3
2017-08-09 Shawn PearceExpose LongMap in util package 77/102577/3
2017-08-09 Shawn PearceNB: encode and decode 24-bit ints 93/102393/3
2017-08-08 Shawn PearceUpdate thread-safety warning about Repository 87/102687/1
2017-08-02 Dave BorowitzReflogWriter: Minor cleanup 94/102394/2
2017-08-02 Dave BorowitzEliminate SectionParser construction boilerplate 21/102421/1
2017-08-02 David PursehouseMerge changes Ia6c3935c,I46a29eae
2017-08-01 Matthias SohnMerge "git ignore .DS_Store"
2017-08-01 Matthias SohnMerge "git ignore all bazel folders"
2017-08-01 Matthias SohnRemove unused import introduced in a551b64 33/102333/2
2017-08-01 Matthias SohnSilence API errors caused by adding enum constants... 32/102332/2
2017-08-01 David PursehouseMerge changes I424295df,Ib003f7c8
2017-08-01 Han-Wen NienhuysTreat RawText of binary data as file with one single... 76/102076/3
2017-07-28 Terry ParkerMerge "Use w1 for hashCode of AbbreviatedObjectId"
2017-07-28 David PursehouseMerge "IntList: support contains(int)"
2017-07-28 David PursehouseMerge "Replace findbugs by spotbugs"
2017-07-28 Shawn PearceUse w1 for hashCode of AbbreviatedObjectId 73/101773/2
2017-07-28 Shawn PearceIntList: support contains(int) 72/101772/2
2017-07-28 Matthias SohnReplace findbugs by spotbugs 12/101312/3
2017-07-28 Dave BorowitzRefDirectory: Add in-process fair lock for atomic updates 62/102162/2
2017-07-28 Dave BorowitzRefDirectory: Retry acquiring ref locks with backoff 31/102031/5
2017-07-28 David Pursehousegit ignore .DS_Store 89/101889/2
2017-07-28 David Pursehousegit ignore all bazel folders 88/101888/2
2017-07-28 David PursehouseMerge "Fix committing empty commits"
2017-07-28 David PursehouseMerge "Support overriding a batch's reflog on a per...
2017-07-28 Christian HalstrickFix committing empty commits 41/100641/3
2017-07-28 David PursehouseMerge changes from topic 'batch-ref-update-reflog'
2017-07-27 Han-Wen NienhuysTrim boilerplate in RawParseUtils_LineMapTest. 75/102075/1
2017-07-26 Zhen ChenAdd commit check for head references 58/101758/4
2017-07-26 Zhen ChenAdd connectivity check from references 99/101299/8
2017-07-26 Zhen ChenAdd dfs fsck implementation 07/99707/13
2017-07-26 Dave BorowitzSupport overriding a batch's reflog on a per-ReceiveCom... 84/101584/3
2017-07-26 Dave BorowitzBatchRefUpdate: Expand javadocs and add @Nullable 83/101583/3
2017-07-26 Dave BorowitzPackedBatchRefUpdate: Write reflogs 57/101457/4
2017-07-25 Dave BorowitzImprove BatchRefUpdateTest readability 59/101359/5
2017-07-25 Dave BorowitzExtract constants for reflog entry message prefixes 56/101456/2
2017-07-25 Dave BorowitzMove BatchRefUpdate tests to a new file 58/101358/5
2017-07-25 Dave BorowitzImplement atomic BatchRefUpdates for RefDirectory 71/100771/9
2017-07-25 Dave BorowitzSeparate RefUpdate.Result.REJECTED_{MISSING_OBJECT... 32/100932/6
2017-07-25 David PursehouseAdd missing newlines at ends of Java files 72/100672/3
2017-07-25 Dave BorowitzTemporarily @Ignore flaky CommitCommandTest methods 40/100940/6
2017-07-24 Dmitry PavlenkoFix matching ignores and attributes pattern of form... 50/100550/8
2017-07-24 David PursehouseMerge changes from topic 'packed-batch-ref-update'
2017-07-22 Shawn PearceMerge "Make 'inCoreLimit' of LocalFile used in ResolveM...
2017-07-22 Changcheng... Make 'inCoreLimit' of LocalFile used in ResolveMerger... 14/101714/3
2017-07-21 Shawn Pearcedfs: optionally store blockSize in DfsPackDescription 42/101742/2
2017-07-19 Shawn Pearcedfs: silence resource warnings in DfsBlockCacheTest 03/101603/1
2017-07-19 Shawn Pearcedfs: Fix DataFormatException: 0 bytes to inflate 00/101600/2
2017-07-19 Shawn Pearcedfs: actually allow current DfsBlock to GC 99/101599/1
2017-07-19 Shawn Pearcedfs: test for repositories sharing blocks in DfsBlockCache 98/101598/1
2017-07-19 Shawn PearceMerge "dfs: only create DfsPackFile if description...
2017-07-19 Shawn Pearcedfs: Fix incorrect use of reference == for DfsStreamKey 63/101563/1
2017-07-19 Shawn Pearcedfs: Fix build break caused by DfsStreamKey.of signatur... 60/101560/1
2017-07-19 Shawn Pearcedfs: only create DfsPackFile if description has PACK 75/101475/2
2017-07-19 Shawn Pearcedfs: Fix default DfsStreamKey to include DfsRepositoryD... 35/101535/1
2017-07-19 Shawn Pearcedfs: Shrink DfsPackDescription.sizeMap storage 34/101534/1
2017-07-19 Shawn Pearcedfs: Fix caching of index, bitmap index, reverse index 78/101478/1
2017-07-19 Shawn Pearcedfs: Use special ForReverseIndex DfsStreamKey wrapper... 77/101477/1
2017-07-17 Shawn PearceDerive DfsStreamKey from DfsPackDescription 73/101373/5
2017-07-17 Dave BorowitzAdd tests for updating single refs to missing objects 25/100925/5
2017-07-17 Dave BorowitzFix deleting symrefs 31/100931/4
next