]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2012-01-02 Tomasz ZarnaSkip a number commits before starting to show the commi... 84/4884/9
2012-01-02 Tomasz ZarnaAdd constant for default name for the Git repo configur... 97/4897/2
2012-01-02 Tomasz ZarnaSort translation bundle keys in alphabetical order. 95/4895/3
2011-12-30 Matthias SohnUpdate base version for clirr API check to latest release 92/4892/1
2011-12-28 Kevin SawickiAdd comand support for git-submodule 61/4861/6
2011-12-27 Kevin SawickiAdd commit id and parent count to exception message 20/4820/2
2011-12-27 Shawn PearceMerge "Only print stack trace to Sytem.err when debug...
2011-12-27 Tomasz ZarnaFix typo in RebaseResult#mySatus 85/4885/1
2011-12-27 Kevin SawickiOnly print stack trace to Sytem.err when debug flag... 83/4883/1
2011-12-26 Matthias SohnMerge branch 'stable-1.2' 79/4879/1
2011-12-23 Robin RosenbergMerge "Limit the number of commits in LogCommand output"
2011-12-23 Tomasz ZarnaLimit the number of commits in LogCommand output 27/4827/4
2011-12-23 Tomasz ZarnaDiffFormatter#format(List) fails unless #scan(ATI,... 36/4036/2
2011-12-22 Robin RosenbergMerge "Support getting specific entry number in reflog"
2011-12-22 Matthias SohnJGit v1.2.0.201112221803-r 73/4873/1 stable-1.2 v1.2.0.201112221803-r
2011-12-20 Christian HalstrickRefactor ResolveMerger 66/4366/3
2011-12-19 Kevin SawickiExpose unmerged paths when revert fails 23/4823/3
2011-12-19 Kevin SawickiSupport getting specific entry number in reflog 22/4822/4
2011-12-18 Kevin SawickiAdd exception class for when locking a file fails 00/4800/2
2011-12-18 Tomasz ZarnaAllow to amend commits with JGit CLI 54/4854/1
2011-12-17 Kevin SawickiSupport resolving integer-based reflog revisions 19/4819/4
2011-12-16 Robin RosenbergMerge "Report diff entries for files that only change...
2011-12-16 Matthias SohnMerge branch 'stable-1.2' 38/4838/1
2011-12-16 Robin RosenbergEnforce the use of Java5 API:s only (with a few exceptions) 85/4785/3
2011-12-15 Matthias SohnMerge "Fix MergeCommandTest to pass if File.executable...
2011-12-15 Matthias SohnAdd API checking using clirr 31/4831/3
2011-12-15 Robin RosenbergFix MergeCommandTest to pass if File.executable is... 30/4830/1
2011-12-15 Kevin SawickiReport diff entries for files that only change mode 26/4826/4
2011-12-13 Dave BorowitzFire DfsPacksChangedEvents when committing packs. 07/4807/2
2011-12-12 Tomasz ZarnaStatusCommand#setWorkingTreeIt should return 'this' 91/4791/2
2011-12-11 Christian HalstrickFix ResolveMerger not to add paths with FileMode 0 57/4757/7
2011-12-10 Matthias SohnPrepare 1.3.0 builds 78/4778/1
2011-12-10 Matthias SohnMerge branch 'stable-1.2' 77/4777/1
2011-12-10 Matthias SohnFix version.sh 76/4776/1
2011-12-09 Shawn PearceMerge "Add simple chain implementations of transport...
2011-12-09 Dave BorowitzAdd simple chain implementations of transport hooks... 69/4769/3
2011-12-09 Shawn PearceMerge "Force jgit.sh to use UTF-8 encoding on Mac"
2011-12-09 Shawn PearceMerge changes I9f1842c2,Ie139133b
2011-12-09 Shawn PearceMerge "Add a no-op UploadPackLogger and use it by default"
2011-12-08 Matthias SohnThrow API exception when MergeCommand hits checkout... 52/4752/2
2011-12-08 Kevin SawickiThrow invalid ref exception instead of invalid remote... 49/4749/6
2011-12-08 Kevin SawickiUse constant for logs directory 47/4747/4
2011-12-08 Shawn PearceMerge "Set expected old object id to all zeros when...
2011-12-08 Shawn PearceMerge "Use System.arraycopy to copy parent object id...
2011-12-08 Shawn PearceMerge "[findBugs] Implement Serializable interface...
2011-12-08 Tomasz ZarnaAdd toString() to HunkHeader 66/4766/2
2011-12-08 Kevin Sawicki[findBugs] Implement Serializable interface in PlotLane 70/4770/1
2011-12-08 Dave BorowitzAdd a no-op UploadPackLogger and use it by default 68/4768/2
2011-12-07 Robin RosenbergAdd methods for configuring platform emulation 61/4761/1
2011-12-07 Kevin SawickiUse System.arraycopy to copy parent object id array 59/4759/1
2011-12-07 Kevin SawickiSet expected old object id to all zeros when head id... 55/4755/2
2011-12-06 Robin RosenbergForce jgit.sh to use UTF-8 encoding on Mac 54/4754/1
2011-12-06 Christian HalstrickFix history rendering not to occupy too many lanes 44/4744/2
2011-12-06 Tomasz ZarnaStream left open in WorkingTreeIterator#filterClean 45/4745/1
2011-12-05 Shawn O. PearceMerge changes I5381e110,I5534b560
2011-12-04 Christian HalstrickFix History rendering 35/4735/1
2011-12-02 Robin RosenbergMerge "Always close the GZIPOutputStream to release...
2011-12-02 Shawn PearceMerge "Fix History rendering"
2011-12-02 Shawn PearceMerge "Add percent-encoding of reserved characters...
2011-12-02 Robin RosenbergAdd percent-encoding of reserved characters in URIish 50/4550/8
2011-12-02 Christian HalstrickFix History rendering 19/4719/1
2011-12-02 Shawn O. PearceDiscard request HTTP bodies for status code <400 16/4716/1
2011-12-02 Shawn O. PearceEnsure all smart HTTP errors are sent to clients 15/4715/1
2011-12-01 Shawn O. PearceAlways close the GZIPOutputStream to release Deflater 14/4714/1
2011-12-01 Shawn O. PearceFix HTTP unit tests 04/4704/1
2011-11-30 Christian HalstrickMerge "RepositoryState: add method canAmend"
2011-11-29 Shawn PearceMerge "Always checkout master when it matches the adver...
2011-11-29 Shawn PearceMerge "Update maven plugin versions"
2011-11-29 Shawn PearceMerge "Implement Serializable interface in ReflogEntry"
2011-11-29 Kevin SawickiRemove calls to printStackTrace in catch blocks 91/4691/1
2011-11-29 Matthias SohnUpdate maven plugin versions 89/4689/1
2011-11-29 Kevin SawickiImplement Serializable interface in ReflogEntry 88/4688/1
2011-11-28 Kevin SawickiAlways checkout master when it matches the advertised... 87/4687/2
2011-11-28 Jens BaumgartRepositoryState: add method canAmend 74/4674/3
2011-11-27 Shawn PearceMerge "Reset SSH connection and credentials on "Auth...
2011-11-27 Matthias SohnReset SSH connection and credentials on "Auth fail" 76/4676/2
2011-11-26 Kevin SawickiDon't iterate over advertised refs when HEAD is null 81/4681/1
2011-11-24 Matthias SohnMerge "tools/release: Handle v1.0.0.201106090707-r...
2011-11-23 Shawn PearceMerge "Adapt merge message to C Git for remote-tracking...
2011-11-23 Shawn O. PearceMerge changes I828ac2de,I80e5b7cf
2011-11-23 Robin StockerAdapt merge message to C Git for remote-tracking branch 71/4671/1
2011-11-23 Kevin SawickiGuard against null branch in PullCommand 68/4668/2
2011-11-23 Kevin SawickiSupport adding all refs to LogCommand 65/4665/3
2011-11-22 Shawn O. PearceAdd utilities for smart HTTP error handling 67/4667/1
2011-11-22 Shawn O. PearceStrip leading slashes in RepositoryFilter 66/4666/1
2011-11-22 Shawn PearceMerge "Provide merge result when revert command fails"
2011-11-22 Sasa ZivkovmaxObjectSizeLimit for receive-pack. 50/4650/7
2011-11-22 Kevin SawickiProvide merge result when revert command fails 61/4661/1
2011-11-19 Shawn PearceMerge "Add missing '' characters around quoted variables"
2011-11-18 Shawn O. PearceFix duplicate objects in "thin+cached" packs from DFS 30/4630/6
2011-11-18 Shawn O. PearceDo not write edge objects to the pack stream 46/4646/5
2011-11-18 Shawn O. PearceUse long for more object counts in PackWriter 45/4645/4
2011-11-18 Shawn O. PearceSearch for annotated tag reuse first 44/4644/2
2011-11-18 Shawn O. PearceCorrect progress monitor on "Getting sizes:" phase 42/4642/2
2011-11-18 Shawn O. PearceRefactor DfsReader selection of cached packs 29/4629/2
2011-11-18 Kevin SawickiAdd missing '' characters around quoted variables 24/4624/5
2011-11-18 Shawn PearceMerge changes I366435e2,I64577f8f
2011-11-16 Matthias Sohn[findBugs] Silence returning null for StringUtils.toBoo... 38/4638/1
2011-11-16 Matthias Sohn[findBugs] Prefer short-cut logic as it's more performant 37/4637/1
2011-11-14 Dave BorowitzKeep track of a static collection of all PackWriter... 95/4595/2
next