96 Commits (9dcd8c2c900722cbda7490c1a132fc4b96737c28)

Author SHA1 Message Date
  Robin Rosenberg 9dcd8c2c90 Make the Reflog a public API again 11 years ago
  Matthias Sohn dd6f41e401 Add missing @since tags 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Dave Borowitz 891a2d75e7 Peel tags during resolve of foo^ 11 years ago
  Robin Rosenberg 315f1cfa5c Update the revert command and things relating to revert 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Dani Megert 58dd286848 Declare all thrown exceptions in Repository 11 years ago
  Robin Stocker 106e8b8762 Fix redundant null check warning in Repository 11 years ago
  Robin Rosenberg 094df5a916 Allow @ in branch names and tighten syntax checking 11 years ago
  Dave Borowitz 70ae16d708 Fix resolving expression with ~ and ^ than extends beyond history 11 years ago
  Robin Rosenberg c010c93694 Support [<ref>]@{upstream} revision syntax 12 years ago
  Robin Rosenberg 2a2362fbb3 Support parsing previous checkout as a revision expresion. 12 years ago
  Robin Rosenberg f82d1cb5c0 Allow a @ without branch in revision syntax 12 years ago
  Robin Rosenberg 981720d150 Rename local variables in Repository.resolve 12 years ago
  Tomasz Zarna 2656ac1b5a Add "--squash" option to MergeCommand 12 years ago
  Kevin Sawicki 058c74d8ad Update ORIG_HEAD when resetting 12 years ago
  Kevin Sawicki dac66672df Update smudged entries when writing index 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Robin Rosenberg 03b5416a35 Fix resolution of tree when path is empty 12 years ago
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. 12 years ago
  Kevin Sawicki c963e7aacf Resolve ~ with no trailing number as the first parent commit 12 years ago
  Kevin Sawicki 1dcb76739c Support getting specific entry number in reflog 12 years ago
  Kevin Sawicki dc4c06e7ac Support resolving integer-based reflog revisions 12 years ago
  Kevin Sawicki b4ff1e1e03 Remove calls to printStackTrace in catch blocks 12 years ago
  Robin Rosenberg 6e9fdce9b9 Kill GitIndex 12 years ago
  Robin Rosenberg 83c172f0f7 Deprecate GitIndex more by using only DirCache internally. 12 years ago
  Robin Rosenberg 602c869d7a Do not attempt to resolve describe-labels with less than four digits 12 years ago
  Matthias Sohn 0db0476542 Fire IndexChangedEvent on DirCache.commit() 12 years ago
  Dariusz Luksza 570d862ef3 Fix IOOBE in Repository.resolveSimple() 12 years ago
  Jens Baumgart dcf9ba411b Ignore missing MERGE_MSG when deleting MERGE_MSG 13 years ago
  Robin Stocker 3151657404 Refactor reading and writing heads in Repository 13 years ago
  Robin Stocker 6e10aa42e9 Add CHERRY_PICK_HEAD for cherry-pick conflicts 13 years ago
  Shawn O. Pearce ef822fe3cd Remove deprecated Repository.mapTree 13 years ago
  Shawn O. Pearce b21c82fdb0 resolve(): Fix wrong parsing of branch "foo-gbed2-dev" 13 years ago
  Shawn O. Pearce 559c4661c3 Remove getObjectsDirectory, openPack from base API 13 years ago
  Robin Rosenberg 94a2cbb407 Fix wrong javadoc comment in Repository 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Robin Stocker 2fb0f5cfc0 Make Repository.shortenRefName static 13 years ago
  Shawn O. Pearce 3a972f8664 Cleanup and correct resolve Javadoc 14 years ago
  Shawn O. Pearce dbd2d7c83b Support parsing commit:path style blob references 14 years ago
  Shawn O. Pearce 8da17c5046 Support parsing git describe style output 14 years ago
  Shawn O. Pearce 401d3b2cc1 Throw AmbiguousObjectException during resolve if its ambiguous 14 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 14 years ago
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 14 years ago
  Shawn O. Pearce 707912b35d Make Tag class only for writing 14 years ago
  Shawn O. Pearce b46b635c03 Make Commit class only for writing 14 years ago
  Christian Halstrick f56a459966 Add methods which write MERGE_HEAD and MERGE_MSG 14 years ago
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows 14 years ago
  Shawn O. Pearce 7ff18f3ec9 Make StoredConfig an abstraction above FileBasedConfig 14 years ago
  Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 14 years ago