| Commit message (Expand) | Author | Age | Files | Lines |
* | Added read/write support for pack bitmap index. | Colby Ranger | 2013-03-05 | 3 | -0/+262 |
* | Fix RefUpdate performance for existing Refs | Roberto Tyley | 2013-03-01 | 1 | -1/+2 |
* | Implement core.checkstat = minimal | Robin Rosenberg | 2013-02-10 | 2 | -0/+23 |
* | Fix Config.fromText to not skip a last line with no newline | Dave Borowitz | 2013-02-08 | 1 | -1/+4 |
* | Add getConflictingNames to RefDatabase | Robin Stocker | 2013-02-06 | 1 | -1/+40 |
* | Add additional FastForwardMode enums for different config contexts | Tomasz Zarna | 2013-01-18 | 2 | -1/+38 |
* | Accept '-' instead of space in enum config values | Shawn Pearce | 2013-01-11 | 1 | -0/+6 |
* | Revert "Add additional FastForwardMode enums for different config contexts" | Shawn Pearce | 2013-01-11 | 2 | -5/+2 |
* | Fix enum parsing from Config files | Shawn Pearce | 2013-01-11 | 1 | -1/+1 |
* | Peel tags during resolve of foo^ | Dave Borowitz | 2013-01-10 | 1 | -1/+1 |
* | Return info about config subsection when trying to get an invalid enum | Tomasz Zarna | 2013-01-08 | 1 | -4/+6 |
* | Add additional FastForwardMode enums for different config contexts | Tomasz Zarna | 2013-01-06 | 2 | -2/+5 |
* | Update the revert command and things relating to revert | Robin Rosenberg | 2012-12-28 | 3 | -0/+93 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 29 | -106/+117 |
* | RevWalk support for shallow clones | Marc Strapetz | 2012-11-21 | 2 | -0/+12 |
* | Add config constant for "mergeoptions" | Tomasz Zarna | 2012-11-18 | 1 | -0/+3 |
* | Declare all thrown exceptions in Repository | Dani Megert | 2012-11-16 | 1 | -1/+3 |
* | Fix redundant null check warning in Repository | Robin Stocker | 2012-11-08 | 1 | -1/+1 |
* | Add Javadoc description for packages | Robin Stocker | 2012-10-31 | 1 | -0/+4 |
* | Don't allow null name or e-mail in PersonIdent | Robin Stocker | 2012-10-13 | 1 | -32/+33 |
* | Merge "Allow @ in branch names and tighten syntax checking" | Robin Rosenberg | 2012-09-24 | 1 | -7/+33 |
|\ |
|
| * | Allow @ in branch names and tighten syntax checking | Robin Rosenberg | 2012-09-23 | 1 | -7/+33 |
* | | Fix typo in AnyObjectId#abbreviate | Robin Stocker | 2012-09-24 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'stable-2.1' | Matthias Sohn | 2012-09-19 | 1 | -0/+6 |
|\ |
|
| * | Support config param "gc.pruneexpire" | Christian Halstrick | 2012-09-17 | 1 | -0/+6 |
* | | Fix resolving expression with ~ and ^ than extends beyond history | Dave Borowitz | 2012-09-18 | 1 | -1/+4 |
|/ |
|
* | Additional unit tests for the GC | Sasa Zivkov | 2012-09-16 | 1 | -0/+74 |
* | Merge "Set core.precomposeunicode to true when creating repository on Mac" | Matthias Sohn | 2012-08-26 | 1 | -0/+3 |
|\ |
|
| * | Set core.precomposeunicode to true when creating repository on Mac | Robin Rosenberg | 2012-08-22 | 1 | -0/+3 |
* | | Merge changes I98df46ce,Ifb815a12,I051a1724 | Robin Rosenberg | 2012-08-21 | 1 | -32/+147 |
|\ \ |
|
| * | | Support [<ref>]@{upstream} revision syntax | Robin Rosenberg | 2012-07-20 | 1 | -1/+42 |
| * | | Support parsing previous checkout as a revision expresion. | Robin Rosenberg | 2012-07-20 | 1 | -40/+102 |
| * | | Allow a @ without branch in revision syntax | Robin Rosenberg | 2012-07-16 | 1 | -3/+15 |
| |/ |
|
* / | Teach BranchTrackingStatus to handle tracking of local branches | Matthias Sohn | 2012-08-18 | 2 | -6/+39 |
|/ |
|
* | Rename local variables in Repository.resolve | Robin Rosenberg | 2012-07-13 | 1 | -61/+63 |
* | Make clear method on StoredConfig public | Robin Rosenberg | 2012-06-21 | 1 | -0/+5 |
* | 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 |
|/ |
|