| Commit message (Expand) | Author | Age | Files | Lines |
* | blame: Fix merges, where merge result differs only by whitespace | Konrad Kügler | 2014-05-03 | 1 | -0/+31 |
* | Fix push to repo with non-fetched refs | Jean-Jacques Lafay | 2014-04-30 | 1 | -1/+70 |
* | Add methods to Repository to handle remote names | Robin Rosenberg | 2014-04-27 | 1 | -0/+46 |
* | Merge changes Ia4df9808,I83e8a321,Id0e7663b,Ib809b00c,I88a6ee07 | Shawn Pearce | 2014-04-25 | 1 | -0/+240 |
|\ |
|
| * | Added implementation of copyfile rule. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+35 |
| * | Added groups support to repo subcommand. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -6/+118 |
| * | Implemented first part of the repo sub-command. | Yuxuan 'fishy' Wang | 2014-04-23 | 1 | -0/+93 |
* | | Remove streaming delta support from JGit | Doug Kelly | 2014-04-24 | 2 | -372/+66 |
|/ |
|
* | Blame correctly in the presence of conflicting merges | Konrad Kügler | 2014-04-17 | 1 | -0/+70 |
* | Merge changes Id9a641dd,If2ee1f42 | Robin Rosenberg | 2014-04-09 | 1 | -0/+80 |
|\ |
|
| * | Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto() | Sven Selberg | 2014-04-09 | 1 | -0/+80 |
* | | Fix ValidRefNameTest on Windows | Robin Rosenberg | 2014-04-06 | 1 | -23/+55 |
* | | Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on Windows | Robin Rosenberg | 2014-04-06 | 1 | -0/+5 |
* | | Fix ObjectChecker when normalization is enabled | Shawn Pearce | 2014-04-03 | 1 | -2/+11 |
* | | Interactive rebase: Fix order of commit messages on squash | Stefan Lay | 2014-03-27 | 1 | -5/+5 |
* | | Fix GarbageCollection not to pack HEAD | Christian Halstrick | 2014-03-26 | 1 | -0/+68 |
* | | Fix NameRevCommand when repo has no annotated tags | Dave Borowitz | 2014-03-25 | 1 | -0/+14 |
|/ |
|
* | Fix text alignment in history plot renderer | Rüdiger Herrmann | 2014-03-13 | 1 | -0/+153 |
* | Merge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25,I170b6f64,I02e964d1,Iec... | Shawn Pearce | 2014-03-12 | 1 | -0/+210 |
|\ |
|
| * | Check for duplicate names after folding case in ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -0/+56 |
| * | Change DirCacheCheckout to verify path using ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -0/+10 |
| * | Reject mixed case .git on Mac OS in ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -1/+15 |
| * | Reject special Windows device names in ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -0/+24 |
| * | Allow an ObjectChecker to reject special characters for Windows | Shawn Pearce | 2014-03-12 | 1 | -0/+85 |
| * | Reject '.git' as a tree name in ObjectChecker | Shawn Pearce | 2014-03-12 | 1 | -0/+13 |
| * | Permit ObjectChecker to optionally accept leading '0' in trees | Shawn Pearce | 2014-03-12 | 1 | -0/+8 |
* | | Rename test class so it is also executed during maven test phase | Christian Halstrick | 2014-03-12 | 1 | -1/+1 |
|/ |
|
* | Take core.autocrlf into account for blame annotations | Konrad Kügler | 2014-03-10 | 1 | -0/+61 |
* | Merge branch 'stable-3.3' | Matthias Sohn | 2014-03-05 | 1 | -0/+32 |
|\ |
|
| * | Fix merge/cherry-picking in CRLF mode | Robin Rosenberg | 2014-03-02 | 1 | -0/+32 |
* | | Merge "Add setContains to ListBranchCommand (branch --contains)" | Robin Rosenberg | 2014-03-03 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | Add setContains to ListBranchCommand (branch --contains) | Robin Stocker | 2014-01-14 | 1 | -0/+14 |
* | | [findBugs] Don't ignore exceptional return value of File.mkdir() | Matthias Sohn | 2014-02-18 | 1 | -1/+2 |
* | | [findBugs] Don't rely on default encoding | Matthias Sohn | 2014-02-18 | 1 | -1/+1 |
* | | [findBugs] Don't call toString() on a string | Matthias Sohn | 2014-02-18 | 1 | -1/+1 |
* | | Fix diff header on renamed or copied files | Shawn Pearce | 2014-02-18 | 1 | -0/+23 |
* | | Introduce an abstraction for HTTP connections | Christian Halstrick | 2014-02-18 | 1 | -12/+12 |
* | | Allow programmatic remote configuration for PullCommand | Matthias Sohn | 2014-02-14 | 1 | -0/+65 |
* | | Use branch.<x>.mergeoptions and merge.ff as defaults for merging | Konrad Kügler | 2014-02-14 | 1 | -0/+47 |
* | | Non-Fast-Forward Ref-Updates: Omit isMergedInto() calls | Roberto Tyley | 2014-02-13 | 2 | -1/+21 |
* | | Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors | Roberto Tyley | 2014-02-13 | 1 | -3/+1 |
* | | Use fileAttributes to get more attributes in one go | Robin Rosenberg | 2014-02-12 | 1 | -1/+1 |
* | | Fix RevWalkUtils.findBranchesReachableFrom not finding some branches | Robin Stocker | 2014-02-11 | 1 | -0/+128 |
* | | Add symlink support to JGit | Robin Rosenberg | 2014-02-10 | 1 | -1/+4 |
* | | Failing to delete a directory with untracked content is actually ok | Robin Rosenberg | 2014-02-10 | 1 | -5/+4 |
* | | Ban dangerous ref names in Windows | Robin Rosenberg | 2014-02-05 | 1 | -0/+23 |
* | | Reset internal state canonical length in WorkingTreeIterator when moving | Robin Rosenberg | 2014-02-03 | 1 | -1/+14 |
* | | Fix for core.autocrlf=input resulting in modified file | Robin Rosenberg | 2014-02-02 | 2 | -3/+40 |
* | | Do not report ignored directories as untracked | Matthias Sohn | 2014-01-19 | 1 | -0/+47 |
* | | Add git checkout --orphan implementation | SATO taichi | 2014-01-17 | 1 | -0/+96 |