| Commit message (Expand) | Author | Age | Files | Lines |
* | DirCacheIterator: Fix reset() and back() | Robin Rosenberg | 2012-12-15 | 1 | -0/+128 |
* | Support --cached in RmCommand | Robin Stocker | 2012-12-03 | 1 | -1/+15 |
* | RevWalk support for shallow clones | Marc Strapetz | 2012-11-21 | 2 | -21/+216 |
* | Add support for rebase interactive 'edit' command | Dariusz Luksza | 2012-11-19 | 1 | -0/+52 |
* | Add support for rebase interactive 'reword' command | Dariusz Luksza | 2012-11-19 | 1 | -0/+58 |
* | Add GarbageCollectCommand to porcelain API | Matthias Sohn | 2012-11-18 | 1 | -0/+90 |
* | Add support for pull with --rebase and --no-rebase | Mikael Karlsson | 2012-11-16 | 1 | -0/+70 |
* | Adapt Status and CleanCommand to support cleaning directories | Markus Duft | 2012-11-16 | 2 | -3/+99 |
* | CheckoutCommand: Support checking out ours and theirs | Robin Stocker | 2012-11-16 | 1 | -3/+45 |
* | Harmonize the JDT settings within JGit | Robin Rosenberg | 2012-11-16 | 3 | -7/+81 |
* | DirCacheEditor: Apply PathEdit for each stage | Robin Stocker | 2012-11-16 | 1 | -0/+43 |
* | CommitCommand: Ensure unmerged paths are added correctly with setOnly | Robin Stocker | 2012-11-12 | 1 | -0/+54 |
* | Add ReflogCommandTest#testAmendReflog | Tomasz Zarna | 2012-11-01 | 1 | -0/+32 |
* | ResetCommand: Use DirCacheBuilder in resetIndex | Robin Stocker | 2012-11-01 | 1 | -0/+30 |
* | ResetCommand: Correctly reset unmerged paths in resetIndexForPaths | Robin Stocker | 2012-11-01 | 1 | -0/+32 |
* | Merge "Refactor ResolveMergerTest to allow testing multiple strategies" | Chris Aniszczyk | 2012-10-30 | 1 | -35/+67 |
|\ |
|
| * | Refactor ResolveMergerTest to allow testing multiple strategies | Christian Halstrick | 2012-10-25 | 1 | -35/+67 |
* | | Pull up method for creating DirCacheEntry into RepositoryTestCase | Robin Stocker | 2012-10-28 | 6 | -139/+95 |
* | | Suppress resource warnings with Java 7 | Robin Rosenberg | 2012-10-25 | 7 | -17/+43 |
* | | Merge "Add a check in fstick that the reference file exists" | Shawn Pearce | 2012-10-25 | 1 | -0/+2 |
|\ \ |
|
| * | | Add a check in fstick that the reference file exists | Robin Rosenberg | 2012-10-25 | 1 | -0/+2 |
* | | | Merge "Fix for Iff768422c, use offset 0 when going back to work tree iterator" | Shawn Pearce | 2012-10-25 | 1 | -0/+41 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix for Iff768422c, use offset 0 when going back to work tree iterator | Robin Rosenberg | 2012-10-06 | 1 | -0/+41 |
* | | | Merge "Don't allow null name or e-mail in PersonIdent" | Shawn Pearce | 2012-10-25 | 1 | -0/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | Don't allow null name or e-mail in PersonIdent | Robin Stocker | 2012-10-13 | 1 | -0/+10 |
* | | | StashCreateCommand: Abort in case of unmerged paths | Robin Stocker | 2012-10-22 | 2 | -0/+46 |
|/ / |
|
* | | CommitCommand: Use original author on amend if author is not set | Robin Stocker | 2012-10-08 | 1 | -0/+44 |
* | | CommitCommand: Don't allow amending on initial commit | Robin Stocker | 2012-10-08 | 1 | -0/+7 |
|/ |
|
* | Fix unstable test | Robin Rosenberg | 2012-10-02 | 1 | -1/+1 |
* | Remove unused import introduced with 8f706db5 | Matthias Sohn | 2012-09-25 | 1 | -2/+2 |
* | Merge "Provide a convenient read() in RepositoryTestCase" | Christian Halstrick | 2012-09-25 | 1 | -0/+4 |
|\ |
|
| * | Provide a convenient read() in RepositoryTestCase | Robin Stocker | 2012-09-25 | 1 | -0/+4 |
* | | Merge "Add the intended file to avoid breakage" | Christian Halstrick | 2012-09-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Add the intended file to avoid breakage | Robin Rosenberg | 2012-09-25 | 1 | -1/+1 |
* | | Merge "Allow @ in branch names and tighten syntax checking" | Robin Rosenberg | 2012-09-24 | 1 | -0/+53 |
|\ \ |
|
| * | | Allow @ in branch names and tighten syntax checking | Robin Rosenberg | 2012-09-23 | 1 | -0/+53 |
| |/ |
|
* | | Merge "FileBasedConfig supports UTF-8 byte order marker" | Robin Rosenberg | 2012-09-24 | 1 | -0/+162 |
|\ \ |
|
| * | | FileBasedConfig supports UTF-8 byte order marker | Marc Strapetz | 2012-09-24 | 1 | -0/+162 |
* | | | Merge "Refuse to checkout unmerged paths from index" | Christian Halstrick | 2012-09-24 | 1 | -0/+21 |
|\ \ \ |
|
| * | | | Refuse to checkout unmerged paths from index | Robin Stocker | 2012-09-23 | 1 | -0/+21 |
| | |/
| |/| |
|
* / | | Comment an empty block which is ok | Robin Rosenberg | 2012-09-23 | 1 | -0/+1 |
|/ / |
|
* | | Suppress boxing warnings where we know they are ok | Robin Rosenberg | 2012-09-22 | 12 | -21/+37 |
* | | Fixed instability in some GC tests. | Sasa Zivkov | 2012-09-20 | 1 | -11/+7 |
|/ |
|
* | Prepare 2.2.0 builds | Matthias Sohn | 2012-09-19 | 2 | -33/+33 |
* | Merge branch 'stable-2.1' | Matthias Sohn | 2012-09-19 | 2 | -24/+111 |
|\ |
|
| * | Prepare for 2.1 maintenance changesstable-2.1 | Matthias Sohn | 2012-09-19 | 2 | -2/+2 |
| * | JGit v2.1.0.201209190230-rv2.1.0.201209190230-r | Matthias Sohn | 2012-09-19 | 2 | -2/+2 |
| * | Introduce "never" as parseable date | Robin Rosenberg | 2012-09-18 | 1 | -0/+11 |
| * | Introduce ParseExceptions for GitDateParser | Christian Halstrick | 2012-09-17 | 2 | -24/+100 |
* | | Merge "Fix resolving expression with ~ and ^ than extends beyond history" | Robin Rosenberg | 2012-09-18 | 2 | -1/+386 |
|\ \ |
|