]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2012-03-07 Dave BorowitzMake capability strings in BasePack{Fetch,Push}Connecti... 94/5294/1
2012-03-07 Dave BorowitzFix a typo in "capabilities" in ReceivePack 93/5293/1
2012-03-06 Christian HalstrickMerge "Check connection's error stream before reading...
2012-03-06 Shawn O. PearceIgnore /target 53/5253/2
2012-03-06 Kevin SawickiReuse Git object created in setUp 93/5193/2
2012-03-06 Kevin SawickiSet person and message on stash ref update 92/5192/2
2012-03-06 Kevin SawickiReturn command from StashCreateCommand setters 91/5191/2
2012-03-06 Kevin SawickiSupport insteadOf and pushInsteadOf URL replacement 18/5218/3
2012-03-06 Chris AniszczykMerge "Quickfix for AutoCRLF handling"
2012-03-06 Kevin SawickiCheck connection's error stream before reading from it 55/5255/3
2012-03-05 Tomasz ZarnaRawText#getEOL() does the same thing as RawText#getLine... 40/5240/1
2012-03-05 Christian HalstrickMerge "Update example code for obtaining a locked DirCache"
2012-03-05 Tomasz ZarnaAdd ApplyCommand to JGit API 17/4717/8
2012-03-04 Robin RosenbergMerge "Remove null access warning in DirCacheCheckout"
2012-03-03 Robin RosenbergQuickfix for AutoCRLF handling 98/4998/4
2012-03-02 Matthias SohnInclude eclipse.inf 33/5233/1
2012-03-02 Kevin SawickiRemove null access warning in DirCacheCheckout 29/5229/2
2012-03-02 Kevin SawickiUpdate example code for obtaining a locked DirCache 30/5230/1
2012-03-02 Tomasz ZarnaAllow to get end-of-line characters for a RawText 45/5045/7
2012-03-02 Sascha ScholzLoad .gitmodules config before adding values to it 25/5225/2
2012-03-02 Christian HalstrickMerge "Exclude org.eclipse.jgit from pack200 packing"
2012-03-02 Christian HalstrickMerge "Reuse existing modes and ids"
2012-03-02 Matthias SohnExclude org.eclipse.jgit from pack200 packing 19/5219/1
2012-03-01 Dave BorowitzExtract filterCommands as a static method on ReceiveCommand 72/5172/5
2012-03-01 Dave BorowitzRemove PreUploadHook.onPreAdvertiseRefs 85/5085/5
2012-03-01 Dave BorowitzAdd an AdvertiseRefsHookChain, similar to the other... 86/5086/6
2012-03-01 Dave BorowitzModify refs in UploadPack/ReceivePack using a hook... 84/5084/9
2012-03-01 Dave BorowitzFix a typo referring to RevFilter as RefFilter 83/5083/6
2012-03-01 Dave BorowitzMinor javadoc wording fixes in ReceivePack 71/5171/5
2012-03-01 Dave BorowitzExpose an OutputStream from ReceivePack for sending... 70/5170/5
2012-03-01 Dave BorowitzAllow creating ReceiveCommands with a specified type 90/5090/3
2012-03-01 Dave BorowitzExecute ReceiveCommands via a method rather than in... 81/5081/7
2012-02-29 Kevin SawickiReuse existing modes and ids 95/5195/2
2012-02-28 Kevin SawickiAdd command support for applying a stashed commit 73/5173/2
2012-02-28 Kevin SawickiAdd support for creating a stashed commit 60/4760/17
2012-02-26 Kevin SawickiAdd all paths option to CheckoutCommand 52/5152/7
2012-02-25 Daniel MegertLet the date formatter pick the locale. 66/4966/4
2012-02-23 Stefan LayAdd support for autosetuprebase to the CloneCommand 19/4919/3
2012-02-21 Matthias SohnMerge "Add IGNORE_ERRORS to FileUtils.delete()"
2012-02-21 Christian HalstrickAdd IGNORE_ERRORS to FileUtils.delete() 88/5088/2
2012-02-15 Matthias SohnPrepare 2.0.0-SNAPSHOT builds 02/5102/1
2012-02-15 Matthias SohnMerge branch 'stable-1.3' 01/5101/1
2012-02-15 Matthias SohnPrepare post 1.3.0.201202151440-r build 00/5100/1 stable-1.3
2012-02-15 Matthias SohnJGit 1.3.0.201202151440-r 91/5091/1 v1.3.0.201202151440-r
2012-02-13 Christian HalstrickGenerate conflicts and index updates on file mode changes 78/5078/1
2012-02-13 Matthias SohnMerge branch 'stable-1.3' 73/5073/1
2012-02-13 Matthias SohnPrepare post 1.3.0.201202121842-rc4 builds 72/5072/1
2012-02-12 Matthias SohnJGit 1.3.0.201202121842-rc4 69/5069/1 v1.3.0.201202121842-rc4
2012-02-08 Kevin SawickiSupport gitdir references in working tree .git file 29/5029/4
2012-02-02 Tomasz ZarnaAdd getters for old and new prefixes in DiffFormatter 44/5044/2
2012-01-30 Kevin SawickiSupport committing submodule updates 30/5030/1
2012-01-27 Matthias SohnUpdate iplog tool's README 05/5005/1
2012-01-26 Matthias SohnMerge "Add developers section to root POM file"
2012-01-25 Robin RosenbergMerge "Allow to list tags with org.eclipse.jgit.pgm...
2012-01-25 Kevin SawickiAdd developers section to root POM file 97/4997/2
2012-01-25 Dariusz LukszaMove writeTrashFile and deleteFile into JGitTestUtil 82/4982/2
2012-01-23 Kevin SawickiAdd scm section to root POM file 84/4984/1
2012-01-22 Robin RosenbergReally close output stream when core.autocrlf is true 83/4983/1
2012-01-20 Tomasz ZarnaWorkaround incompatible refactoring in Jetty 7.6.0 69/4969/2
2012-01-20 Kevin SawickiAdd command support for listing stashed commits 50/4750/10
2012-01-18 Matthias SohnMerge "Support relative submodule URLs on init/add...
2012-01-17 Kevin SawickiSupport relative submodule URLs on init/add/sync 62/4962/3
2012-01-16 Robin StockerAdd BranchTrackingStatus for getting remote tracking... 32/4732/4
2012-01-16 Robin StockerAdd BranchConfig helper for access to branch config... 30/4730/4
2012-01-16 Robin StockerAdd RevWalkUtils with count(start, end) method 31/4731/4
2012-01-16 Christian HalstrickMerge "Support more of AutoCRLF"
2012-01-15 Robin RosenbergFix resolution of tree when path is empty 56/4956/4
2012-01-15 Robin RosenbergMake sure all bytes are written to files on close,... 41/4841/3
2012-01-15 Robin RosenbergMerge "Resolve ~ with no trailing number as the first...
2012-01-15 Matthias SohnThrow API exception when LsRemoteCommand fails with... 49/4949/3
2012-01-14 Kevin SawickiResolve ~ with no trailing number as the first parent... 55/4955/6
2012-01-13 Robin RosenbergCannot commit -o file with only file permission change 51/4851/4
2012-01-10 Robin RosenbergSupport more of AutoCRLF 30/4530/2
2012-01-10 Matthias SohnMerge "Provide helper for unlocking a file"
2012-01-09 Kevin SawickiProvide helper for unlocking a file 08/4908/4
2012-01-09 Tomasz ZarnaAdd setter for ProgressMonitor to DiffCommand 34/4934/2
2012-01-09 Stefan LayMerge "Add options for setting context lines and prefix...
2012-01-09 Tomasz ZarnaAdd options for setting context lines and prefixes... 90/4890/2
2012-01-09 Christian HalstrickMerge "Add helper for determining if status is clean"
2012-01-09 Matthias SohnNarrow exceptions declared by LsRemoteCommand 32/4932/7
2012-01-08 Robin RosenbergMerge "Retain executable mode of existing files on...
2012-01-05 Matthias SohnMerge "Use constants from ConfigConstants in CoreConfig"
2012-01-04 Kevin SawickiAdd helper for determining if status is clean 16/4916/1
2012-01-03 Kevin SawickiProvide file mode of paths in index from IndexDiff 04/4904/8
2012-01-03 Kevin SawickiUse constants from ConfigConstants in CoreConfig 13/4913/1
2012-01-03 Kevin SawickiRetain executable mode of existing files on Windows 28/4828/14
2012-01-03 Kevin SawickiAdd support for cloning submodules to CloneCommand 00/4900/7
2012-01-02 Kevin SawickiExtend TransportCommand in submodule add/update commands 02/4902/2
2012-01-02 Kevin SawickiAdd submodule command helpers to Git class 01/4901/1
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"
next