80 Révisions (dac66672df0535f61a13273524d46e1e0012ca69)

Auteur SHA1 Message Date
  Kevin Sawicki dac66672df Update smudged entries when writing index il y a 12 ans
  Robin Rosenberg 95d311f888 Move JGitText to an internal package il y a 12 ans
  Robin Rosenberg 03b5416a35 Fix resolution of tree when path is empty il y a 12 ans
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. il y a 12 ans
  Kevin Sawicki c963e7aacf Resolve ~ with no trailing number as the first parent commit il y a 12 ans
  Kevin Sawicki 1dcb76739c Support getting specific entry number in reflog il y a 12 ans
  Kevin Sawicki dc4c06e7ac Support resolving integer-based reflog revisions il y a 12 ans
  Kevin Sawicki b4ff1e1e03 Remove calls to printStackTrace in catch blocks il y a 12 ans
  Robin Rosenberg 6e9fdce9b9 Kill GitIndex il y a 12 ans
  Robin Rosenberg 83c172f0f7 Deprecate GitIndex more by using only DirCache internally. il y a 12 ans
  Robin Rosenberg 602c869d7a Do not attempt to resolve describe-labels with less than four digits il y a 12 ans
  Matthias Sohn 0db0476542 Fire IndexChangedEvent on DirCache.commit() il y a 12 ans
  Dariusz Luksza 570d862ef3 Fix IOOBE in Repository.resolveSimple() il y a 12 ans
  Jens Baumgart dcf9ba411b Ignore missing MERGE_MSG when deleting MERGE_MSG il y a 13 ans
  Robin Stocker 3151657404 Refactor reading and writing heads in Repository il y a 13 ans
  Robin Stocker 6e10aa42e9 Add CHERRY_PICK_HEAD for cherry-pick conflicts il y a 13 ans
  Shawn O. Pearce ef822fe3cd Remove deprecated Repository.mapTree il y a 13 ans
  Shawn O. Pearce b21c82fdb0 resolve(): Fix wrong parsing of branch "foo-gbed2-dev" il y a 13 ans
  Shawn O. Pearce 559c4661c3 Remove getObjectsDirectory, openPack from base API il y a 13 ans
  Robin Rosenberg 94a2cbb407 Fix wrong javadoc comment in Repository il y a 13 ans
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value il y a 13 ans
  Robin Stocker 2fb0f5cfc0 Make Repository.shortenRefName static il y a 13 ans
  Shawn O. Pearce 3a972f8664 Cleanup and correct resolve Javadoc il y a 14 ans
  Shawn O. Pearce dbd2d7c83b Support parsing commit:path style blob references il y a 14 ans
  Shawn O. Pearce 8da17c5046 Support parsing git describe style output il y a 14 ans
  Shawn O. Pearce 401d3b2cc1 Throw AmbiguousObjectException during resolve if its ambiguous il y a 14 ans
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations il y a 14 ans
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder il y a 14 ans
  Shawn O. Pearce 707912b35d Make Tag class only for writing il y a 14 ans
  Shawn O. Pearce b46b635c03 Make Commit class only for writing il y a 14 ans
  Christian Halstrick f56a459966 Add methods which write MERGE_HEAD and MERGE_MSG il y a 14 ans
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows il y a 14 ans
  Shawn O. Pearce 7ff18f3ec9 Make StoredConfig an abstraction above FileBasedConfig il y a 14 ans
  Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code il y a 14 ans
  Shawn O. Pearce 4dd7b35b26 Improve description of isBare and NoWorkTreeException il y a 14 ans
  Shawn O. Pearce a1d5f5b6b5 Move DirCache factory methods to Repository il y a 14 ans
  Shawn O. Pearce cb9d8285ba Create NoWorkTreeException for bare repositories il y a 14 ans
  Shawn O. Pearce 515deaf7e5 Ensure RevWalk is released when done il y a 14 ans
  Shawn O. Pearce aa4b06e087 Rename openObject, hasObject to just open, has il y a 14 ans
  Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open il y a 14 ans
  Shawn O. Pearce 1ad2feb7b3 Remove Repository.openObject(ObjectReader, AnyObjectId) il y a 14 ans
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository il y a 14 ans
  Shawn O. Pearce ffe0614d4d Allow Repository.getDirectory() to be null il y a 14 ans
  Shawn O. Pearce 8a9844b2af Redo event listeners to be more generic il y a 14 ans
  Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree il y a 14 ans
  Shawn O. Pearce 532421d989 Refactor repository construction to builder class il y a 14 ans
  Shawn O. Pearce 8f46ee4870 Remove Repository.toFile(ObjectId) il y a 14 ans
  Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader il y a 14 ans
  Shawn O. Pearce cad10e6640 Refactor object writing responsiblities to ObjectDatabase il y a 14 ans
  Shawn O. Pearce 3e3a50db5e Change Repository.getConfig() to return non-file Configs il y a 14 ans