232 Commits (stable-0.9)

Author SHA1 Message Date
  Shawn O. Pearce 8da17c5046 Support parsing git describe style output 13 years ago
  Shawn O. Pearce c59e3a493b Rename T0008_testparserev to RepositoryResolveTest 13 years ago
  Shawn O. Pearce 401d3b2cc1 Throw AmbiguousObjectException during resolve if its ambiguous 13 years ago
  Shawn O. Pearce 2292655e9e Add brute force byte array loading to ObjectLoader 13 years ago
  Shawn O. Pearce 1c3f3fdbd2 Fix ObjectDirectory abbreviation resolution to notice new packs 13 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 13 years ago
  Shawn O. Pearce 32466c33ba Delete deprecated ObjectWriter 13 years ago
  Shawn O. Pearce 6df5d3397c Move commit and tag formatting to CommitBuilder, TagBuilder 13 years ago
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 13 years ago
  Marc Strapetz e2e38792b5 Perform automatic CRLF to LF conversion during WorkingTreeIterator 14 years ago
  Shawn O. Pearce 540df6c9fe Add a public RevTag.parse() method 13 years ago
  Shawn O. Pearce b205597b91 Add a public RevCommit.parse() method 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 9ac29d0e91 Fix ReadTreeTests to not rely on cached index 13 years ago
  Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls 13 years ago
  Mathias Kinzler b7388637d8 Fix missing Configuration Change eventing 13 years ago
  Chris Aniszczyk 6c9d82b4ce Remove getter and setter for author in Tag 13 years ago
  Christian Halstrick 07a1d17858 Add blob-data to utility method indexState() 13 years ago
  Christian Halstrick e02b68a8b7 added resetIndex() to RepositoryTestCase 13 years ago
  Matthias Sohn 11c5c9f73b Set default file encoding used for JGit tests to UTF-8 13 years ago
  Matthias Sohn 2d3a806271 Backout RevObject's object-identity based equals implementation 13 years ago
  Robin Rosenberg db4c516f67 Hide Maven target directories from Eclipse 13 years ago
  Shawn O. Pearce e2f5716c94 Fix ArrayIndexOutOfBounds on non-square exact rename matrix 13 years ago
  Stefan Lay 4b464ed458 Allow to replace existing Change-Id 13 years ago
  Shawn O. Pearce 60c5939b23 Rename getOldName,getNewName to getOldPath,getNewPath 14 years ago
  Jeff Schumacher e64cb03065 Fixed bug in scoring mechanism for rename detection 14 years ago
  Jens Baumgart 3ba1c7c068 Add gitignore support to IndexDiff and use TreeWalk 13 years ago
  Stefan Lay ab57af08e8 Add "all" parameter to the commit Command 14 years ago
  Stefan Lay fa7d9ac5b8 Add the parameter "update" to the Add command 13 years ago
  Christian Halstrick 7bbe203578 add fsTick() to RepositoryTestCase 14 years ago
  Christian Halstrick 9a008d68b5 add more control to indexState() return-value 13 years ago
  Stefan Lay d9ceaa2f1e Fixed FileTreeIteratorWithTimeControl 14 years ago
  Shawn O. Pearce 7b8e8df799 Remove use of SortedSet.floor() 14 years ago
  Christian Halstrick 4ed2f94013 Add tests for racy git / Index state encoding 14 years ago
  Shawn O. Pearce 1a06179ea7 Move PackWriter configuration to PackConfig 14 years ago
  Christian Halstrick 74d279fbf0 Teach NameConflictTreeWalk to report DF conflicts 14 years ago
  Jeff Schumacher 396fe6da45 Break dissimilar file pairs during diff 14 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 14 years ago
  Robin Stocker a00377a7e2 Fix Javadoc warnings 14 years ago
  Stefan Lay 88957f6c5a Allow for filepattern "." in AddCommand 14 years ago
  Stefan Lay aa86cfc339 Do not add ignored files in Add command 14 years ago
  Shawn O. Pearce 09910ffa32 Move ignore node handling into WorkingTreeIterator 14 years ago
  Shawn O. Pearce 395d236058 Fix NPE in RenameDetector 14 years ago
  Jeff Schumacher 31311cacfd Implemented file path based tie breaking to exact rename detection 14 years ago
  Robin Rosenberg 9d589c88f7 Remove an unused File reference in test code 14 years ago
  Robin Rosenberg 845714158a Handle the tilde notation (~user) of git url 14 years ago
  Stefan Lay 233e0130b5 Git Porcelain API: Add Command 14 years ago
  Christian Halstrick 33160cd2da Fix ReadTreeTest 14 years ago