Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 3007ed205841562933932dc802ce8ad30fcf3497
https://github.com/jenkinsci/git-plugin/commit/3007ed205841562933932dc802ce8ad30fcf3497
Author: Monty Taylor <[email protected]>
Date: 2012-08-04 (Sat, 04 Aug 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitAPI.java
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Reset branch before cleaning.
This ensures that clean takes care of any local artifacts,
so that we're back on index. That way, when we later pull in a new
revision, we make sure that git doesn't get confused by anything
that might have changed in files it's tracking as part of a build.
Commit: 2fa2169ef38ad81f417405171f0745cc068d7e76
https://github.com/jenkinsci/git-plugin/commit/2fa2169ef38ad81f417405171f0745cc068d7e76
Author: Monty Taylor <[email protected]>
Date: 2012-08-04 (Sat, 04 Aug 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitAPI.java
Log Message:
-----------
Cut and paste error - reset, not fetch.
Commit: 782c49c3fa4627ae3adfa2b7cfceb616e5452d6f
https://github.com/jenkinsci/git-plugin/commit/782c49c3fa4627ae3adfa2b7cfceb616e5452d6f
Author: Monty Taylor <[email protected]>
Date: 2012-08-04 (Sat, 04 Aug 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitAPI.java
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Just do the reset in git.clean().
Commit: cc34e9031122a7da992f065aed1bdf8133f66d74
https://github.com/jenkinsci/git-plugin/commit/cc34e9031122a7da992f065aed1bdf8133f66d74
Author: Monty Taylor <[email protected]>
Date: 2012-08-04 (Sat, 04 Aug 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitAPI.java
M src/main/java/hudson/plugins/git/IGitAPI.java
Log Message:
-----------
Clean up API declaration.
Commit: ef3349e6c25425e92807c2b956e4559adec0e54e
https://github.com/jenkinsci/git-plugin/commit/ef3349e6c25425e92807c2b956e4559adec0e54e
Author: Nicolas De loof <[email protected]>
Date: 2012-08-08 (Wed, 08 Aug 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitAPI.java
M src/main/java/hudson/plugins/git/IGitAPI.java
Log Message:
-----------
Merge pull request #79 from emonty/master
Add reset before clean
Compare:
https://github.com/jenkinsci/git-plugin/compare/2283620895c8...ef3349e6c254