| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "--squash" option to MergeCommand | Tomasz Zarna | 2012-06-15 | 2 | -27/+70 |
* | Define ObjectInserter.Filter to wrap another ObjectInserter | Shawn O. Pearce | 2012-06-14 | 1 | -0/+54 |
* | Merge branch 'stable-2.0' | Shawn O. Pearce | 2012-06-07 | 2 | -25/+33 |
|\ |
|
| * | Get rid of warnings about empty statments | Robin Rosenberg | 2012-06-06 | 1 | -0/+1 |
| * | Support gitdir: refs in BaseRepositoryBuilder.findGitDir | Kevin Sawicki | 2012-06-04 | 1 | -25/+32 |
* | | Merge changes Iee9af8d5,I8e1674f0,If5a6fcc5,I3bb28e4d | Shawn O. Pearce | 2012-06-05 | 2 | -0/+328 |
|\ \
| |/
|/| |
|
| * | Batch reference updates together for storage | Shawn O. Pearce | 2012-05-22 | 2 | -0/+328 |
* | | Update ORIG_HEAD when resetting | Kevin Sawicki | 2012-05-31 | 1 | -0/+33 |
* | | Update smudged entries when writing index | Kevin Sawicki | 2012-05-28 | 1 | -2/+2 |
|/ |
|
* | Add Object type to Comparable implements declaration | Kevin Sawicki | 2012-05-10 | 1 | -1/+1 |
* | Remove 86 boxing warnings | Kevin Sawicki | 2012-05-08 | 4 | -6/+13 |
* | Merge "Index config section and subsection names in one pass" | Robin Rosenberg | 2012-04-02 | 2 | -148/+136 |
|\ |
|
| * | Index config section and subsection names in one pass | Shawn O. Pearce | 2012-04-02 | 2 | -148/+136 |
* | | Add @Override annotations to enums | Tomasz Zarna | 2012-04-02 | 1 | -0/+104 |
|/ |
|
* | Sort Config entries and use O(log N) lookup | Shawn O. Pearce | 2012-03-27 | 2 | -39/+123 |
* | Extract inner classes from Config | Shawn O. Pearce | 2012-03-27 | 3 | -140/+236 |
* | Clarify the purpose of ObjectInserter.buffer() | Shawn O. Pearce | 2012-03-18 | 1 | -4/+28 |
* | Revert "Quickfix for AutoCRLF handling" | Shawn O. Pearce | 2012-03-15 | 1 | -24/+1 |
* | Move JGitText to an internal package | Robin Rosenberg | 2012-03-12 | 11 | -11/+11 |
* | Merge "Quickfix for AutoCRLF handling" | Chris Aniszczyk | 2012-03-05 | 1 | -1/+24 |
|\ |
|
| * | Quickfix for AutoCRLF handling | Robin Rosenberg | 2012-03-03 | 1 | -1/+24 |
* | | Support gitdir references in working tree .git file | Kevin Sawicki | 2012-02-08 | 1 | -4/+46 |
|/ |
|
* | Add command support for listing stashed commits | Kevin Sawicki | 2012-01-20 | 1 | -0/+6 |
* | Add BranchTrackingStatus for getting remote tracking status | Robin Stocker | 2012-01-16 | 1 | -0/+140 |
* | Add BranchConfig helper for access to branch config section | Robin Stocker | 2012-01-16 | 1 | -0/+114 |
* | Fix resolution of tree when path is empty | Robin Rosenberg | 2012-01-15 | 1 | -1/+1 |
* | Make sure all bytes are written to files on close, or get an error. | Robin Rosenberg | 2012-01-15 | 1 | -1/+2 |
* | Resolve ~ with no trailing number as the first parent commit | Kevin Sawicki | 2012-01-14 | 1 | -7/+10 |
* | Merge "Use constants from ConfigConstants in CoreConfig" | Matthias Sohn | 2012-01-05 | 2 | -3/+15 |
|\ |
|
| * | Use constants from ConfigConstants in CoreConfig | Kevin Sawicki | 2012-01-03 | 2 | -3/+15 |
* | | Provide file mode of paths in index from IndexDiff | Kevin Sawicki | 2012-01-04 | 1 | -0/+11 |
|/ |
|
* | Add constant for default name for the Git repo configuration | Tomasz Zarna | 2012-01-02 | 2 | -1/+4 |
* | Add comand support for git-submodule | Kevin Sawicki | 2011-12-28 | 2 | -0/+12 |
* | Support getting specific entry number in reflog | Kevin Sawicki | 2011-12-19 | 1 | -5/+4 |
* | Support resolving integer-based reflog revisions | Kevin Sawicki | 2011-12-16 | 1 | -5/+35 |
* | Use System.arraycopy to copy parent object id array | Kevin Sawicki | 2011-12-07 | 1 | -2/+1 |
* | Merge "RepositoryState: add method canAmend" | Christian Halstrick | 2011-11-30 | 1 | -0/+18 |
|\ |
|
| * | RepositoryState: add method canAmend | Jens Baumgart | 2011-11-28 | 1 | -0/+18 |
* | | Remove calls to printStackTrace in catch blocks | Kevin Sawicki | 2011-11-28 | 1 | -2/+0 |
|/ |
|
* | Add detection of untracked folders to IndexDiffFilter | Jens Baumgart | 2011-11-10 | 1 | -1/+12 |
* | Kill GitIndex | Robin Rosenberg | 2011-11-09 | 3 | -1111/+0 |
* | Deprecate GitIndex more by using only DirCache internally. | Robin Rosenberg | 2011-11-09 | 2 | -0/+2 |
* | Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0... | Shawn Pearce | 2011-11-04 | 1 | -0/+21 |
|\ |
|
| * | DFS: A storage layer for JGit | Shawn O. Pearce | 2011-11-04 | 1 | -0/+21 |
* | | Implement Config.Entry.toString() to help debugging | Matthias Sohn | 2011-10-27 | 1 | -0/+15 |
|/ |
|
* | Extend IndexDiff to calculate ignored files and folders | Jens Baumgart | 2011-10-05 | 1 | -1/+18 |
* | Do not attempt to resolve describe-labels with less than four digits | Robin Rosenberg | 2011-10-03 | 1 | -1/+1 |
* | New config constant for default start-point | Manuel Doninger | 2011-09-30 | 1 | -0/+6 |
* | Fire IndexChangedEvent on DirCache.commit() | Matthias Sohn | 2011-09-30 | 1 | -1/+16 |
* | Fix IOOBE in Repository.resolveSimple() | Dariusz Luksza | 2011-09-06 | 1 | -1/+1 |