Donation 5: Removing personal info from git.remote.cli donation_review
authorGeertjan Wielenga <geertjan@netbeans.org>
Mon, 04 Nov 2019 14:45:05 +0100
branchdonation_review
changeset 31666242167435c72e
parent 316661 362cecd22c74
child 316663 c5d4e9955bcc
Donation 5: Removing personal info from git.remote.cli
git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/BlameCommand.java
git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/CommitCommand.java
git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/CreateTagCommand.java
git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/LogCommand.java
     1.1 --- a/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/BlameCommand.java	Mon Nov 04 14:40:13 2019 +0100
     1.2 +++ b/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/BlameCommand.java	Mon Nov 04 14:45:05 2019 +0100
     1.3 @@ -128,8 +128,8 @@
     1.4          //author-mail <user1@company.com>
     1.5          //author-time 1424260119
     1.6          //author-tz +0300
     1.7 -        //committer Alexander Simon
     1.8 -        //committer-mail <alexander.simon@oracle.com>
     1.9 +        //committer
    1.10 +        //committer-mail
    1.11          //committer-time 1424260119
    1.12          //committer-tz +0300
    1.13          //summary initial commit
     2.1 --- a/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/CommitCommand.java	Mon Nov 04 14:40:13 2019 +0100
     2.2 +++ b/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/CommitCommand.java	Mon Nov 04 14:45:05 2019 +0100
     2.3 @@ -207,7 +207,7 @@
     2.4          // create mode 100644 testnotadd.txt
     2.5          //=========================
     2.6          //[master (root-commit) ae05df4] initial commit
     2.7 -        // Committer: Alexander Simon <alsimon@beta.(none)>
     2.8 +        // Committer: 
     2.9          //Your name and email address were configured automatically based
    2.10          //on your username and hostname. Please check that they are accurate.
    2.11          //You can suppress this message by setting them explicitly:
    2.12 @@ -262,8 +262,8 @@
    2.13          //commit 4644eabd50d2b49b1631e9bc613818b2a9b8d87f
    2.14          //tree 9b2ab9e89b019b008f10a29762f05c38b05d8cdb
    2.15          //parent 5406bff9015700d2353436360d98301aa7941b56
    2.16 -        //author John <john@git.com> 1423815945 +0300
    2.17 -        //committer John <john@git.com> 1423815945 +0300
    2.18 +        //author 1423815945 +0300
    2.19 +        //committer 1423815945 +0300
    2.20          //
    2.21          //    second commit
    2.22          //
    2.23 @@ -272,12 +272,12 @@
    2.24          //commit 18d0fec24027ac226dc2c4df2b955eef2a16462a
    2.25          //tree 0e46518195860092ea185af77886c71b73823b33
    2.26          //parent bb831db6774aaa733199360dc7af6f3ce375fc20
    2.27 -        //author Junio C Hamano <gitster@pobox.com> 1423691643 -0800
    2.28 -        //committer Junio C Hamano <gitster@pobox.com> 1423691643 -0800
    2.29 +        //author 1423691643 -0800
    2.30 +        //committer 1423691643 -0800
    2.31          //
    2.32          //    Post 2.3 cycle (batch #1)
    2.33          //    
    2.34 -        //    Signed-off-by: Junio C Hamano <gitster@pobox.com>
    2.35 +        //    Signed-off-by: 
    2.36          //
    2.37          //:120000 100644 9257c74... 0fbbabb... T  RelNotes
    2.38          //#git log --raw --pretty=raw -1 HEAD^1
    2.39 @@ -285,8 +285,8 @@
    2.40          //tree 4d4befdb8dfc6b9ddafec4550a6e44aaacd89dd9
    2.41          //parent afa3ccbf44cb47cf988c6f40ce3ddb10829a9e7b
    2.42          //parent 9c9b4f2f8b7f27f3984e80d053106d5d41cbb03b
    2.43 -        //author Junio C Hamano <gitster@pobox.com> 1423691059 -0800
    2.44 -        //committer Junio C Hamano <gitster@pobox.com> 1423691060 -0800
    2.45 +        //author 1423691059 -0800
    2.46 +        //committer 1423691060 -0800
    2.47          //
    2.48          //    Merge branch 'ah/usage-strings'
    2.49          //    
     3.1 --- a/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/CreateTagCommand.java	Mon Nov 04 14:40:13 2019 +0100
     3.2 +++ b/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/CreateTagCommand.java	Mon Nov 04 14:45:05 2019 +0100
     3.3 @@ -184,13 +184,13 @@
     3.4      
     3.5      static void parseShowDetails(String output, TagContainer container) {
     3.6          //tag tag-name
     3.7 -        //Tagger: Alexander Simon <alexander.simon@oracle.com>
     3.8 +        //Tagger: 
     3.9          //Date:   Fri Feb 20 12:00:07 2015 +0300
    3.10          //
    3.11          //tag message
    3.12          //
    3.13          //commit 37684447393e088928aa256a61058303422b0462
    3.14 -        //Author: Alexander Simon <alexander.simon@oracle.com>
    3.15 +        //Author: 
    3.16          //Date:   Fri Feb 20 12:00:07 2015 +0300
    3.17          //
    3.18          //    init commit
    3.19 @@ -198,7 +198,7 @@
    3.20          //:000000 100644 0000000... cdb8d0e... A  f
    3.21          //=================
    3.22          //commit 68f1985c7152d71a1b7296e5113feb88aeef7b80
    3.23 -        //Author: Alexander Simon <alexander.simon@oracle.com>
    3.24 +        //Author: 
    3.25          //Date:   Fri Feb 20 17:40:43 2015 +0300
    3.26          //
    3.27          //    init commit
     4.1 --- a/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/LogCommand.java	Mon Nov 04 14:40:13 2019 +0100
     4.2 +++ b/git.remote.cli/src/org/netbeans/modules/git/remote/cli/jgit/commands/LogCommand.java	Mon Nov 04 14:45:05 2019 +0100
     4.3 @@ -250,10 +250,10 @@
     4.4      static void parseLog(String output, LinkedHashMap<String, GitRevisionInfo.GitRevCommit> statuses) {
     4.5          //#git --no-pager log --name-status --no-walk 0254bffe448b1951af6edef531d80f8e629c575a"
     4.6          //commit 9c0e341a6a9197e2408862d2e6ff4b7635a01f9b (from 19f759b14972f669dc3eb203c06944e03365f6bc)
     4.7 -        //Reflog: refs/stash@{0} (Alexander Simon <alexander.simon@oracle.com>)
     4.8 +        //Reflog: refs/stash@{0} 
     4.9          //Reflog message: On master: stash
    4.10          //Merge: 1126f32 846626a
    4.11 -        //Author: Alexander Simon <alexander.simon@oracle.com>
    4.12 +        //Author: 
    4.13          //Date:   Tue Feb 17 16:12:39 2015 +0300
    4.14          //
    4.15          //    Merge b