]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2011-02-13 Shawn O. PearceUploadPack: Donate parsed commits to PackWriter 32/2432/4
2011-02-13 Chris AniszczykSetup the default remote and merge config in CloneCommand 56/2456/3
2011-02-13 Shawn O. PearceUploadPack: Rely on peeled ref data for include-tag 49/2449/2
2011-02-13 Shawn O. PearceUploadPack: Assume okToGiveUp is initially false 31/2431/2
2011-02-13 Shawn O. PearceUploadPack: Avoid walking the entire project history 30/2430/2
2011-02-13 Chris AniszczykMerge "UploadPack: Tag non-commits SATISIFIED earlier"
2011-02-13 Chris AniszczykMerge "UploadPack: Don't discard COMMON, SATISIFIED...
2011-02-13 Chris AniszczykMerge "UploadPack: Fix want-is-satisfied test"
2011-02-13 Chris AniszczykMerge "UploadPack: Avoid parsing want list on clone"
2011-02-12 Matthias SohnQualify post 0.11 builds 87/2487/1
2011-02-11 Matthias SohnJGit 0.11.1 82/2482/1 v0.11.1
2011-02-11 Matthias SohnFix version.sh 81/2481/1
2011-02-09 Chris AniszczykMerge "Fix NPE on reading global config on MAC" into...
2011-02-09 Jens BaumgartFix NPE on reading global config on MAC 69/2469/1
2011-02-09 Jens BaumgartAdd isOutdated method to DirCache 67/2467/1
2011-02-08 Mathias KinzlerPullCommand: use default remote instead of throwing... 53/2453/1
2011-02-06 Shawn O. PearceRemove quoting of command over SSH 35/2435/1
2011-02-06 Shawn O. PearceUploadPack: Tag non-commits SATISIFIED earlier 29/2429/1
2011-02-06 Shawn O. PearceUploadPack: Don't discard COMMON, SATISIFIED flags 28/2428/1
2011-02-06 Shawn O. PearceUploadPack: Fix want-is-satisfied test 27/2427/1
2011-02-06 Shawn O. PearceFix JGit --upload-pack, --receive-pack options 16/2416/4
2011-02-06 Matthias SohnIn iplog list approved CQs as "active" 26/2426/1
2011-02-04 Shawn O. PearceUploadPack: Avoid parsing want list on clone 11/2411/3
2011-02-03 Shawn O. PearceReuse cached SHA-1 when computing from WorkingTreeIterator 27/1927/7
2011-02-03 Shawn O. PearcePackWriter: Support reuse of entire packs 88/2388/4
2011-02-03 Shawn O. PearcePackWriter: Display totals after sending objects 87/2387/2
2011-02-03 Shawn O. PearceRefAdvertiser: Avoid object parsing 10/2410/1
2011-02-02 Chris AniszczykMerge "Expose some constants needed for reading the...
2011-02-02 Chris AniszczykMerge "Adapt expected commit message in tests"
2011-02-02 Robin StockerAdapt expected commit message in tests 03/2403/1
2011-02-02 Mathias KinzlerExpose some constants needed for reading the Pull confi... 02/2402/1
2011-02-02 Jens BaumgartPushCommand: do not set a null credentials provider 00/2400/1
2011-02-01 Robin StockerDon't print "into HEAD" when merging refs/heads/master 96/2396/1
2011-02-01 Shawn O. PearcePackWriter: Make thin packs more efficient 86/2386/2
2011-02-01 Shawn O. PearcePackWriter: Cleanup findObjectToPack method 85/2385/2
2011-02-01 Shawn O. PearcePackWriter: Correct 'Compressing objects' progress... 84/2384/2
2011-02-01 Chris AniszczykMerge "Add git-clone to the Git API"
2011-02-01 Shawn O. PearcePackWriter: Don't include edges in progress meter 83/2383/2
2011-02-01 Chris AniszczykMerge "Show resolving deltas progress to push clients"
2011-02-01 Chris AniszczykMerge "ObjectWalk: Fix reset for non-commit objects"
2011-01-31 Chris AniszczykAdd git-clone to the Git API 53/2053/5
2011-01-31 Shawn O. PearceShow resolving deltas progress to push clients 82/2382/1
2011-01-31 Shawn O. PearceObjectWalk: Fix reset for non-commit objects 81/2381/1
2011-01-31 Chris AniszczykMerge "Revert Ie48d6556"
2011-01-31 Chris AniszczykMerge "Proper handling of rebase during pull"
2011-01-31 Chris AniszczykRevert Ie48d6556 79/2379/1
2011-01-31 Robert MunteanuFix incorrect review url in IP log file 69/2369/2
2011-01-31 Mathias KinzlerProper handling of rebase during pull 76/2376/1
2011-01-29 Robin RosenbergMerge changes I3a74cc84,I219f864f
2011-01-28 Tomasz ZarnaAdd setCredentialsProvider to PullCommand 71/2371/2
2011-01-28 Chris AniszczykMerge "ObjectIdSubclassMap: Support duplicate additions"
2011-01-28 Shawn O. PearceObjectIdSubclassMap: Support duplicate additions 61/2361/2
2011-01-28 Chris AniszczykMerge "Make PullCommand work with Rebase"
2011-01-28 Chris AniszczykMerge "RebaseCommand: detect and handle fast-forward...
2011-01-28 Shawn O. PearceRevert "Teach PackWriter how to reuse an existing objec... 67/2367/1
2011-01-28 Mathias KinzlerMake PullCommand work with Rebase 65/2365/4
2011-01-28 Mathias KinzlerRebaseCommand: detect and handle fast-forward properly 64/2364/3
2011-01-28 Mathias KinzlerTransportHttp wrongly uses JDK 6 constructor of IOException 63/2363/1
2011-01-28 Matthias Sohn[findbugs] Do not ignore exceptional return value of... 06/2106/8
2011-01-28 Matthias Sohn[findbugs] Do not ignore exceptional return value of... 04/2104/8
2011-01-28 Matthias SohnDo not create files to be updated before checkout of... 28/2228/4
2011-01-27 Shawn O. PearceTeach PackWriter how to reuse an existing object list 59/2359/1
2011-01-27 Shawn O. PearceAllow ObjectReuseAsIs to resort objects during writing 58/2358/1
2011-01-27 Shawn O. PearcePackWriter: Use TOPO order only for incremental packs 57/2357/1
2011-01-27 Shawn O. PearceRemove getObjectsDirectory, openPack from base API 16/2316/2
2011-01-27 Shawn PearceMerge "Support for self signed certificate (HTTPS)"
2011-01-27 Matthias SohnHard reset should not report conflict on untracked... 53/2353/1
2011-01-27 Roberto TyleyRename PlotWalk.getTags() to getRefs() 28/2328/2
2011-01-27 Roberto TyleyProvide access to the Refs of a PlotCommit 37/2337/2
2011-01-26 Robin RosenbergFix tests broken by fix for adding files in a network... 51/2351/2
2011-01-26 Mathias KinzlerFetchCommand: allow to set "TagOpt" 50/2350/2
2011-01-26 Christian HalstrickMake sure not to overwrite untracked not-ignored files 43/2343/2
2011-01-26 Sasa ZivkovFixed several NPEs in the Fetch CLI 45/2345/2
2011-01-26 Sasa ZivkovFixed NLS in JGit command line interface 48/2348/2
2011-01-26 Robin RosenbergFix adding files in a network share 33/2333/2
2011-01-26 Chris AniszczykMerge "Refactor and comment complicated if statements"
2011-01-26 Chris AniszczykMerge "MergeCommand should create missing branches"
2011-01-26 Chris AniszczykMerge "Make setCredentialsProvider more convenient...
2011-01-26 Mathias KinzlerMake setCredentialsProvider more convenient to use 46/2346/1
2011-01-26 Christian HalstrickRemove unneeded interface from test class 40/2340/1
2011-01-26 Christian HalstrickRefactor and comment complicated if statements 42/2342/1
2011-01-26 Christian HalstrickMergeCommand should create missing branches 41/2341/1
2011-01-26 Per SalomonssonSupport for self signed certificate (HTTPS) 18/2318/2
2011-01-25 Shawn O. PearcePermit disabling birthday attack checks in PackParser 94/2294/2
2011-01-25 Shawn O. PearceEnsure all deltas were resolved in a pack 93/2293/2
2011-01-25 Shawn O. PearceRefactor IndexPack to not require local filesystem 52/2252/3
2011-01-25 Jesse GreenwaldParse RevCommit bodies before calling RevFilter.include() 09/2309/4
2011-01-25 Mathias KinzlerAllow to set a CredentialsProvider on relevant API... 27/2327/2
2011-01-25 Sasa ZivkovExposed the constructor of Note class 04/2304/3
2011-01-21 Chris AniszczykMerge "Build http.server source JAR"
2011-01-21 Christian HalstrickIntroduce metaData compare between working tree and... 99/2199/4
2011-01-21 Robin RosenbergAdd progress reporting to IndexDiff 63/2263/5
2011-01-20 Shawn O. PearceBuild http.server source JAR 92/2292/1
2011-01-17 Robin RosenbergFix misc spelling errors in comments and method names 62/2262/1
2011-01-16 Matthias SohnMerge "File utility for creating a new empty file"
2011-01-14 Matthias SohnFile utility for creating a new empty file 05/2105/5
2011-01-12 Shawn PearceMerge "ConfigConstants: expose some constants for user...
2011-01-12 Shawn PearceMerge "CheckoutCommand: fix reflog message"
2011-01-12 Shawn PearceMerge "Locate $HOME like C Git does on Windows"
2011-01-12 Roberto TyleyFix API ListBranchCommand for listmode 'all' 40/2240/1
next