Mageia Bugzilla – Attachment 7111 Details for
Bug 16913
git 2.3.10 security update (including CVE-2015-7545)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
The Git test procedure that I used in the output of the script command.
git-test-proc.txt (text/plain), 14.02 KB, created by
Shlomi Fish
on 2015-10-10 15:03:26 CEST
(
hide
)
Description:
The Git test procedure that I used in the output of the script command.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2015-10-10 15:03:26 CEST
Size:
14.02 KB
patch
obsolete
>Script started on Sat 10 Oct 2015 03:54:36 PM IDT >[36l>]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ git clone https://github.com/shlomif/Freenode-programming -channel-FAQ.git >Cloning into 'Freenode-programming-channel-FAQ'... >remote: Counting objects: 91, done.[K >remote: Compressing objects: 33% (1/3) [K remote: Compressing objects: 66% (2/3) [K remote: Compressing objects: 100% (3/3) [K remote: Compressing objects: 100% (3/3), done.[K >Unpacking objects: 1% (1/91) Unpacking objects: 2% (2/91) Unpacking objects: 3% (3/91) Unpacking objects: 4% (4/91) Unpacking objects: 5% (5/91) Unpacking objects: 6% (6/91) Unpacking objects: 7% (7/91) Unpacking objects: 8% (8/91) Unpacking objects: 9% (9/91) Unpacking objects: 10% (10/91) Unpacking objects: 12% (11/91) Unpacking objects: 13% (12/91) Unpacking objects: 14% (13/91) Unpacking objects: 15% (14/91) Unpacking objects: 16% (15/91) Unpacking objects: 17% (16/91) Unpacking objects: 18% (17/91) Unpacking objects: 19% (18/91) Unpacking objects: 20% (19/91) Unpacking objects: 21% (20/91) Unpacking objects: 23% (21/91) Unpacking objects: 24% (22/91) Unpacking objects: 25% (23/91) Unpacking objects: 26% (24/91) remote: Total 91 (delta 0), reused 0 (delta 0), pack-reused 88[K >Unpacking objects: 27% (25/91) Unpacking objects: 28% (26/91) Unpacking objects: 29% (27/91) Unpacking objects: 30% (28/91) Unpacking objects: 31% (29/91) Unpacking objects: 32% (30/91) Unpacking objects: 34% (31/91) Unpacking objects: 35% (32/91) Unpacking objects: 36% (33/91) Unpacking objects: 37% (34/91) Unpacking objects: 38% (35/91) Unpacking objects: 39% (36/91) Unpacking objects: 40% (37/91) Unpacking objects: 41% (38/91) Unpacking objects: 42% (39/91) Unpacking objects: 43% (40/91) Unpacking objects: 45% (41/91) Unpacking objects: 46% (42/91) Unpacking objects: 47% (43/91) Unpacking objects: 48% (44/91) Unpacking objects: 49% (45/91) Unpacking objects: 50% (46/91) Unpacking objects: 51% (47/91) Unpacking objects: 52% (48/91) Unpacking objects: 53% (49/91) Unpacking objects: 54% (50/91) Unpacking objects: 56% (51/91) Unpacking objects: 57% (52/91) Unpacking objects: 58% (53/91) Unpacking objects: 59% (54/91) Unpacking objects: 60% (55/91) Unpacking objects: 61% (56/91) Unpacking objects: 62% (57/91) Unpacking objects: 63% (58/91) Unpacking objects: 64% (59/91) Unpacking objects: 65% (60/91) Unpacking objects: 67% (61/91) Unpacking objects: 68% (62/91) Unpacking objects: 69% (63/91) Unpacking objects: 70% (64/91) Unpacking objects: 71% (65/91) Unpacking objects: 72% (66/91) Unpacking objects: 73% (67/91) Unpacking objects: 74% (68/91) Unpacking objects: 75% (69/91) Unpacking objects: 76% (70/91) Unpacking objects: 78% (71/91) Unpacking objects: 79% (72/91) Unpacking objects: 80% (73/91) Unpacking objects: 81% (74/91) Unpacking objects: 82% (75/91) Unpacking objects: 83% (76/91) Unpacking objects: 84% (77/91) Unpacking objects: 85% (78/91) Unpacking objects: 86% (79/91) Unpacking objects: 87% (80/91) Unpacking objects: 89% (81/91) Unpacking objects: 90% (82/91) Unpacking objects: 91% (83/91) Unpacking objects: 92% (84/91) Unpacking objects: 93% (85/91) Unpacking objects: 94% (86/91) Unpacking objects: 95% (87/91) Unpacking objects: 96% (88/91) Unpacking objects: 97% (89/91) Unpacking objects: 98% (90/91) Unpacking objects: 100% (91/91) Unpacking objects: 100% (91/91), done. >Checking connectivity... done. >]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ cd Freenode-programming-channel-FAQ/ >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status >On branch master >Your branch is up-to-date with 'origin/master'. >nothing to commit, working directory clean >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status -s >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ ls >FAQ.mdwn index.mdwn README.mdwn >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ echo "Hello There" >> READ ME.mdwn >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status >On branch master >Your branch is up-to-date with 'origin/master'. >Changes not staged for commit: > (use "git add <file>..." to update what will be committed) > (use "git checkout -- <file>..." to discard changes in working directory) > > [31mmodified: README.mdwn[m > >no changes added to commit (use "git add" and/or "git commit -a") >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status -s > [31mM[m README.mdwn >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git au [K[Kdd README.mdwn >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git ci -m "ADd [K[K[Kdd a line" >git: 'ci' is not a git command. See 'git --help'. > >Did you mean this? > gui >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git ci -m "Add a line"[C[C[C[C[C[C[1P[1@o[1@m[1@m[1@it -m "Add a line" [A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C > > >*** Please tell me who you are. > >Run > > git config --global user.email "you@example.com" > git config --global user.name "Your Name" > >to set your account's default identity. >Omit --global to set the identity only in this repository. > >fatal: unable to auto-detect email address (got 'shlomif@localhost.(none)') >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git config --global user.e mail "shlomif@igl[K[K[Kshlomifish.org" >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git config --global user.em mail "shlomif@shlomifish.org" [C[C[C[C[C[K[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[K > [K[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Cuser.n ame "Shlomi Fish" >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git config --global user.na ame "Shlomi Fish"[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Cemail "shlomif@shlomifish.org"[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Cmmit -m "Add a line" [K[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[K" >[master 9238b08] Add a line > 1 file changed, 1 insertion(+) >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ cd .. >]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ ls >[0m[01;35mbbb_sunflower_1080p_30fps_normal.mp4[0m git-test-proc.txt [01;34mtmp[0m/ >[01;34mDesktop[0m/ identify.strace [01;34mVideos[0m/ >[01;34mDocuments[0m/ [01;34mMusic[0m/ [01;32mw3c-logo-blue.svg[0m* >[01;34mDownloads[0m/ [01;34mPictures[0m/ >[01;34mFreenode-programming-channel-FAQ[0m/ [01;34mTemplates[0m/ >]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ git cloe[Ke[Kne ./fR[K[KFreenode-programming-channel-FAQ/f[K foo >Cloning into 'foo'... >done. >]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ cd foo/ >]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ ls >FAQ.mdwn index.mdwn README.mdwn >]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ echo "Yo yo yo and a bottle of rum" >> index.mdwn >]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git commit -m "Add a line" >On branch master >Your branch is up-to-date with 'origin/master'. >Changes not staged for commit: > [31mmodified: index.mdwn[m > >no changes added to commit >]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git add -u . >]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git add -u .commit -m "Add a line" >[master c42bbfe] Add a line > 1 file changed, 1 insertion(+) >]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git push >warning: push.default is unset; its implicit value has changed in >Git 2.0 from 'matching' to 'simple'. To squelch this message >and maintain the traditional behavior, use: > > git config --global push.default matching > >To squelch this message and adopt the new behavior now, use: > > git config --global push.default simple > >When push.default is set to 'matching', git will push local branches >to the remote branches that already exist with the same name. > >Since Git 2.0, Git defaults to the more conservative 'simple' >behavior, which only pushes the current branch to the corresponding >remote branch that 'git pull' uses to update the current branch. > >See 'git help config' and search for 'push.default' for further information. >(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode >'current' instead of 'simple' if you sometimes use older versions of Git) > >Counting objects: 3, done. >Compressing objects: 33% (1/3) Compressing objects: 66% (2/3) Compressing objects: 100% (3/3) Compressing objects: 100% (3/3), done. >Writing objects: 33% (1/3) Writing objects: 66% (2/3) Writing objects: 100% (3/3) Writing objects: 100% (3/3), 309 bytes | 0 bytes/s, done. >Total 3 (delta 2), reused 0 (delta 0) >remote: error: refusing to update checked out branch: refs/heads/master[K >remote: error: By default, updating the current branch in a non-bare repository[K >remote: error: is denied, because it will make the index and work tree inconsistent[K >remote: error: with what you pushed, and will require 'git reset --hard' to match[K >remote: error: the work tree to HEAD.[K >remote: error: [K >remote: error: You can set 'receive.denyCurrentBranch' configuration variable to[K >remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into[K >remote: error: its current branch; however, this is not recommended unless you[K >remote: error: arranged to update its work tree to match what you pushed in some[K >remote: error: other way.[K >remote: error: [K >remote: error: To squelch this message and still keep the default behaviour, set[K >remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.[K >To /home/shlomif/./Freenode-programming-channel-FAQ/ > ! [remote rejected] master -> master (branch is currently checked out) >error: failed to push some refs to '/home/shlomif/./Freenode-programming-channel-FAQ/' >]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ cd ../Fe[Kreenode-programming-channel-FAQ/ >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ ls >FAQ.mdwn index.mdwn README.mdwn >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git pull --ff-only ../foo/ [A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[K/ >From ../foo > * branch HEAD -> FETCH_HEAD >Updating 9238b08..c42bbfe >Fast-forward > index.mdwn | 1 [32m+[m > 1 file changed, 1 insertion(+) >]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ exit >exit > >Script done on Sat 10 Oct 2015 03:58:59 PM IDT
Script started on Sat 10 Oct 2015 03:54:36 PM IDT [36l>]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ git clone https://github.com/shlomif/Freenode-programming -channel-FAQ.git Cloning into 'Freenode-programming-channel-FAQ'... remote: Counting objects: 91, done.[K remote: Compressing objects: 33% (1/3) [K remote: Compressing objects: 66% (2/3) [K remote: Compressing objects: 100% (3/3) [K remote: Compressing objects: 100% (3/3), done.[K Unpacking objects: 1% (1/91) Unpacking objects: 2% (2/91) Unpacking objects: 3% (3/91) Unpacking objects: 4% (4/91) Unpacking objects: 5% (5/91) Unpacking objects: 6% (6/91) Unpacking objects: 7% (7/91) Unpacking objects: 8% (8/91) Unpacking objects: 9% (9/91) Unpacking objects: 10% (10/91) Unpacking objects: 12% (11/91) Unpacking objects: 13% (12/91) Unpacking objects: 14% (13/91) Unpacking objects: 15% (14/91) Unpacking objects: 16% (15/91) Unpacking objects: 17% (16/91) Unpacking objects: 18% (17/91) Unpacking objects: 19% (18/91) Unpacking objects: 20% (19/91) Unpacking objects: 21% (20/91) Unpacking objects: 23% (21/91) Unpacking objects: 24% (22/91) Unpacking objects: 25% (23/91) Unpacking objects: 26% (24/91) remote: Total 91 (delta 0), reused 0 (delta 0), pack-reused 88[K Unpacking objects: 27% (25/91) Unpacking objects: 28% (26/91) Unpacking objects: 29% (27/91) Unpacking objects: 30% (28/91) Unpacking objects: 31% (29/91) Unpacking objects: 32% (30/91) Unpacking objects: 34% (31/91) Unpacking objects: 35% (32/91) Unpacking objects: 36% (33/91) Unpacking objects: 37% (34/91) Unpacking objects: 38% (35/91) Unpacking objects: 39% (36/91) Unpacking objects: 40% (37/91) Unpacking objects: 41% (38/91) Unpacking objects: 42% (39/91) Unpacking objects: 43% (40/91) Unpacking objects: 45% (41/91) Unpacking objects: 46% (42/91) Unpacking objects: 47% (43/91) Unpacking objects: 48% (44/91) Unpacking objects: 49% (45/91) Unpacking objects: 50% (46/91) Unpacking objects: 51% (47/91) Unpacking objects: 52% (48/91) Unpacking objects: 53% (49/91) Unpacking objects: 54% (50/91) Unpacking objects: 56% (51/91) Unpacking objects: 57% (52/91) Unpacking objects: 58% (53/91) Unpacking objects: 59% (54/91) Unpacking objects: 60% (55/91) Unpacking objects: 61% (56/91) Unpacking objects: 62% (57/91) Unpacking objects: 63% (58/91) Unpacking objects: 64% (59/91) Unpacking objects: 65% (60/91) Unpacking objects: 67% (61/91) Unpacking objects: 68% (62/91) Unpacking objects: 69% (63/91) Unpacking objects: 70% (64/91) Unpacking objects: 71% (65/91) Unpacking objects: 72% (66/91) Unpacking objects: 73% (67/91) Unpacking objects: 74% (68/91) Unpacking objects: 75% (69/91) Unpacking objects: 76% (70/91) Unpacking objects: 78% (71/91) Unpacking objects: 79% (72/91) Unpacking objects: 80% (73/91) Unpacking objects: 81% (74/91) Unpacking objects: 82% (75/91) Unpacking objects: 83% (76/91) Unpacking objects: 84% (77/91) Unpacking objects: 85% (78/91) Unpacking objects: 86% (79/91) Unpacking objects: 87% (80/91) Unpacking objects: 89% (81/91) Unpacking objects: 90% (82/91) Unpacking objects: 91% (83/91) Unpacking objects: 92% (84/91) Unpacking objects: 93% (85/91) Unpacking objects: 94% (86/91) Unpacking objects: 95% (87/91) Unpacking objects: 96% (88/91) Unpacking objects: 97% (89/91) Unpacking objects: 98% (90/91) Unpacking objects: 100% (91/91) Unpacking objects: 100% (91/91), done. Checking connectivity... done. ]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ cd Freenode-programming-channel-FAQ/ ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status -s ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ ls FAQ.mdwn index.mdwn README.mdwn ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ echo "Hello There" >> READ ME.mdwn ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) [31mmodified: README.mdwn[m no changes added to commit (use "git add" and/or "git commit -a") ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git status -s [31mM[m README.mdwn ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git au [K[Kdd README.mdwn ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git ci -m "ADd [K[K[Kdd a line" git: 'ci' is not a git command. See 'git --help'. Did you mean this? gui ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git ci -m "Add a line"[C[C[C[C[C[C[1P[1@o[1@m[1@m[1@it -m "Add a line" [A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'shlomif@localhost.(none)') ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git config --global user.e mail "shlomif@igl[K[K[Kshlomifish.org" ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git config --global user.em mail "shlomif@shlomifish.org" [C[C[C[C[C[K[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[K [K[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Cuser.n ame "Shlomi Fish" ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git config --global user.na ame "Shlomi Fish"[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Cemail "shlomif@shlomifish.org"[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Cmmit -m "Add a line" [K[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[K" [master 9238b08] Add a line 1 file changed, 1 insertion(+) ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ cd .. ]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ ls [0m[01;35mbbb_sunflower_1080p_30fps_normal.mp4[0m git-test-proc.txt [01;34mtmp[0m/ [01;34mDesktop[0m/ identify.strace [01;34mVideos[0m/ [01;34mDocuments[0m/ [01;34mMusic[0m/ [01;32mw3c-logo-blue.svg[0m* [01;34mDownloads[0m/ [01;34mPictures[0m/ [01;34mFreenode-programming-channel-FAQ[0m/ [01;34mTemplates[0m/ ]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ git cloe[Ke[Kne ./fR[K[KFreenode-programming-channel-FAQ/f[K foo Cloning into 'foo'... done. ]0;shlomif@localhost:~]7;file://localhost/home/shlomif[shlomif@localhost ~]$ cd foo/ ]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ ls FAQ.mdwn index.mdwn README.mdwn ]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ echo "Yo yo yo and a bottle of rum" >> index.mdwn ]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git commit -m "Add a line" On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: [31mmodified: index.mdwn[m no changes added to commit ]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git add -u . ]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git add -u .commit -m "Add a line" [master c42bbfe] Add a line 1 file changed, 1 insertion(+) ]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ git push warning: push.default is unset; its implicit value has changed in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the traditional behavior, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple When push.default is set to 'matching', git will push local branches to the remote branches that already exist with the same name. Since Git 2.0, Git defaults to the more conservative 'simple' behavior, which only pushes the current branch to the corresponding remote branch that 'git pull' uses to update the current branch. See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) Counting objects: 3, done. Compressing objects: 33% (1/3) Compressing objects: 66% (2/3) Compressing objects: 100% (3/3) Compressing objects: 100% (3/3), done. Writing objects: 33% (1/3) Writing objects: 66% (2/3) Writing objects: 100% (3/3) Writing objects: 100% (3/3), 309 bytes | 0 bytes/s, done. Total 3 (delta 2), reused 0 (delta 0) remote: error: refusing to update checked out branch: refs/heads/master[K remote: error: By default, updating the current branch in a non-bare repository[K remote: error: is denied, because it will make the index and work tree inconsistent[K remote: error: with what you pushed, and will require 'git reset --hard' to match[K remote: error: the work tree to HEAD.[K remote: error: [K remote: error: You can set 'receive.denyCurrentBranch' configuration variable to[K remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into[K remote: error: its current branch; however, this is not recommended unless you[K remote: error: arranged to update its work tree to match what you pushed in some[K remote: error: other way.[K remote: error: [K remote: error: To squelch this message and still keep the default behaviour, set[K remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.[K To /home/shlomif/./Freenode-programming-channel-FAQ/ ! [remote rejected] master -> master (branch is currently checked out) error: failed to push some refs to '/home/shlomif/./Freenode-programming-channel-FAQ/' ]0;shlomif@localhost:~/foo]7;file://localhost/home/shlomif/foo[shlomif@localhost foo]$ cd ../Fe[Kreenode-programming-channel-FAQ/ ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ ls FAQ.mdwn index.mdwn README.mdwn ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ git pull --ff-only ../foo/ [A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[K/ From ../foo * branch HEAD -> FETCH_HEAD Updating 9238b08..c42bbfe Fast-forward index.mdwn | 1 [32m+[m 1 file changed, 1 insertion(+) ]0;shlomif@localhost:~/Freenode-programming-channel-FAQ]7;file://localhost/home/shlomif/Freenode-programming-channel-FAQ[shlomif@localhost Freenode-programming-channel-FAQ]$ exit exit Script done on Sat 10 Oct 2015 03:58:59 PM IDT
View Attachment As Raw
Actions:
View
Attachments on
bug 16913
: 7111