aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-181-0/+87
* ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-181-0/+11
* ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-181-2/+26
* Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-181-6/+4
* DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+11
* DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-182-34/+4
* Fix two nits about DirCacheEntry constructorsShawn Pearce2014-11-251-4/+4
* Detect buffering failures while writing rebase todo fileShawn Pearce2014-11-251-7/+6
* Deprecate TemporaryBuffer.LocalFile without parent directoryShawn Pearce2014-11-251-1/+8
* Switch FileHeader.extractFileLines to TemporaryBuffer.HeapShawn Pearce2014-11-252-14/+5
* AmazonS3: Buffer pushed pack content under $GIT_DIRShawn Pearce2014-11-252-2/+12
* DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-10/+15
* Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-203-11/+63
* blame: Un-break isFile check in tree walkJonathan Nieder2014-06-041-1/+2
* Fix authentication type names broken by 0b5441a8Matthias Sohn2014-05-271-3/+30
* Allow to include untracked files in stash operations.Andreas Hermann2014-05-223-13/+161
* Fix for reflog corruption caused by multiline messageAndreas Hermann2014-05-221-1/+1
* Improve layout of branches in the commit graphKonrad Kügler2014-05-223-95/+257
* PlotCommitList: Remove handling of children that have no lane yetKonrad Kügler2014-05-221-14/+1
* PlotCommitList: Refactor lane creation and position allocationKonrad Kügler2014-05-221-20/+39
* Add missing since tagsMatthias Sohn2014-05-212-0/+3
* Remove usage of IOException(Throwable) not available on Java 5Matthias Sohn2014-05-211-1/+3
* Adds support for SPNEGOLaurent Goujon2014-05-211-0/+63
* Creates HttpAuthMethod type enum to support auth orderingLaurent Goujon2014-05-212-18/+76
* Detects background authentication and force use of jgit authenticationLaurent Goujon2014-05-211-0/+8
* Adds GSSManager factory class, to be used for SPNEGO HTTP authenticationLaurent Goujon2014-05-211-0/+158
* blame: Revert common subtree elimination "optimization"Shawn Pearce2014-05-192-42/+3
* Merge "Cherry-Pick: Support --mainline to pick merges"Robin Rosenberg2014-05-192-9/+42
|\
| * Cherry-Pick: Support --mainline to pick mergesKonrad Kügler2014-05-172-9/+42
* | Fix a number of failing conflict situationsRobin Rosenberg2014-05-172-45/+123
* | Merge "Archive: Add the ability to select one or more paths."Robin Rosenberg2014-05-171-0/+25
|\ \ | |/ |/|
| * Archive: Add the ability to select one or more paths.Shaul Zorea2014-05-141-0/+25
* | Rebase: Write an empty "quiet" file to make C Git happyKonrad Kügler2014-05-161-0/+3
* | Fix wrong Exception messagesChristian Halstrick2014-05-142-2/+2
* | Fix javadoc errors caused by missing tags for declared exceptionsTomasz Zarna2014-05-121-0/+3
* | Handle repo copyfile in bare repositories.Yuxuan 'fishy' Wang2014-05-093-34/+105
* | Handle the revision attribute in repo manifest.Yuxuan 'fishy' Wang2014-05-092-26/+94
* | Handle repo submodules for bare repositories.Yuxuan 'fishy' Wang2014-05-072-15/+203
|/
* Merge changes I9ba0e70f,I1f38e055,Idb55a303Dave Borowitz2014-05-062-3/+30
|\
| * RevWalk: Allow disabling parent rewritingDave Borowitz2014-05-052-3/+30
* | Allow callers to use different merging strategiesLaurent Goubet2014-05-066-14/+96
|/
* Merge "Make the resolve merger slightly more sub-classable."Robin Rosenberg2014-05-051-29/+125
|\
| * Make the resolve merger slightly more sub-classable.Laurent Goubet2014-03-061-29/+125
* | Merge "blame: Fix merges, where merge result differs only by whitespace"Shawn Pearce2014-05-041-2/+3
|\ \
| * | blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-031-2/+3
* | | AbstractPlotRenderer: Make private methods static where applicableKonrad Kügler2014-05-031-3/+3
* | | PlotLane: Use identity hashCode and equalsKonrad Kügler2014-05-032-9/+0
|/ /
* | Fix push to repo with non-fetched refsJean-Jacques Lafay2014-04-301-2/+6
* | Merge changes I2515a6ed,Ib6b24035Matthias Sohn2014-04-272-6/+48
|\ \
| * | Fix ArrayIndexOutOfBoundsException in CreateBranchCommandRobin Rosenberg2014-04-271-6/+5