| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Consider working tree changes when stashing newly added files | Robin Rosenberg | 2013-04-09 | 1 | -0/+32 |
| | |/
| |/| |
|
* | | | Merge changes Ideecc472,I2b12788a,I6cb9382d,I12cd3326,I200baa0b,I05626f2e,I65... | Shawn Pearce | 2013-04-10 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Skip main thread test in ThreadSafeProgressMonitor | Shawn Pearce | 2013-04-10 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge "LogCommand.all(): filter out refs that do not refer to commit objects" | Robin Rosenberg | 2013-04-10 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | LogCommand.all(): filter out refs that do not refer to commit objects | Arthur Baars | 2013-03-31 | 1 | -1/+7 |
* | | | | Merge "LogCommand.all(), peel references before using them" | Robin Rosenberg | 2013-04-10 | 1 | -0/+25 |
|\| | |
| |_|/
|/| | |
|
| * | | LogCommand.all(), peel references before using them | Arthur Baars | 2013-03-31 | 1 | -0/+25 |
* | | | Fix plugin provider names to conform with release train requirement | Matthias Sohn | 2013-04-08 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add the no-commit option to MergeCommand | Tomasz Zarna | 2013-04-04 | 1 | -0/+125 |
* | | Merge "Fix PathFilterGroup not to throw StopWalkException too early" | Christian Halstrick | 2013-04-04 | 1 | -1/+11 |
|\ \ |
|
| * | | Fix PathFilterGroup not to throw StopWalkException too early | Robin Rosenberg | 2013-04-03 | 1 | -1/+11 |
* | | | Merge "Indicate initial commit on a branch in the reflog" | Christian Halstrick | 2013-04-04 | 2 | -4/+6 |
|\| | |
|
| * | | Indicate initial commit on a branch in the reflog | Robin Rosenberg | 2013-04-02 | 2 | -4/+6 |
| |/ |
|
* / | Speed up clone/fetch with large number of refs | Robin Rosenberg | 2013-03-30 | 1 | -2/+113 |
|/ |
|
* | Fixed parsing of URI with a IPv6-address | Andreas König | 2013-03-27 | 1 | -1/+1 |
* | Extend FileUtils.rename to common git semantics | Robin Rosenberg | 2013-03-26 | 1 | -0/+69 |
* | Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY | Robin Rosenberg | 2013-03-24 | 1 | -0/+85 |
* | Merge changes If98b0b97,I7c9c09b4 | Shawn Pearce | 2013-03-21 | 3 | -20/+24 |
|\ |
|
| * | Don't use internal type FileRepository in public API | Matthias Sohn | 2013-03-20 | 3 | -20/+24 |
* | | Allow users to show server messages while pushing | André Dietisheim | 2013-03-21 | 1 | -0/+7 |
|/ |
|
* | Fix GC for FileRepo in case packfile renames fail | Christian Halstrick | 2013-03-19 | 1 | -0/+7 |
* | Make GC more robust against corrupt reflogs | Christian Halstrick | 2013-03-19 | 1 | -5/+21 |
* | JGit 3.0: move internal classes into an internal subpackage | Shawn Pearce | 2013-03-18 | 44 | -112/+163 |
* | Support aborting non-interactive rebase started from C Git | Robin Stocker | 2013-03-16 | 1 | -1/+23 |
* | NameRevCommand: Don't use merge cost for first parent | Dave Borowitz | 2013-03-15 | 1 | -17/+14 |
* | Merge "A folder does not constitute a dirty work tree" | Robin Rosenberg | 2013-03-15 | 1 | -0/+77 |
|\ |
|
| * | A folder does not constitute a dirty work tree | Robin Rosenberg | 2013-03-10 | 1 | -0/+77 |
* | | NameRevCommand: Use ~ notation for first parents of merges | Dave Borowitz | 2013-03-14 | 1 | -1/+15 |
* | | Allow adding single refs or all tags to NameRevCommand | Dave Borowitz | 2013-03-13 | 1 | -0/+20 |
* | | Merge "Add a NameRevCommand for describing IDs in terms of refnames" | Shawn Pearce | 2013-03-11 | 1 | -0/+173 |
|\ \
| |/
|/| |
|
| * | Add a NameRevCommand for describing IDs in terms of refnames | Dave Borowitz | 2013-03-11 | 1 | -0/+173 |
* | | Do not cherry-pick merge commits during rebase | Robin Rosenberg | 2013-03-08 | 1 | -32/+51 |
* | | Extend FileUtils.delete with option to delete empty directories only | Robin Rosenberg | 2013-03-08 | 1 | -0/+46 |
|/ |
|
* | Added read/write support for pack bitmap index. | Colby Ranger | 2013-03-05 | 3 | -1/+202 |
* | Fix corrupted CloneCommand bare-repo fetch-refspec (#402031) | Roberto Tyley | 2013-03-04 | 1 | -1/+26 |
* | Include supported extensions in PackFile constructor. | Colby Ranger | 2013-02-28 | 1 | -1/+3 |
* | Implement recursive merge strategy | George C. Young | 2013-02-22 | 2 | -0/+644 |
* | Merge branch 'stable-2.3' | Matthias Sohn | 2013-02-21 | 2 | -12/+54 |
|\ |
|
| * | Prepare 2.3.2-SNAPSHOT buildsstable-2.3 | Matthias Sohn | 2013-02-21 | 2 | -33/+33 |
| * | JGit v2.3.1.201302201838-rv2.3.1.201302201838-r | Matthias Sohn | 2013-02-21 | 2 | -33/+33 |
| * | Merge "Accept Change-Id even if footer contains not well-formed entries" into... | Matthias Sohn | 2013-02-20 | 1 | -12/+41 |
| |\ |
|
| | * | Accept Change-Id even if footer contains not well-formed entries | Stefan Lay | 2013-02-20 | 1 | -12/+41 |
| * | | Fix false positives in hashing used by PathFilterGroup | Robin Stocker | 2013-02-20 | 1 | -0/+13 |
| |/ |
|
| * | Prepare post 2.3.0.201302130906 builds | Matthias Sohn | 2013-02-13 | 2 | -2/+2 |
| * | JGit v2.3.0.201302130906v2.3.0.201302130906 | Matthias Sohn | 2013-02-13 | 2 | -2/+2 |
| * | Prepare post 2.3rc1 builds | Matthias Sohn | 2013-02-06 | 2 | -2/+2 |
| * | JGit v2.3.0.201302060400-rc1v2.3.0.201302060400-rc1 | Matthias Sohn | 2013-02-06 | 2 | -2/+2 |
* | | Prepare 2.4.0-SNAPSHOT builds | Matthias Sohn | 2013-02-14 | 2 | -33/+33 |
* | | Fix Config.fromText to not skip a last line with no newline | Dave Borowitz | 2013-02-08 | 1 | -0/+9 |
|/ |
|
* | Add getConflictingNames to RefDatabase | Robin Stocker | 2013-02-06 | 1 | -0/+148 |