Branch: refs/heads/refactoring Home: https://github.com/jenkinsci/git-plugin Commit: 52e35d2e706bffe18442a9ac258556de0716111d https://github.com/jenkinsci/git-plugin/commit/52e35d2e706bffe18442a9ac258556de0716111d Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-17 (Mon, 17 Jun 2013)
Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/GitSCMBackwardCompatibility.java M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java A src/main/java/hudson/plugins/git/extensions/impl/WipeWorkspace.java M src/main/resources/hudson/plugins/git/GitSCM/config.jelly R src/main/resources/hudson/plugins/git/GitSCM/help-wipeOutWorkspace.html A src/main/resources/hudson/plugins/git/extensions/impl/WipeWorkspace/help.html Log Message: ----------- Split off the wipe workspace functionality Commit: fa36c0a1fe72a44bef8e2024c164bcfa05ccf88d https://github.com/jenkinsci/git-plugin/commit/fa36c0a1fe72a44bef8e2024c164bcfa05ccf88d Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java Log Message: ----------- added a hook to decorate the git-clone command Commit: 6beafd5fa86c5874466ee4160d8387dfd9657947 https://github.com/jenkinsci/git-plugin/commit/6beafd5fa86c5874466ee4160d8387dfd9657947 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- Strange that the errors in clone is tolerated. If a retry is needed it should be configured separately. I think I also caused a regression in multi-repository clone situation, where we need to clone one and then fetch the rest Commit: a17417a2893aa6d7e9ad945cdc847009beb01805 https://github.com/jenkinsci/git-plugin/commit/a17417a2893aa6d7e9ad945cdc847009beb01805 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/GitSCMBackwardCompatibility.java A src/main/java/hudson/plugins/git/extensions/impl/CloneOption.java M src/main/resources/hudson/plugins/git/GitSCM/config.jelly R src/main/resources/hudson/plugins/git/GitSCM/help-reference.html R src/main/resources/hudson/plugins/git/GitSCM/help-useShallowClone.html A src/main/resources/hudson/plugins/git/extensions/impl/CloneOption/config.groovy A src/main/resources/hudson/plugins/git/extensions/impl/CloneOption/help-reference.html A src/main/resources/hudson/plugins/git/extensions/impl/CloneOption/help-shallow.html M src/test/java/hudson/plugins/git/AbstractGitTestCase.java M src/test/java/hudson/plugins/git/GitPublisherTest.java M src/test/java/hudson/plugins/git/GitSCMTest.java M src/test/java/hudson/plugins/git/GitStatusTest.java M src/test/java/hudson/plugins/git/MultipleSCMTest.java Log Message: ----------- split out the clone behaviour customization to another extension Commit: 02950128e69005ebc7e0cc080bacf5e40d5f6512 https://github.com/jenkinsci/git-plugin/commit/02950128e69005ebc7e0cc080bacf5e40d5f6512 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/resources/hudson/plugins/git/GitSCM/config.jelly Log Message: ----------- left over from earlier split-off Commit: 8a27f51e9bebaac874efcc22e622d98a20f789c6 https://github.com/jenkinsci/git-plugin/commit/8a27f51e9bebaac874efcc22e622d98a20f789c6 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/resources/hudson/plugins/git/GitSCM/config.jelly Log Message: ----------- indentation fix Commit: 8b6156d6e61d7778c5a0f0c0ebf9faaf35b94f64 https://github.com/jenkinsci/git-plugin/commit/8b6156d6e61d7778c5a0f0c0ebf9faaf35b94f64 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/resources/hudson/plugins/git/GitSCM/config.jelly A src/main/resources/hudson/plugins/git/util/BuildChooser/config.groovy Log Message: ----------- simplified by using modern tags Commit: e617a185e7715b6d5a02edd6642a9e9713ea4dc1 https://github.com/jenkinsci/git-plugin/commit/e617a185e7715b6d5a02edd6642a9e9713ea4dc1 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/resources/hudson/plugins/git/GitSCM/config.jelly A src/main/resources/hudson/plugins/git/GitSCM/help-userRemoteConfigs.html A src/main/resources/hudson/plugins/git/UserRemoteConfig/config.groovy R src/main/webapp/repositories.html Log Message: ----------- simplified by using modern tags Commit: 997286b21615f9ab85d7fb6a35d86ce4132fd862 https://github.com/jenkinsci/git-plugin/commit/997286b21615f9ab85d7fb6a35d86ce4132fd862 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/resources/hudson/plugins/git/GitSCM/config.jelly Log Message: ----------- this code is no longer in use Commit: 198a8cf50285b0c965f7ffca7b2ef0b759500102 https://github.com/jenkinsci/git-plugin/commit/198a8cf50285b0c965f7ffca7b2ef0b759500102 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/resources/hudson/plugins/git/GitSCM/config.jelly Log Message: ----------- Show this only when there's options to choose from. Commit: 3cb8a688cd344525d7e6168d903605d1b2c281f7 https://github.com/jenkinsci/git-plugin/commit/3cb8a688cd344525d7e6168d903605d1b2c281f7 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/RevisionParameterAction.java M src/main/java/hudson/plugins/git/SubmoduleCombinator.java M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java M src/main/java/hudson/plugins/git/util/DefaultBuildChooser.java M src/main/java/hudson/plugins/git/util/GitUtils.java M src/main/java/hudson/plugins/git/util/InverseBuildChooser.java Log Message: ----------- follow up compilation error fixes Commit: c289f804bb1c64136b5d5911776946eac57c0768 https://github.com/jenkinsci/git-plugin/commit/c289f804bb1c64136b5d5911776946eac57c0768 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/test/java/hudson/plugins/git/AbstractGitTestCase.java M src/test/java/hudson/plugins/git/GitPublisherTest.java M src/test/java/hudson/plugins/git/TestGitRepo.java Log Message: ----------- fixing compilation problems due to the execption signature change Commit: 6c2323351b63f268b9e0a8c5f2a2bb76e0dab8fc https://github.com/jenkinsci/git-plugin/commit/6c2323351b63f268b9e0a8c5f2a2bb76e0dab8fc Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/UserMergeOptions.java M src/main/java/hudson/plugins/git/extensions/impl/PathRestriction.java M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java M src/main/java/hudson/plugins/git/util/GitUtils.java M src/test/java/hudson/plugins/git/GitSCMTest.java Log Message: ----------- regression fixes driven by tests Commit: 07744238af735f42e5a6005f046760d142a79cbb https://github.com/jenkinsci/git-plugin/commit/07744238af735f42e5a6005f046760d142a79cbb Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- Simplification I don't understand the point of why getSingleBranch() is called to figure this out when the workspace has that information authoritatively Commit: 02581381a6b32bb8ee683a5f369ab56cb5493dcb https://github.com/jenkinsci/git-plugin/commit/02581381a6b32bb8ee683a5f369ab56cb5493dcb Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- simplification Commit: 69b708c166a4b939798a02ee2c935b7bd7a38748 https://github.com/jenkinsci/git-plugin/commit/69b708c166a4b939798a02ee2c935b7bd7a38748 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-06-18 (Tue, 18 Jun 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/util/Build.java M src/main/java/hudson/plugins/git/util/BuildData.java Log Message: ----------- To handle polling correctly, we need to differentiate the revision built and the revision marked. When a pre-build merge is performed, we need to leave the record of the commit in the upstream repository that was merged into, or else the polling will keep finding the same commit over and over Compare: https://github.com/jenkinsci/git-plugin/compare/8801a525a0a1...69b708c166a4 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.