436 Commits (04f7acb7e7c667b2a91cff2fe63c18df34924757)

Author SHA1 Message Date
Shawn O. Pearce b0a29c3fcf Handle "ERR %s" when ACK/NAK is expected 14 years ago
Jens Baumgart fd963a9180 CommitCommand: add option to insert a change id 14 years ago
Matthias Sohn 157a996e1d Expose if name or email is based on a guess 14 years ago
Shawn O. Pearce f18e1fd1d1 TransportProtocol: Allow null Repository in canHandle() 14 years ago
Chris Aniszczyk 92078473aa CloneCommand: add a test to ensure we fetch all tags 14 years ago
Jens Baumgart 9830baf48d CommitCommand: set correct Reflog message when amending 14 years ago
Shawn O. Pearce 7a9bf1e2e0 PackWriter: Rename getObjectsNumber to getObjectCount 14 years ago
Shawn O. Pearce 65f9a6e58b Fix dumb transport push 14 years ago
Shawn O. Pearce bd970007be ObjectIdOwnerMap: More lightweight map for ObjectIds 14 years ago
Shawn O. Pearce 305a8ac45f Make the supported Transports extensible and discoverable 14 years ago
Philipp Thun a490afedba Add -o option to commit command 14 years ago
Shawn O. Pearce f67e5602af PackWriter: Reduce GC during enumeration 14 years ago
Shawn O. Pearce ef822fe3cd Remove deprecated Repository.mapTree 14 years ago
Shawn O. Pearce 6c3badea7a Remove deprecated TreeIterator 14 years ago
Shawn O. Pearce 5ecc6e32cd Remove deprecated IndexTreeVisitor 14 years ago
Shawn O. Pearce d72b932853 Remove deprecated WorkDirCheckout 14 years ago
Shawn O. Pearce 9013e9e993 Remove deprecated Treeish interface 14 years ago
Tomasz Zarna cda64073fd Allow to amend a commit with CommitCommand 14 years ago
Tomasz Zarna 440d7f4127 Enable test methods in CommitAndLogCommandTests 14 years ago
Robin Stocker 4fb185ab67 PushCommand: Test for update of tracking branch 14 years ago
Shawn O. Pearce b21c82fdb0 resolve(): Fix wrong parsing of branch "foo-gbed2-dev" 14 years ago
Shawn O. Pearce 3ee3588b86 RemoteRefUpdate: Accept Ref and ObjectId arguments for source 14 years ago
Matthias Sohn 2fba1e65e1 Fix NPE on checkout of remote tracking branch 14 years ago
Shawn O. Pearce 6444e60d0e Create empty GIT_DIR/hooks directory 14 years ago
Matthias Sohn 989149736a JGit 0.11.3 14 years ago
Matthias Sohn 5998e474c4 Qualify post 0.11.1 builds 14 years ago
Jesse Greenwald c5863e4d3b Changed TreeWalk.forPath(...) to work with recursive paths. 14 years ago
Chris Aniszczyk 5f258d91c0 Add git-reset to the Git API 14 years ago
Shawn O. Pearce 24c1c530db RevWalk: Avoid unnecessary re-parsing of commit bodies 14 years ago
Matthias Sohn f2c8eec57b Qualify post 0.11 builds 14 years ago
Matthias Sohn 857d151198 JGit 0.11.1 14 years ago
Robin Stocker 8a635668ec Adapt expected commit message in tests 14 years ago
Robin Stocker b0245b548b Don't print "into HEAD" when merging refs/heads/master 14 years ago
Shawn O. Pearce 13bcf05a9e PackWriter: Make thin packs more efficient 14 years ago
Chris Aniszczyk 4112884ede Add git-clone to the Git API 14 years ago
Mathias Kinzler b15b9d5df2 Proper handling of rebase during pull 14 years ago
Shawn O. Pearce 17dc6bdafd ObjectIdSubclassMap: Support duplicate additions 14 years ago
Mathias Kinzler 14ca80bc90 Make PullCommand work with Rebase 14 years ago
Mathias Kinzler e8a1328d05 RebaseCommand: detect and handle fast-forward properly 14 years ago
Matthias Sohn a6e3f53069 [findbugs] Do not ignore exceptional return value of createNewFile() 14 years ago
Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 14 years ago
Matthias Sohn 91af19de56 Hard reset should not report conflict on untracked file 14 years ago
Christian Halstrick 0d7dd6625a Make sure not to overwrite untracked not-ignored files 14 years ago
Christian Halstrick b6d0bb2f94 Remove unneeded interface from test class 14 years ago
Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 14 years ago
Jesse Greenwald 51dedfdc31 Parse RevCommit bodies before calling RevFilter.include() 14 years ago
Sasa Zivkov 832d3b8384 Exposed the constructor of Note class 14 years ago
Matthias Sohn c45f2aec56 File utility for creating a new empty file 14 years ago
Roberto Tyley 944fcdae66 Fix API ListBranchCommand for listmode 'all' 14 years ago
Sasa Zivkov d7ca892042 Using java.util.concurrent in NLSTest instead of handling threads directly. 14 years ago