339 Commits (dac66672df0535f61a13273524d46e1e0012ca69)

Author SHA1 Message Date
  Robin Rosenberg 88fe2836ed Quickfix for AutoCRLF handling 12 years ago
  Kevin Sawicki 2f79cf9900 Support gitdir references in working tree .git file 12 years ago
  Kevin Sawicki 97210fd6db Add command support for listing stashed commits 12 years ago
  Robin Stocker 14cc47ea1a Add BranchTrackingStatus for getting remote tracking status 12 years ago
  Robin Stocker c0f4880e61 Add BranchConfig helper for access to branch config section 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 69451b8302 Provide file mode of paths in index from IndexDiff 12 years ago
  Kevin Sawicki 6c959f7702 Use constants from ConfigConstants in CoreConfig 12 years ago
  Tomasz Zarna 5d95cd9418 Add constant for default name for the Git repo configuration 12 years ago
  Kevin Sawicki 92c6f2f97b Add comand support for git-submodule 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 eb2cfd4552 Use System.arraycopy to copy parent object id array 12 years ago
  Kevin Sawicki b4ff1e1e03 Remove calls to printStackTrace in catch blocks 12 years ago
  Jens Baumgart 99ec987e68 RepositoryState: add method canAmend 12 years ago
  Jens Baumgart 53ef3e5114 Add detection of untracked folders to IndexDiffFilter 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
  Shawn O. Pearce fa4cc2475f DFS: A storage layer for JGit 13 years ago
  Matthias Sohn a5f72d6b3b Implement Config.Entry.toString() to help debugging 12 years ago
  Jens Baumgart 6befabcb15 Extend IndexDiff to calculate ignored files and folders 12 years ago
  Robin Rosenberg 602c869d7a Do not attempt to resolve describe-labels with less than four digits 12 years ago
  Manuel Doninger 458b5a4042 New config constant for default start-point 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
  Kevin Sawicki ac909ec89d Fix typo in IndexDiff.getModified() comment. 13 years ago
  Jens Baumgart dcf9ba411b Ignore missing MERGE_MSG when deleting MERGE_MSG 13 years ago
  Kevin Sawicki a5b5d5a9b2 Implement Serializable interface in PersonIdent class. 13 years ago
  Kevin Sawicki 425d17b72d Remove unused serialVersionUID from non-serializable classes. 13 years ago
  Bernard Leach 298486a7c3 IndexDiff: conflicting files aren't properly shown 13 years ago
  Shawn O. Pearce de8946c0c2 Store Git on any DHT 13 years ago
  Bernard Leach 1a867d10b9 Added support to IndexDiff to return information on conflicts 13 years ago
  Stefan Lay ce2de7db4c Add constants for gerrit change id configuration 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
  Christian Halstrick ffbaf694e2 Enhance RefDatabase with a refresh() method 13 years ago
  Sasa Zivkov 3a86868c08 Detaching HEAD when checking out the same commit. 13 years ago
  Matthias Sohn 157a996e1d Expose if name or email is based on a guess 13 years ago
  Shawn O. Pearce bd970007be ObjectIdOwnerMap: More lightweight map for ObjectIds 13 years ago
  Shawn O. Pearce d1e47df0da ObjectIdSubclassMap: Micro-optimize wrapping at end of table 13 years ago
  Shawn O. Pearce c11756ca4e ObjectIdSubclassMap: Avoid field loads in inner loops 13 years ago
  Shawn O. Pearce df7b192e26 ObjectIdSubclassMap: Manually inline index() 13 years ago
  Shawn O. Pearce 16350bf9e4 ObjectIdSubclassMap: Change initial size to 2048 13 years ago
  Shawn O. Pearce da548dfd2b ObjectIdSubclassMap: Grow before insertions 13 years ago
  Shawn O. Pearce 47c2a3a98d ObjectIdSubclassMap: Use & rather than % for hashing 13 years ago
  Shawn O. Pearce ff6ac0aaef ObjectIdSubclassMap: Fix non-standard naming conventions 13 years ago
  Jesse Greenwald c68aba2a48 Fixed ordering of Config.getSubsections(...) 13 years ago
  Matthias Sohn c7e9f013b7 [findbugs] ProgressReportingFilter can be a static inner class 13 years ago