0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
migrate to jgit-simple
struberg
as Mark Struberg
More... over 15 years ago
upgrade to latest from SVN
struberg
as Mark Struberg
More... over 15 years ago
[SCM-502] when checking out a tag we must do a git-fetch instead of a git-pull
struberg
as Mark Struberg
More... almost 16 years ago
Specify the branch when pushing to the upstream repository or fetching from it.
struberg
as Mark Struberg
More... almost 16 years ago
Implement separate fetch and push URLs
struberg
as Mark Struberg
More... almost 16 years ago
migrate maven-scm-provider-jgit to make use of org.eclipse.jgit
struberg
as Mark Struberg
More... almost 16 years ago
set 'jgit' as scm provider for the JGitCheckOutCommandTckTest
struberg
as Mark Struberg
More... almost 16 years ago
split tests for git and jgit providers
struberg
as Mark Struberg
More... almost 16 years ago
change provider type from git to jgit
struberg
as Mark Struberg
More... almost 16 years ago
add the maven-scm-provider-jgit to the default build
struberg
as Mark Struberg
More... about 16 years ago
add scm:tag command and fix scm:checkout for tags
struberg
as Mark Struberg
More... about 16 years ago
fixed coding style only
struberg
as Mark Struberg
More... about 16 years ago
upgrade JGit version number to 0.5.0-SNAPSHOT and reflect the new original git repo
struberg
as Mark Struberg
More... about 16 years ago
implement scm:changelog command for JGit
struberg
as Mark Struberg
More... about 16 years ago
maven-scm-providers-jgit: adding scm:status + TCK
struberg
as Mark Struberg
More... about 16 years ago
automatically add modified files before the commit if no files are explicitely set
struberg
as Mark Struberg
More... about 16 years ago
make compiling with latest jgit-core
struberg
as Mark Struberg
More... about 16 years ago
SimpleRepository#status used instead lsFiles
struberg
as Mark Struberg
More... about 16 years ago
new Commands: checkin and add; new helper functions in JGitUtils
struberg
as Mark Struberg
More... about 16 years ago
initial version of maven-scm-provider-jgit with working scm:checkout
struberg
as Mark Struberg
More... about 16 years ago
only the usual SVN checkout id crap
struberg
as Mark Struberg
More... about 16 years ago
SCM-464 add '--' to separate files from options for GitAddCommand + JUnit tests
struberg
as Mark Struberg
More... about 16 years ago
SCM-458 only report the changelog for the current project via adding '-- ${basedir}
struberg
as Mark Struberg
More... over 16 years ago
fixed SCM-453 and SCM-454
struberg
as Mark Struberg
More... over 16 years ago
sync with Revision 708313.
struberg
as Mark Struberg
More... almost 17 years ago
fixed a bug found and patched by Eugene Kuleshov
struberg
as Mark Struberg
More... over 17 years ago
try to implement TCK test for scm-list command for git. This was crucial since the original TCK did not set a 'real' working directory, but only '.' which is a problem for distributed SCMs.
struberg
as Mark Struberg
More... over 17 years ago
fixed problems with git-1.5.4
struberg
as Mark Struberg
More... over 17 years ago
fixed JDK1.4 incompatibility More... over 17 years ago
add GitDiffCommand + consumer + testdata
struberg
as Mark Struberg
More... over 17 years ago