907 Commits (stable-0.11)

Author SHA1 Message Date
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 years ago
  Matthias Sohn 9ec97688b9 Do not create files to be updated before checkout of DirCache entry 13 years ago
  Shawn O. Pearce f5fe2dca3c Teach PackWriter how to reuse an existing object list 13 years ago
  Shawn O. Pearce a017fdf112 Allow ObjectReuseAsIs to resort objects during writing 13 years ago
  Shawn O. Pearce c218a0760d PackWriter: Use TOPO order only for incremental packs 13 years ago
  Shawn O. Pearce 559c4661c3 Remove getObjectsDirectory, openPack from base API 13 years ago
  Matthias Sohn 91af19de56 Hard reset should not report conflict on untracked file 13 years ago
  Roberto Tyley afa7c7ab07 Rename PlotWalk.getTags() to getRefs() 13 years ago
  Roberto Tyley 6ac8279ae7 Provide access to the Refs of a PlotCommit 13 years ago
  Robin Rosenberg 24e7f0f6fa Fix tests broken by fix for adding files in a network share 13 years ago
  Mathias Kinzler a5b36ae1ea FetchCommand: allow to set "TagOpt" 13 years ago
  Christian Halstrick 0d7dd6625a Make sure not to overwrite untracked not-ignored files 13 years ago
  Robin Rosenberg c4c8d80fd3 Fix adding files in a network share 13 years ago
  Mathias Kinzler 414e0cd329 Make setCredentialsProvider more convenient to use 13 years ago
  Christian Halstrick 4cba86bfea Refactor and comment complicated if statements 13 years ago
  Christian Halstrick 85f69c286b MergeCommand should create missing branches 13 years ago
  Per Salomonsson d49530ad86 Support for self signed certificate (HTTPS) 13 years ago
  Shawn O. Pearce 36e396f8b9 Permit disabling birthday attack checks in PackParser 13 years ago
  Shawn O. Pearce d62350d907 Ensure all deltas were resolved in a pack 13 years ago
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 13 years ago
  Jesse Greenwald 51dedfdc31 Parse RevCommit bodies before calling RevFilter.include() 13 years ago
  Mathias Kinzler 920ac08777 Allow to set a CredentialsProvider on relevant API commands 13 years ago
  Sasa Zivkov 832d3b8384 Exposed the constructor of Note class 13 years ago
  Christian Halstrick c62882191f Introduce metaData compare between working tree and index entries 13 years ago
  Robin Rosenberg 5e2e3819a6 Add progress reporting to IndexDiff 13 years ago
  Robin Rosenberg e43887b69e Fix misc spelling errors in comments and method names 13 years ago
  Matthias Sohn c45f2aec56 File utility for creating a new empty file 13 years ago
  Roberto Tyley 944fcdae66 Fix API ListBranchCommand for listmode 'all' 13 years ago
  Robin Rosenberg 0fd9676771 Locate $HOME like C Git does on Windows 13 years ago
  Mathias Kinzler 7047d2fa8d CheckoutCommand: fix reflog message 13 years ago
  Mathias Kinzler 5ebfdc8091 ConfigConstants: expose some constants for user name and email. 13 years ago
  Robin Rosenberg 2058f9272b Do not cherry-pick or revert commit more than once 13 years ago
  Sasa Zivkov 1993cf8a27 Merging Git notes 13 years ago
  Marc Strapetz c87ae94c70 Fix IgnoreRule for directory-only patterns 13 years ago
  Shawn O. Pearce b2d528887c Config: Preserve existing case of names in sections 13 years ago
  Shawn O. Pearce 165358bc99 Use heap based stack for PackFile deltas 13 years ago
  Sasa Zivkov 7cd812940d NoteMap implements Iterable<Note> 13 years ago
  Robin Rosenberg b3e59bd9d6 Implement a revert command 13 years ago
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 13 years ago
  Robin Rosenberg 797ebba307 Add support for getting the system wide configuration 13 years ago
  roberto b5f0a7d7ff IndexPack: Use stack-based recursion for delta resolution 13 years ago
  Matthias Sohn 65ccadeced [findbugs] Make CheckoutResult constants final 13 years ago
  Robin Rosenberg 240769e023 Refactor exec of a command and reading one line into utility 13 years ago
  Robin Rosenberg 14b358a6fb Refactor search for a file within a PATH 13 years ago
  Robin Rosenberg c3f52c62a8 Fix FileSnapShot 13 years ago
  Shawn O. Pearce 6533994bc9 Fix ArrayIndexOutOfBoundsException in DirCacheIterator 13 years ago
  Shawn O. Pearce 0cd76ab65d Correct GIT_INDEX_FILE environment variable 13 years ago
  Mathias Kinzler e272ca0f14 CheckoutResult: return paths instead of Files 13 years ago
  Mathias Kinzler 89a4dcf71f Checkout: fix handling if name does not refer to a local branch 13 years ago
  Mathias Kinzler 645d262de6 Checkout: expose a CheckoutResult 13 years ago