This is an automated email from the ASF dual-hosted git repository.

mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from acd617c16d Removed unused private static field
     add dc78790f43 Fixes all deprecated API usage in libs.jgit
     add 2983c0fdbf Simplified git ignore/unignore IO code
     new bcaa1ab88d Merge pull request #7093 from mbien/fix-jgit-deprecations

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/libs.git/nbproject/project.properties          |   3 +-
 .../src/org/netbeans/libs/git/GitBranch.java       |  12 +++
 .../src/org/netbeans/libs/git/jgit/IgnoreRule.java |   8 +-
 .../src/org/netbeans/libs/git/jgit/Utils.java      |   2 +-
 .../libs/git/jgit/commands/AddCommand.java         |   6 +-
 .../git/jgit/commands/CheckoutRevisionCommand.java |   7 +-
 .../libs/git/jgit/commands/ConflictCommand.java    |   4 +-
 .../libs/git/jgit/commands/DeleteTagCommand.java   |  19 ++--
 .../git/jgit/commands/IgnoreUnignoreCommand.java   | 103 ++++++++-------------
 .../libs/git/jgit/commands/ListBranchCommand.java  |  65 +++++++------
 .../libs/git/jgit/commands/ListTagCommand.java     |  23 +++--
 .../libs/git/jgit/commands/LogCommand.java         |   2 +-
 .../libs/git/jgit/commands/ResetCommand.java       |  14 +--
 .../libs/git/jgit/commands/RevertCommand.java      |   4 +-
 .../libs/git/jgit/commands/StatusCommand.java      |   2 +-
 .../libs/git/jgit/commands/UpdateRefCommand.java   |  10 +-
 .../libs/git/jgit/utils/CheckoutIndex.java         |  11 +--
 .../libs/git/jgit/AbstractGitTestCase.java         |   4 +-
 .../netbeans/libs/git/jgit/commands/AddTest.java   |   4 +-
 .../libs/git/jgit/commands/CheckoutTest.java       |   5 +-
 .../libs/git/jgit/commands/CommitTest.java         |   3 +-
 .../netbeans/libs/git/jgit/commands/FetchTest.java |   4 +-
 .../libs/git/jgit/commands/IgnoreTest.java         |  24 +++++
 .../netbeans/libs/git/jgit/commands/LogTest.java   |   6 +-
 .../netbeans/libs/git/jgit/commands/ResetTest.java |   2 +-
 25 files changed, 182 insertions(+), 165 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to