aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Add NotesCommand to the JGit APIChris Aniszczyk2011-04-105-0/+619
* Add "Conflicts" section to merge message on conflictRobin Stocker2011-04-061-3/+11
* Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker2011-04-064-8/+34
* Add parameters for timeout and branches to cloneStefan Lay2011-04-061-0/+62
* Try to checkout branch after cloningStefan Lay2011-04-061-10/+38
* [findbugs] Make mutable static field finalMatthias Sohn2011-04-031-1/+1
* Add open(File) and wrap(Repository) to GitChristian Halstrick2011-04-021-1/+47
* Let CloneCommand not checkout HEAD on bare reposChristian Halstrick2011-03-301-3/+6
* Allow InitCommand to run on existing git reposChristian Halstrick2011-03-291-2/+3
* Do not categorize merge failures as 'abnormal'Philipp Thun2011-03-284-13/+13
* Introduce FAILED result for RebaseCommandPhilipp Thun2011-03-242-27/+84
* Merge "Introduce CherryPickResult"Mathias Kinzler2011-03-243-23/+177
|\
| * Introduce CherryPickResultPhilipp Thun2011-03-233-23/+177
* | Add status command to GIT apiChristian Halstrick2011-03-233-0/+238
|/
* PullCommand: Use short ref name in merge messageRobin Stocker2011-03-221-3/+4
* Improve MergeResultPhilipp Thun2011-03-212-3/+52
* Add path filtering to LogCommandChris Aniszczyk2011-03-171-0/+23
* CommitCommand: add option to insert a change idJens Baumgart2011-03-171-0/+36
* Use parent directory in InitCommand if directory is "."Philipp Thun2011-03-161-1/+3
* PushCommand: Allow adding any reference stringShawn O. Pearce2011-03-151-0/+39
* PushCommand: Add utilities for --all, --tagsShawn O. Pearce2011-03-151-0/+20
* Merge "PushCommand: Default to pushing HEAD"Chris Aniszczyk2011-03-151-0/+7
|\
| * PushCommand: Default to pushing HEADShawn O. Pearce2011-03-141-0/+7
* | Merge "PushCommand: Set force-update in-place"Chris Aniszczyk2011-03-151-5/+3
|\|
| * PushCommand: Set force-update in-placeShawn O. Pearce2011-03-141-5/+3
* | Merge "Make --git-dir optional for 'jgit init'"Chris Aniszczyk2011-03-151-1/+1
|\ \
| * | Make --git-dir optional for 'jgit init'Philipp Thun2011-03-151-1/+1
* | | Replace 'occured' by 'occurred'Philipp Thun2011-03-153-4/+4
|/ /
* | Merge "Always fetch tags during clone"Chris Aniszczyk2011-03-141-0/+2
|\ \
| * | Always fetch tags during cloneShawn O. Pearce2011-03-141-0/+2
| |/
* / CommitCommand: set correct Reflog message when amendingJens Baumgart2011-03-141-2/+3
|/
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-132-16/+27
* Add -o option to commit commandPhilipp Thun2011-03-111-3/+211
* Allow to amend a commit with CommitCommandTomasz Zarna2011-03-071-2/+26
* Fix NPE on checkout of remote tracking branchMatthias Sohn2011-03-011-7/+11
* FetchCommand: do not set a null credentials providerMatthias Sohn2011-02-241-1/+2
* Wrong constant used when configuring a repositoryTomasz Zarna2011-02-181-2/+2
* Add git-reset to the Git APIChris Aniszczyk2011-02-172-0/+271
* Fix NullPointer when pulling from a deleted local branchStefan Lay2011-02-161-1/+4
* CreateBranchCommand: Wrong existence checkMathias Kinzler2011-02-141-1/+3
* Setup the default remote and merge config in CloneCommandChris Aniszczyk2011-02-131-1/+8
* PullCommand: use default remote instead of throwing ExceptionMathias Kinzler2011-02-081-7/+4
* PushCommand: do not set a null credentials providerJens Baumgart2011-02-021-1/+2
* Merge "Add git-clone to the Git API"Chris Aniszczyk2011-02-012-0/+282
|\
| * Add git-clone to the Git APIChris Aniszczyk2011-01-312-0/+282
* | Proper handling of rebase during pullMathias Kinzler2011-01-312-39/+49
|/
* Add setCredentialsProvider to PullCommandTomasz Zarna2011-01-281-0/+17
* Make PullCommand work with RebaseMathias Kinzler2011-01-282-51/+94
* RebaseCommand: detect and handle fast-forward properlyMathias Kinzler2011-01-282-5/+106
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-1/+1