186 Commits (5255d66143777f5e690dcc3215457550a4c0df90)

Author SHA1 Message Date
Robin Rosenberg 0b8b6b5309 Introduce a named constant for the .git directory. 15 years ago
Shawn O. Pearce f5eb0d9366 Add JUnit tests for HTTP transport 15 years ago
Shawn O. Pearce d5bc8be743 Download HEAD by itself if not in info/refs 15 years ago
Shawn O. Pearce 8c836c6f21 client side smart HTTP 15 years ago
Shawn O. Pearce 5e33a1de83 Simple dumb HTTP server for Git 15 years ago
Shawn O. Pearce 71b3484729 Expose PacketLineOut for reuse outside of the transport package 15 years ago
Shawn O. Pearce 7ed6805425 Expose RefAdvertiser for reuse outside of the transport package 15 years ago
Shawn O. Pearce e187618b6b Teach UploadPack how to use an RPC style interface 15 years ago
Shawn O. Pearce 2a5c8cb46c Teach ReceivePack how to use an RPC style interface 15 years ago
Shawn O. Pearce 3f8fdc0325 Refactor TemporaryBuffer to support reuse in other contexts 15 years ago
Shawn O. Pearce a22b8f5fac Implement multi_ack_detailed protocol extension 15 years ago
Shawn O. Pearce 23cb7f9d5c Fix PersonIdent to always use SystemReader 15 years ago
Shawn O. Pearce de45869e1d Fix RefWriter creation of info/refs to omit HEAD 15 years ago
Shawn O. Pearce 15e2b45a81 Correct spelling error in StringUtils javadoc 15 years ago
Shawn O. Pearce 20b4d4740a Finish removing Apache Felix maven-bundle-plugin 15 years ago
Robin Rosenberg 5eac1a4896 Partial revert "Switch build to Apache Felix maven-bundle-plugin" 15 years ago
Robin Rosenberg aa4b115791 Read core.worktree regardless of whether .git was discovered or not 15 years ago
Igor Fedorenko 7085c0e4ac Explicitly release resources used by java.util.zip.Deflater 15 years ago
Shawn O. Pearce f50294461b Remove unnecessary semicolon in MergeChunk 15 years ago
Christian Halstrick 6d930cd572 Add file content merge algorithm 15 years ago
Shawn O. Pearce 2ef29ed106 UnionInputStream: combines sequential InputStreams into one 15 years ago
Shawn O. Pearce 0b821817fc Add getPacks to ObjectDirectory 15 years ago
Shawn O. Pearce fc5fc70e2e Switch build to Apache Felix maven-bundle-plugin 15 years ago
Robin Rosenberg eb63bfc1b8 Recognize Git repository environment variables 15 years ago
Robin Rosenberg 5b13adcea9 Add support for creating detached heads 15 years ago
Shawn O. Pearce 1ec393e744 Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2 15 years ago
Robin Rosenberg db9f8126db Get rid of a duplicate constant for SHA-1 length 15 years ago
Nico Sallembien a8817ed77f Fix typo in ReceivePack.java 15 years ago
Mykola Nikishov 21b6f3434e Method to get a 'humanish' name from a path 15 years ago
Igor Fedorenko 96c7f75fad Flipped jgit.core to manifest-first maven-3/tycho build 15 years ago
Mykola Nikishov 7eef835ad5 Replace a hard-coded default remote's name with a constant 15 years ago
Shawn O. Pearce 27a497f83e Move AWT based SSH authenticator to ui bundle 15 years ago
Shawn O. Pearce 9108035763 Refactor the cached Authenticator data out of AwtAuthenticator 15 years ago
Shawn O. Pearce dad52baae8 Refactor our Maven build to be modular 15 years ago
Mykola Nikishov cf2edb6518 Move AWT UI code to new org.eclipse.jgit.ui bundle 15 years ago
Sasa Zivkov 99ab22c474 Don't create .git/remotes folders on init 15 years ago
Robin Rosenberg d4e7b70606 Move pure IO utility functions to a utility class of its own. 15 years ago
Shawn O. Pearce fad60bddbb Eclipse IDE: Automatically remove trailing whitespace on save 15 years ago
Alex Blewitt 4d91645e89 Remove trailing whitespace at end of line 15 years ago
Mykola Nikishov 5208e50b4e Add gitignore to constants 15 years ago
Christian Halstrick 2484ad6fe0 Add javadoc comments, remove unused code, shift comments to correct place 15 years ago
Christian Halstrick b3e4ac2622 Fixed MyersDiff to be able to handle more than 100k 15 years ago
Constantine Plotnikov 982515cf10 Make the default encoding when reading commits UTF-8 15 years ago
Johannes Schindelin a3aa43ecb1 Add the "jgit diff" command 15 years ago
Johannes Schindelin e34865b88b Prepare RawText for diff-index and diff-files 15 years ago
Johannes Schindelin d8a3b4eb31 Add Myers' algorithm to generate diff scripts 15 years ago
Johannes Schindelin 9c056fcace Add set to IntList 15 years ago
Shawn O. Pearce 9b48eb940a Mark JGit plugin as 0.6 15 years ago
Shawn O. Pearce 41e4b2fed4 Move HttpSupport's configureHttpProxy to jgit-pgm 15 years ago
Shawn O. Pearce 8d5510d51c Move AmazonS3 command line utility to jgit-pgm 15 years ago