766 Commits (8210f29fe43ccd35e7d2ed3ed45a84a75b2717c4)

Author SHA1 Message Date
  Thomas Wolf 8210f29fe4 Implement ours/theirs content conflict resolution 3 years ago
  Matthias Sohn 502bfff7db Refactor CommitCommand to improve readability 3 years ago
  Matthias Sohn 18c735c474 CommitCommand: fix formatting 3 years ago
  Matthias Sohn b08c599fb8 CommitCommand: remove unncessary comment 3 years ago
  Matthias Sohn f43cb3605c Ensure post-commit hook is called after index lock was released 3 years ago
  Matthias Sohn 927deed5a5 init: add config option to set default for the initial branch name 3 years ago
  Matthias Sohn cb8924a80d init: allow specifying the initial branch name for the new repository 3 years ago
  Matthias Sohn 64cb7148ac Fail clone if initial branch doesn't exist in remote repository 3 years ago
  Thomas Wolf 3774fcc848 GPG signature verification via BouncyCastle 3 years ago
  Thomas Wolf 6d462e5fe9 GPG: support git config gpg.program 3 years ago
  Adithya Chakilam c7685003d8 Fix DateRevQueue tie breaks with more than 2 elements 3 years ago
  Thomas Wolf 0853a2410f Client-side protocol V2 support for fetching 3 years ago
  Thomas Wolf 0f442d7083 Use Map interface instead of ConcurrentHashMap class 3 years ago
  Thomas Wolf e3ac56e2d0 TagCommand: propagate NO_CHANGE information 3 years ago
  Thomas Wolf 29e1270768 TagCommand: make -f work with lightweight tags for NO_CHANGE 3 years ago
  Thomas Wolf 41b9159795 TagCommand: support signing annotated tags 3 years ago
  Lee Worrall 9ebbfe93bb Add support for reading symrefs from pack capabilities 3 years ago
  Thomas Wolf e84881ea6b Allow to resolve a conflict by checking out a file 3 years ago
  Thomas Wolf d69fb4d4ac Revert "Client-side protocol V2 support for fetching" 3 years ago
  Thomas Wolf f802f06e7f Client-side protocol V2 support for fetching 3 years ago
  John Dallaway f4b4dae2be Ensure .gitmodules is loaded when accessing submodule name 3 years ago
  Jason Yeo 276fcb2a11 Implement git describe --all 3 years ago
  Matthias Sohn aea95b819a Add Git#shutdown for releasing resources held by JGit process 4 years ago
  Thomas Wolf ed481f96b8 ApplyCommand: use context lines to determine hunk location 4 years ago
  Matthias Sohn 77848d635b Decouple BouncyCastle from JGit Core 4 years ago
  Matthias Sohn 231c44d553 ApplyCommand: use Files#copy to copy file 4 years ago
  Jack Wickham b6d70a66ae Apply hunks when renaming or copying from patch files 4 years ago
  Jack Wickham d69c0ef5bd Create parent directories when renaming a file in ApplyCommand 4 years ago
  Matthias Sohn 7ae3507998 CherryPickCommand: fix unclosed resource warning 4 years ago
  Alexander Nittka 769606d059 tag option for clone command 4 years ago
  Lars Vogel 512ffc9e7f Using for-each loop in jdt 4 years ago
  David Pursehouse 6a72f2943d Use indexOf(char) and lastIndexOf(char) rather than String versions 4 years ago
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4 years ago
  David Pursehouse 9be93b7991 Remove redundant "static" qualifier from enum declarations 4 years ago
  Yunjie Li 34cf825ba6 Change the wildcard import to explicit ones. 4 years ago
  Thomas Wolf 75a80c5d3c Restore behavior of CloneCommand 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Yunjie Li ba7f9c0612 Change the wildcard import to explicit ones. 4 years ago
  Tim Neumann 23125abc20 Add ability to redirect stderr from git hooks 4 years ago
  Tim Neumann d1bdfcd0a8 Add possibility to get pure stderr output from AbortedByHookException 4 years ago
  John Tipper 5bf226d50c CLI: Add support for excluding paths from Git log command 4 years ago
  Thomas Wolf 59f9d206c9 Make blame work correctly on merge conflicts 4 years ago
  Thomas Wolf 64f2407f19 WorkingTreeModifiedEvent: must be fired explicitly after merge 4 years ago
  Matthias Sohn 6216b0de8a Implement mirror option in CloneCommand 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Matthias Sohn e7a48bce3f Add missing braces in CherryPickCommand 4 years ago
  Matthias Sohn cda3b2b492 Fire WorkingTreeModifiedEvent if cherry-pick failed with conflicts 4 years ago
  Adrien Bustany 28553c189c Fix copy-paste typo in CloneCommand#cleanup 4 years ago
  Anton Khodos 5e44bfa3ad Fix ApplyCommand which doesn't work if patch adds empty file 5 years ago