80 Commits (dac66672df0535f61a13273524d46e1e0012ca69)

Author SHA1 Message Date
  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 13 years ago
  Shawn O. Pearce dbd2d7c83b Support parsing commit:path style blob references 13 years ago
  Shawn O. Pearce 8da17c5046 Support parsing git describe style output 13 years ago
  Shawn O. Pearce 401d3b2cc1 Throw AmbiguousObjectException during resolve if its ambiguous 13 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 13 years ago
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 13 years ago
  Shawn O. Pearce 707912b35d Make Tag class only for writing 13 years ago
  Shawn O. Pearce b46b635c03 Make Commit class only for writing 13 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 13 years ago
  Shawn O. Pearce 7ff18f3ec9 Make StoredConfig an abstraction above FileBasedConfig 13 years ago
  Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 14 years ago
  Shawn O. Pearce 4dd7b35b26 Improve description of isBare and NoWorkTreeException 14 years ago
  Shawn O. Pearce a1d5f5b6b5 Move DirCache factory methods to Repository 14 years ago
  Shawn O. Pearce cb9d8285ba Create NoWorkTreeException for bare repositories 14 years ago
  Shawn O. Pearce 515deaf7e5 Ensure RevWalk is released when done 14 years ago
  Shawn O. Pearce aa4b06e087 Rename openObject, hasObject to just open, has 14 years ago
  Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open 14 years ago
  Shawn O. Pearce 1ad2feb7b3 Remove Repository.openObject(ObjectReader, AnyObjectId) 14 years ago
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago
  Shawn O. Pearce ffe0614d4d Allow Repository.getDirectory() to be null 14 years ago
  Shawn O. Pearce 8a9844b2af Redo event listeners to be more generic 14 years ago
  Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree 14 years ago
  Shawn O. Pearce 532421d989 Refactor repository construction to builder class 14 years ago
  Shawn O. Pearce 8f46ee4870 Remove Repository.toFile(ObjectId) 14 years ago
  Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader 14 years ago
  Shawn O. Pearce cad10e6640 Refactor object writing responsiblities to ObjectDatabase 14 years ago
  Shawn O. Pearce 3e3a50db5e Change Repository.getConfig() to return non-file Configs 14 years ago