342 Commits (e2513558970ae47234298fdae892dc60cadb17e6)

Author SHA1 Message Date
  Robin Rosenberg e251355897 Get rid of warnings about empty statments 12 years ago
  Kevin Sawicki 2a18bb304c Support gitdir: refs in BaseRepositoryBuilder.findGitDir 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
  Kevin Sawicki a9133e55a4 Add Object type to Comparable implements declaration 12 years ago
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings 12 years ago
  Shawn O. Pearce c0b1443926 Index config section and subsection names in one pass 12 years ago
  Tomasz Zarna 4e1de30809 Add @Override annotations to enums 12 years ago
  Shawn O. Pearce 552682dc6a Sort Config entries and use O(log N) lookup 12 years ago
  Shawn O. Pearce 581e6ca2fe Extract inner classes from Config 12 years ago
  Shawn O. Pearce 04ab2dac37 Clarify the purpose of ObjectInserter.buffer() 12 years ago
  Shawn O. Pearce ff13648ea2 Revert "Quickfix for AutoCRLF handling" 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  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