Add me as a friend on YouTube

2019-07-04 Thread Gabriel Camaisa Reyes
Add me as a friend on YouTube! https://youtu.be/addme/XKCI7csVyvjM28bUorQkowm-XUNqwQ gabriel...@gmail.com

So I want to meet with you, It"s importantly for me..

2019-06-14 Thread Sian Walker
ÓO=ó4ïÝøÓO5Ó_yçßvÔ*'µéíO*^µìmþ™ZŠw!j»

HELLO MY DEAR PLS RPLY ME THROUGH MY EMAIL, I HAVE SOME THING TO DISCUSSED WITH YOU

2019-05-06 Thread michelledjohnson
-- jmichell...@gmail.com

Re:contact me as soon as you receive it

2019-04-28 Thread Mr Hans Erich Helmut
Dear friend , My name is Hans Erich Helmut . I have a client who is interested to invest in your country, she is a well known politician in her country and deserve a lucrative investment partnership with you outside her country without any delay Please can you manage such investment please K

Re: "Give me a break"... well, you gave me one

2019-04-01 Thread Johannes Schindelin
hell, that seems an odd thing to do. Indeed, but it used to work quite well for me, too. I usually made extra sure to start a new session by using `exec bash -i`... > I have been using 'x false' to generate an error exit status to interrupt > the rebase and drop into the curren

Re: "Give me a break"... well, you gave me one

2019-04-01 Thread Johannes Schindelin
Hi Stefan, On Fri, 29 Mar 2019, Stefan Beller wrote: > Am Mi., 6. März 2019 um 06:14 Uhr schrieb Johannes Schindelin > : > > > > just wanted to express my gratitude for your idea to introduce the > > `break` command in `git rebase -i`'s todo list. I use it *all* the > > time now. > > You're welco

Re: "Give me a break"... well, you gave me one

2019-03-29 Thread David
On Thu, 7 Mar 2019 at 09:00, Mike Hommey wrote: > On Wed, Mar 06, 2019 at 03:14:11PM +0100, Johannes Schindelin wrote: > > > > just wanted to express my gratitude for your idea to introduce the `break` > > command in `git rebase -i`'s todo list. I use it *all* the time now. > > +1. Before that, I

Re: "Give me a break"... well, you gave me one

2019-03-29 Thread Stefan Beller
Am Mi., 6. März 2019 um 06:14 Uhr schrieb Johannes Schindelin : > > Hi Stefan, > > just wanted to express my gratitude for your idea to introduce the `break` > command in `git rebase -i`'s todo list. I use it *all* the time now. You're welcome. As you know I am currently taking a break form #git,

[PATCH v4 3/7] gc: refactor a "call me once" pattern

2019-03-28 Thread Ævar Arnfjörð Bjarmason
Change an idiom we're using to ensure that gc_before_repack() only does work once (see 62aad1849f ("gc --auto: do not lock refs in the background", 2014-05-25)) to be more obvious. Nothing except this function cares about the "pack_refs" and "prune_reflogs" variables, so let's not leave the reader

[PATCH v3 3/8] gc: refactor a "call me once" pattern

2019-03-15 Thread Ævar Arnfjörð Bjarmason
Change an idiom we're using to ensure that gc_before_repack() only does work once (see 62aad1849f ("gc --auto: do not lock refs in the background", 2014-05-25)) to be more obvious. Nothing except this function cares about the "pack_refs" and "prune_reflogs" variables, so let's not leave the reader

[PATCH v2 3/7] gc: refactor a "call me once" pattern

2019-03-14 Thread Ævar Arnfjörð Bjarmason
Change an idiom we're using to ensure that gc_before_repack() only does work once (see 62aad1849f ("gc --auto: do not lock refs in the background", 2014-05-25)) to be more obvious. Nothing except this function cares about the "pack_refs" and "prune_reflogs" variables, so let's not leave the reader

Re: [PATCH 3/5] gc: refactor a "call me once" pattern

2019-03-13 Thread Jeff King
On Thu, Mar 14, 2019 at 12:54:37AM +0100, Ævar Arnfjörð Bjarmason wrote: > Change an idiom we're using to ensure that gc_before_repack() only > does work once (see 62aad1849f ("gc --auto: do not lock refs in the > background", 2014-05-25)) to be more obvious. > > Nothing except this function care

[PATCH 3/5] gc: refactor a "call me once" pattern

2019-03-13 Thread Ævar Arnfjörð Bjarmason
Change an idiom we're using to ensure that gc_before_repack() only does work once (see 62aad1849f ("gc --auto: do not lock refs in the background", 2014-05-25)) to be more obvious. Nothing except this function cares about the "pack_refs" and "prune_reflogs" variables, so let's not leave the reader

Re: "Give me a break"... well, you gave me one

2019-03-06 Thread Mike Hommey
On Wed, Mar 06, 2019 at 03:14:11PM +0100, Johannes Schindelin wrote: > Hi Stefan, > > just wanted to express my gratitude for your idea to introduce the `break` > command in `git rebase -i`'s todo list. I use it *all* the time now. +1. Before that, I was using `x bash`, and ended up doing `git re

"Give me a break"... well, you gave me one

2019-03-06 Thread Johannes Schindelin
Hi Stefan, just wanted to express my gratitude for your idea to introduce the `break` command in `git rebase -i`'s todo list. I use it *all* the time now. Ciao, Dscho

Re: Kindly write me for further discussion.

2019-02-22 Thread Mr Ho Youn Chi
Hello. I am Ho Youn Chi , the vice president at Fauji Engineering. My company is interested in extending our services in your country. I am contacting you to know if you can be of great help by assisting us in this process. Kindly write me for further discussion. Regard Mr Ho Youn Chi

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-18 Thread Elijah Newren
1 > > file name 2 > > ... > > bla bla bla > > > > But now, the files are output in one line and given that some files > > may have spaces in the name I do not see how this can be parsed. If we > > could have easily parseable output of merge, it would be en

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-18 Thread Jeff King
e parsed. If we > could have easily parseable output of merge, it would be enough for > me. Interesting. I don't see that behavior at all. E.g., running this: -- >8 -- git init repo cd repo echo base >base; git add base; git commit -m base for i in one two three; do echo $i

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Mark Kharitonov
1 file name 2 ... bla bla bla But now, the files are output in one line and given that some files may have spaces in the name I do not see how this can be parsed. If we could have easily parseable output of merge, it would be enough for me. Le lun. 17 déc. 2018 à 14:37, Duy Nguyen a écrit

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Duy Nguyen
; (https://stackoverflow.com/questions/53679167/can-git-tell-me-which-uncommitted-files-clash-with-the-incoming-changes) > > > and usually there are tons of responses on Git questions, but not on > > > this one. > > > > > > Allow me to quote it now. > > >

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Jeff King
issing something. E.g. earlier I had a > conflict between a WIP series of mine in next in > parse-options-cb.c. Just using git-merge-tree and grepping for conflict > markers gives me what conflicted: I forgot about the existence of merge-tree (though TBH I don't have a huge amount of fai

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Ævar Arnfjörð Bjarmason
2.txt >> Please commit your changes or stash them before you merge. >> Aborting >> Updating 2dc8bd0..ea343f8 >> C:\Dayforce\test [master ↓2 +0 ~2 -0 !]> >> >> Does git have a command that can tell me which uncommitted files cause >>

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Elijah Newren
On Mon, Dec 17, 2018 at 8:26 AM Duy Nguyen wrote: > > On Mon, Dec 17, 2018 at 2:11 PM Mark Kharitonov > wrote: > > > > Hi, > > I have asked this question on SO > > (https://stackoverflow.com/questions/53679167/can-git-tell-me-which-uncommitted-files-clash-w

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Duy Nguyen
On Mon, Dec 17, 2018 at 2:11 PM Mark Kharitonov wrote: > > Hi, > I have asked this question on SO > (https://stackoverflow.com/questions/53679167/can-git-tell-me-which-uncommitted-files-clash-with-the-incoming-changes) > and usually there are tons of responses on Git questions, bu

Re: Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Jeff King
m before you merge. > Aborting > Updating 2dc8bd0..ea343f8 > C:\Dayforce\test [master ↓2 +0 ~2 -0 !]> > > Does git have a command that can tell me which uncommitted files cause > the this error? I can see them displayed by git pull, but I really do > not want

Can git tell me which uncommitted files clash with the incoming changes?

2018-12-17 Thread Mark Kharitonov
Hi, I have asked this question on SO (https://stackoverflow.com/questions/53679167/can-git-tell-me-which-uncommitted-files-clash-with-the-incoming-changes) and usually there are tons of responses on Git questions, but not on this one. Allow me to quote it now. Please, observe: C:\Dayforce

Why Me In This Terrible Condition.

2018-11-07 Thread Mrs Franisca carlsen
John Carlsen, a widow suffering from long time illness. I have some funds I inherited from my late husband, the sum of (eleven million dollars) my Doctor told me recently that I have serious sickness which is cancer problem. What disturbs me most is my stroke sickness. Having known my condition, I

Why Me In This Terrible Condition.

2018-11-06 Thread Mrs Franisca carlsen
John Carlsen, a widow suffering from long time illness. I have some funds I inherited from my late husband, the sum of (eleven million dollars) my Doctor told me recently that I have serious sickness which is cancer problem. What disturbs me most is my stroke sickness. Having known my condition, I

I am still waiting for your reply to my letter to you, Get back to me so that I can give you more details.

2018-10-07 Thread Sindiy Abiu

ASSIST ME TO GET THIS MONEY PLEASE

2018-08-29 Thread Dr Bartholomew Caleb
Good day my dear friend, Let me start by introducing myself. I am Bartholomew Caleb, an accounts officer with Bank of Africa here in Burkina Faso West Africa. I am writing you this letter based on the latest development at my bank whichI will like to bring to your personal edification

How are you doing today? Please read my email and reply me!!

2018-07-11 Thread Billy Wilfred
, legal and legitimate loan company office in Turkey. Kindly get in touch for further details and procedures. Thanks for your cooperation with us. I will be waiting for your response. Further more details and directives contact me on my private email: bwilalessan...@gmail.com Thank you &

git shortlog --author=Me

2018-03-26 Thread Brendan Maginnis
If I have a .mailmap file containing Me brendanator And I run git log --author=Me I see all my commits However if I run git shortlog --author=Me my commits are not shown

VERY URGENT AND GET BACK TO ME

2018-03-04 Thread Mr.Yaya Bambara
Greetings My Dear Friend, MY name is Mr.Yaya Bambara i am working in ADB bank I have ($16.4million Dollars) to transfer to your country and if you are interested get back to me immediately for more details.and i we give you 40% for you and 60% for me ok. Mr.Yaya Bambara. Telex Manager African

Good day, I am contacting you in regards to my late client who bears the same surname with you. Please, contact me back urgently for details about this message. Barrister Ransley Bethel (ESQ).

2018-03-01 Thread Ransley Bethel

please resolve a mystery for me: what is j-c-diff exactly? ;)

2018-01-25 Thread Yaroslav Halchenko
Hi Junio et al, j-c-diff is "used" in the docs within git, git-annex, and other places discussing git. But I failed to find it to seek for an ultimate prototypical example of the diff command used by git ppl ;) $> git log -Sj-c-diff -p Documentation/gitattributes.txt commit 2cc3167c688d1c91bc4c

Me

2018-01-09 Thread Leilani Buxton
Sent from my iPhone

Why Me In This Terrible Condition.

2018-01-09 Thread Sandrine Paul
John Carlsen, a widow suffering from long time illness. I have some funds I inherited from my late husband, the sum of (eleven million dollars) my Doctor told me recently that I have serious sickness which is cancer problem. What disturbs me most is my stroke sickness. Having known my condition, I

★ girl83 --“2018世界复合材料展览及会议”将于“3月”在“法国巴黎”举行 (地右P1-L-Me)

2017-12-21 Thread git-owner
尊敬的 gir...@yahoo.com 企业领导/公司负责人/业界专家,您好:       新材料为21世纪三大共性关键技术之一,已成为全球经济迅速增长的源动力和提升核心竞争力的战略焦点。材料作为制造业的基础,特别是新材料研究和产业发展的水平与规模,已经成为衡量一个国家科技进步和综合实力的重要标志。在新材料发展与应用中,复合材料占有相当重要的地位,特别广泛的应用在汽车、交通、风能、航空、航天、兵器、船舶、国防、机械、电子、化工、建筑、农业、渔业、纺织、运动器材等领域,一直是世界各国优先发展和竞争激烈的重要行业。      “JEC世界复合材料展览及会议”(JEC world Composi

Kindly Assist Me

2017-12-08 Thread Mr. Sonami
Kindly Assist Me In good faith from Mr.Sonami, actually could you please consider to help me to relocate this sum of five million, three hundred thousand dollars (US$5.3 m) to your country for establishing a medium industry in your country? The said 5.3 million dollars was deposited in our bank

GET BACK TO ME FOR YOUR ATM CARD

2017-11-28 Thread Secretary General
3 Whitehall Court London SW1A 2EL United Kingdom Attention:Beneficairy. NOTE: If you received this message in your SPAM/BULK folder, it is because of the restrictions imposed by your Mail/Internet Service Provider, we urge you to treat it genuinely. How are you today? Hope all is well with you

I have a PRPSL for you, kindly contact me on j11...@outlook.kr for details

2017-11-16 Thread Nunez, Daniela
Daniela Nunez Adjunct Faculty daniela.nun...@tamiu.edu Tel. (956) 326-2647 Fax (956) 326- Department Of Humanities Texas A&M International University 5201 University Blvd Laredo, Texas 78041 As pursuant to Texas A&M International University rule 33.04.99.L2 concerning the Use and Disposition

Please read carefully and get back to me,

2017-10-26 Thread Mrs AzeezahLawala
-- Assalamu Alaikum. I am Mrs Azeezah Lawal from France, I am 58 years old woman suffering from Endometrial cancer and I live in west Africa, please i want you help me create a charitable project with the money that I inherited from my deceased husband, I crave your indulgence as a God fearing

Contact me for more informations.

2017-10-20 Thread HIMMED OMAR
Greetings You are being contacted you is to transfer an abandoned $26.7m Thousand Dollars) to your account. As the Next Of Kin to deceased customer who died in motor accident with his family living no body behind to put claim on his deposit in our bank, you would be given more information upon

I Hope you have not forgotten me??

2017-10-20 Thread Steven Timoth
Hello Dear Friend, I Hope you have not forgotten me?? It is my pleasure to reach you after our unsuccessful attempt on our business transaction. Well, I just want to use this medium to thank you very much for your earlier assistance to help me in receiving the funds. I am obliged to inform you

CONTACT ME ON THIS REGARDS

2017-10-15 Thread Yeger
I request your connsent for an urgent bussiness deal for you. Kindly get back to me for details. Chana

Its me Ruth

2017-07-30 Thread Ruth Mawere
-- Hello Dear, Its me Ruth, did you receive my previous email? please write me back immediately to let me know, i wait to hear back from you, kisses. Hallo Liebe, Es ist mir Ruth, hast du meine vorherige E-Mail erhalten? Bitte schreibe mir sofort zurück, um mich wissen zu lassen, ich

Can You Handle This For Me ?

2017-07-17 Thread Mrs.Susan Permintel
o transfer the fund to you as a foreigner that will apply to the bank after I have gone that they should release the fund to him/her, but you will assure me that you will take 50 percent of the fund and 50 percent to the orphanage as I instructed for my heart to rest in peace. Res

Re: My Second Email to You, Pls Reply Me

2017-07-12 Thread Makl Na
Hello Dear, How are you doing? I hope you are doing well. I am writing as I have written to you previously without any response from you. I hope all is well with you.I will appreciate if you will acknowledge your receipt of this mail. Thank you and have a good day. Miss Naya Please Write Me

[RFPR] please ping me with materials for upcoming 2.14

2017-07-06 Thread Junio C Hamano
As I want to start the pre-release stabilization period for the upcoming Git 2.14 sometime next week, please throw me a pull request soonish if you have updates meant for it. Thanks.

Reply me back!!

2017-06-27 Thread Mr.Adams Salem
I have been trying to reach you

let me know

2017-06-26 Thread CELINE
Hello, important charity foundation proposal to discuss with you, if you are interested please reply urgently for details. with love, CELINE

Re: My Second Email to You, Pls Reply Me Soon

2017-06-24 Thread Fani Investment
Hello Dear, How are you doing? I hope you are doing well. I am writing as I have written to you previously without any response from you. I hope all is well with you.I will appreciate if you will acknowledge your receipt of this mail. Thank you and have a good day. Mrs Fatma. Please Write Me

Re: How to avoid "Please tell me who you are..."?

2017-06-06 Thread Junio C Hamano
Jeffrey Walton writes: > On Fri, Jun 2, 2017 at 2:30 AM, Davide Fiorentino > wrote: >> Is there a reason why you don't want or can't set those details? > > Well, they don't exist so there's nothing to set. > > The machine below its a CubieBoard used for testing. I remote into it > with test@. As

Re: How to avoid "Please tell me who you are..."?

2017-06-02 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Fri, Jun 2, 2017 at 9:15 AM, Junio C Hamano wrote: >> Jeffrey Walton writes: >> >>> Is there no switch? Its the most efficient way to accomplish the task. >> >> This is a safety to help normal human users from hurting themselves, >> and it does not make any

Re: How to avoid "Please tell me who you are..."?

2017-06-02 Thread Ævar Arnfjörð Bjarmason
On Fri, Jun 2, 2017 at 9:15 AM, Junio C Hamano wrote: > Jeffrey Walton writes: > >> Is there no switch? Its the most efficient way to accomplish the task. > > This is a safety to help normal human users from hurting themselves, > and it does not make any sense to have "I have no name, so record >

Re: How to avoid "Please tell me who you are..."?

2017-06-02 Thread Junio C Hamano
Jeffrey Walton writes: > Is there no switch? Its the most efficient way to accomplish the task. This is a safety to help normal human users from hurting themselves, and it does not make any sense to have "I have no name, so record garbage, please" option, switch or setting that is different from

Re: How to avoid "Please tell me who you are..."?

2017-06-02 Thread Jeffrey Walton
gt; When I attempt to test a commit it produces: >> >> $ git cherry-pick eb3b27a6a543 >> >> *** Please tell me who you are. > [...] >> This is a nameless test account, so there is no information to provide. >> >> How do I tell Git to ignore thes

Re: How to avoid "Please tell me who you are..."?

2017-06-02 Thread Konstantin Khomoutov
herry-pick eb3b27a6a543 > > *** Please tell me who you are. [...] > This is a nameless test account, so there is no information to provide. > > How do I tell Git to ignore these checks? [...] > Well, they don't exist so there's nothing to set. > > The machine below its a

Re: How to avoid "Please tell me who you are..."?

2017-06-01 Thread Jeffrey Walton
clone of >> upstream. On occasion it needs to test a particular commit. >> >> When I attempt to test a commit it produces: >> >> $ git cherry-pick eb3b27a6a543 >> >> *** Please tell me who you are. >> >> Run >> >> g

How to avoid "Please tell me who you are..."?

2017-06-01 Thread Jeffrey Walton
I'm working on a test machine. It mostly needs to be a clone of upstream. On occasion it needs to test a particular commit. When I attempt to test a commit it produces: $ git cherry-pick eb3b27a6a543 *** Please tell me who you are. Run git config --global user.ema

hope you remember me???

2017-05-04 Thread Makena Jelani
Hello dear, I am Miss Makena Jelani. hope you remember me? is been a long time, where have you been. well, contact me so we can talk Makena.

Get Back To Me Fast

2017-03-31 Thread Mr James Musa
Good day my good friend, Let me start by introducing myself. I am James Musa, an accounts officer with Bank of Africa here in Burkina Faso West Africa. I am writing you this letter based on the latest development at my bank whichI will like to bring to your personal edification. ($9million

Re: blame --line-porcelain is providing me with funny output

2017-03-23 Thread Stefan Beller
On Thu, Mar 23, 2017 at 4:03 AM, Dennis Kaarsemaker wrote: > On Wed, 2017-03-22 at 18:32 -0600, Edmundo Carmona Antoranz wrote: >> >> $ git blame --no-progress -w --line-porcelain -L 72,72 >> author-mail >> >> $ git cat-file -p 3290fe6dd2a7e2bb35ac760443335dec58802ff1 >> author Stefan Beller 148

Re: blame --line-porcelain is providing me with funny output

2017-03-23 Thread Dennis Kaarsemaker
On Wed, 2017-03-22 at 18:32 -0600, Edmundo Carmona Antoranz wrote: > > $ git blame --no-progress -w --line-porcelain -L 72,72 > author-mail > > $ git cat-file -p 3290fe6dd2a7e2bb35ac760443335dec58802ff1 > author Stefan Beller 1484160452 -0800 > > Committer mails are matching, however author ma

blame --line-porcelain is providing me with funny output

2017-03-22 Thread Edmundo Carmona Antoranz
Hi, everybody! As part of my improvements to difflame I want to use revision information as provided by blame --line-porcelain so that I can avoid some git calls to cat-file -p to get revision information hoping that information would be a match. However I'm not finding that to be the case. $ git

Respond to me immediately!!

2017-03-18 Thread DR.ANTHONY EMMANUEL
put or attachment his file to our favor. Also with my position every thing works successfully. Contact me for more details please if you really want to know about this business also want to get more details please contact me through this my alternative email for more detail copy this address

Respond to me immediately!!

2017-02-09 Thread DR.ANTHONY EMMANUEL
put or attachment his file to our favor. Also with my position every thing works successfully. Contact me for more details please if you really want to know about this business also want to get more details please contact me through this my alternative email for more detail copy this address

CONTACT ME URGENTLY

2017-02-09 Thread Ahmed Zongo
MY name is Mr. ahmed zongo i am working in ADB bank I have some funds to transfer to your country and if you are interested get back to me immediately for more details.and i we give 40% for you and 60% for me ok. Please note; reply me through this email (zongoahmed...@gmail.com), Thanks with my

Please get back to me

2017-02-02 Thread Qatif Group of Companies
Dear Friend, I would like to discuss a very important issue with you. I am writing to find out if this is your valid email. Please, let me know if this email is valid Kind regards Adrien Saif Attorney to Qatif Group of Companies

Respond to me immediately!!

2017-01-19 Thread DR.ANTHONY EMMANUEL
put or attachment his file to our favor. Also with my position every thing works successfully. Contact me for more details please if you really want to know about this business also want to get more details please contact me through this my alternative email for more detail copy this address

HELP ME PLEASE

2017-01-16 Thread Abdoul Issouf
HELP ME PLEASE Dear Friend I am Mr. Abdoul Issouf ,I work for BOA bank Ouagadougou Burkina Faso. I have a business proposal which concerns the transfer of $13.5 Million USD, into a foreign account. Everything about this transaction shall be legally done without any problem. If you are

I want to present you as the owner of funds In my Bank.which will be Invested in your Country with your help, Kindly Get back to me with your Phone number

2016-12-05 Thread Minoru
information

Please reply me

2016-11-09 Thread Rebecca Taylor
charity work anywhere the Lord laid us to. Since His death I have been having Lung Cancer and now my doctor has confirm to me that i would not last for the next 16 Weeks due to the cancer illness. My husband died as the result of a Political tussle in Cote d' Ivoire 2011 that took many inn

Is me Ruth

2016-07-24 Thread nsk_inskoi_a5
Het is me Ruth, krijg je mijn e-mail? schrijf me onmiddellijk terug om me te laten weten, kussen. Ruth. Wachten. It's me Ruth, are you getting my email? please write me back immediately to let me know, kisses. Ruth. Waiting. -- To unsubscribe from this list: send the line "unsubscri

Is me Ruth

2016-07-23 Thread nsk_inskoi_a5
Njena me Ruth, ste dobili mojo e-pošto? pišite mi nazaj takoj, da mi sporocite, poljubi. Ruth. Waiting. It's me Ruth, are you getting my email? please write me back immediately to let me know, kisses. Ruth. Waiting. -- To unsubscribe from this list: send the line "unsubscribe git"

Re: git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-08 Thread Duy Nguyen
On Thu, Jul 7, 2016 at 8:44 PM, Erik Johnson wrote: > % git branch -D archive-extracted-xz > error: Cannot delete branch 'archive-extracted-xz' checked out at > '/home/erik/git/salt/archive-extracted-xz' This is from commit f292244 (branch -d: refuse deleting a branch which is currently checked o

Re: git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-08 Thread Erik Johnson
t/foo' % rm -rf /home/erik/git/salt/foo % git branch -D foo error: Cannot delete branch 'foo' checked out at '/home/erik/git/salt/foo' % git worktree prune -v Removing worktrees/foo: gitdir file points to non-existent location % git branch -D foo Deleted branch foo (was 91

Re: git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-08 Thread Jacob Keller
On Fri, Jul 8, 2016 at 7:22 PM, Erik Johnson wrote: > On Fri, Jul 08, 2016 at 05:41:17PM -0700, Jacob Keller wrote: >> It is possible we should update "git branch -d" should perform a >> worktree prune first, since that would enable it to determine that you >> deleted the directory, and any worktr

Re: git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-08 Thread Erik Johnson
to delete. Thanks, Jake Well, I never mentioned -d (I was using -D), but I think we're both in agreement. -- -Erik "For me, it is far better to grasp the universe as it really is than to persist in delusion, however satisfying and reassuring." --Carl Sagan signature.asc Description: PGP signature

Re: git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-08 Thread Jacob Keller
On Thu, Jul 7, 2016 at 5:36 PM, Erik Johnson wrote: > I'm not expecting _any_ git branch command to prune worktrees, but a > branch _deletion_ shouldn't fail because git thinks the branch is > checked out in a worktree that doesn't exist anymore. Even in the > scenario where the worktree correspon

Re: git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-07 Thread Erik Johnson
/home/erik/git/salt/archive-extracted-xz || echo "directory doesn't exist" directory doesn't exist % git --version git version 2.9.0 I know that I can just get rid of this error by pruning the worktrees, but this still seems like incorrect behavior on the part of git branch. It sh

Re: git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-07 Thread Jacob Keller
echo "directory > doesn't exist" > directory doesn't exist > % git --version > git version 2.9.0 > > I know that I can just get rid of this error by pruning the worktrees, > but this still seems like incorrect behavior on the part of git branch. > It shouldn&#

git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir

2016-07-07 Thread Erik Johnson
ist % git --version git version 2.9.0 I know that I can just get rid of this error by pruning the worktrees, but this still seems like incorrect behavior on the part of git branch. It shouldn't be telling me that the branch is checked out in a directory that does not exist, that is just factua

Re: Is there a --stat or --numstat like option that'll allow me to have my cake and eat it too?

2016-03-08 Thread Ævar Arnfjörð Bjarmason
On Tue, Mar 8, 2016 at 9:51 PM, Jeff King wrote: > On Tue, Mar 08, 2016 at 04:08:21PM +0100, Ævar Arnfjörð Bjarmason wrote: > >> What I really want is something for git-log more like >> git-for-each-ref, so I could emit the following info for each file >> being modified delimited by some binary ma

Re: Is there a --stat or --numstat like option that'll allow me to have my cake and eat it too?

2016-03-08 Thread Jeff King
On Tue, Mar 08, 2016 at 04:08:21PM +0100, Ævar Arnfjörð Bjarmason wrote: > What I really want is something for git-log more like > git-for-each-ref, so I could emit the following info for each file > being modified delimited by some binary marker: > > - file name before > - file name afte

Re: Is there a --stat or --numstat like option that'll allow me to have my cake and eat it too?

2016-03-08 Thread Junio C Hamano
me? > - is binary? > - size in bytes before > - size it bytes after > - removed lines > - added lines > > I think no combination of git-log options or any built-in machinery > comes close to giving me all of that without having to do multiple > passes wi

Is there a --stat or --numstat like option that'll allow me to have my cake and eat it too?

2016-03-08 Thread Ævar Arnfjörð Bjarmason
so I could emit the following info for each file being modified delimited by some binary marker: - file name before - file name after - is rename? - is binary? - size in bytes before - size it bytes after - removed lines - added lines I think no combination of gi

Re: Please CC me for the development/bug fixes

2016-03-02 Thread Stefan Beller
just subscribe to the mailing list, by sending "subscribe git" to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html On Wed, Mar 2, 2016 at 9:35 AM, Aditya Baderdinni wrote: > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the b

Please CC me for the development/bug fixes

2016-03-02 Thread Aditya Baderdinni
-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Bug#813084: Background git gc fails, telling me to run git prune, which doesn't help

2016-02-27 Thread Ben Hutchings
> warning: There are too many unreachable loose objects; run 'git prune' to > > remove them. > > > > However, after running 'git prune' and 'git gc' (which succeeds), git > > soon tries to a background gc again, resulting in the same er

Re: git log --author=me

2015-11-03 Thread Junio C Hamano
Michael J Gruber writes: > Alternatively: How about teaching git-completion to complete the > argument to --author? Expensive, I know, but faster than typing it out > or realising "Michael J" is not as unique as you think ;) Or $ git log --author="$me" with

Re: git log --author=me

2015-11-03 Thread Michael J Gruber
Duy Nguyen venit, vidit, dixit 02.11.2015 19:37: > On Mon, Nov 2, 2015 at 2:27 PM, Harry Jeffery wrote: >> Hi, >> >> I've written a patch that allows `me` to be used as shorthand for >> $(user.name) or $(user.email) in the `--author` and `--commiter` fields.

Re: git log --author=me

2015-11-02 Thread Duy Nguyen
On Mon, Nov 2, 2015 at 2:27 PM, Harry Jeffery wrote: > Hi, > > I've written a patch that allows `me` to be used as shorthand for > $(user.name) or $(user.email) in the `--author` and `--commiter` fields. > > The purpose being to make finding your own commits quicker an

Re: git log --author=me

2015-11-02 Thread Matthieu Moy
Junio C Hamano writes: > Andreas Schwab writes: > >> Harry Jeffery writes: >> >>> The purpose being to make finding your own commits quicker and easier: >>> git log --author=me >> >> Since --author does a regexp search, this would most likel

Re: git log --author=me

2015-11-02 Thread Junio C Hamano
Andreas Schwab writes: > Harry Jeffery writes: > >> The purpose being to make finding your own commits quicker and easier: >> git log --author=me > > Since --author does a regexp search, this would most likely break > someone's searches. Better add a new o

Re: git log --author=me

2015-11-02 Thread Andreas Schwab
Harry Jeffery writes: > The purpose being to make finding your own commits quicker and easier: > git log --author=me Since --author does a regexp search, this would most likely break someone's searches. Better add a new option for that functionality. Andreas. -- Andreas

Contact me

2015-11-02 Thread Richard Sun
Hello, My name is Mr. Richard Sun from Hong Kong. I want you to be my partner in a business project. Contact me back via my private e-mail address for more details; ricadt...@ymail.com Thank you Richard Sun. -- To unsubscribe from this list: send the line "unsubscribe git" in the

git log --author=me

2015-11-02 Thread Harry Jeffery
Hi, I've written a patch that allows `me` to be used as shorthand for $(user.name) or $(user.email) in the `--author` and `--commiter` fields. The purpose being to make finding your own commits quicker and easier: git log --author=me Is this a change that would be accepted if subm

Please let me know if you need to print color box, display box and labels

2015-04-13 Thread Jinghao Printing - CHINA
Hi, this is David Wu from Shanghai, China. Please let me know if you need color box, display box, corrugated box, label, hang tag etc. I will send you the website. Best regards, David Wu -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message

Re: [BUG?] setting ulimit in test suite broken for me

2015-01-21 Thread Stefan Beller
On Wed, Jan 21, 2015 at 11:03 AM, Jeff King wrote: > > in your debugging statement (and of course use run_with... for the > actual git command you want to limit). > Thanks for that hint, its now part of the bugfix series. Stefan -- To unsubscribe from this list: send the line "unsubscribe git" i

  1   2   >