Re: [PATCH] test-progress: fix test failures on big-endian systems

2019-10-19 Thread John Paul Adrian Glaubitz
Hi Gábor! On 10/20/19 1:37 AM, SZEDER Gábor wrote: > On Sat, Oct 19, 2019 at 11:38:40PM +0200, John Paul Adrian Glaubitz wrote: >> The testsuite is failing again on s390x and all other big-endian targets in >> Debian. For a full build log on s390x see [1]. > > Gah, my p

Re: [BUG]: Testsuite failures on big-endian targets

2019-10-19 Thread John Paul Adrian Glaubitz
see failing is test 6 in t0016-oidmap. Grepping > for '^not ok ' is helpful in this case, though it's even > better when the test summary is provided, as it points to > the failing tests by name and number. The testsuite is failing again on s390x and all other big-endian

[BUG]: Testsuite failures on big-endian targets

2019-07-30 Thread John Paul Adrian Glaubitz
such as sparc64 can be retrieved through the gcc compile farm [1]. Thanks, Adrian > [1] https://gcc.gnu.org/wiki/CompileFarm -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: I messed up my own git tree and I don't know how to fix it.

2019-04-20 Thread Adrian H
to the github remote repository condition and not > have my own git tree mark these as changed? > > --rob solomon > -- Adrian Hawryluk BSc. Computer Science Specialising in: OOD Methodologies in UML OOP Methodologies in C, C++ and more RT Embedded Programming GUI Development

Re: `git add <>` results in "fatal: ... is outside repository"

2019-03-11 Thread Jack Adrian Zappa
Hey Anthony, Are you sure that you have 8.3 active on the partition you are using? IIRC, It is not on by default anymore. To see, go to a cmd line and type "dir /x". If there are any files that exceed the 8.3 format, it will show those files with two names, the 8.3 name and the long name. If it

Re: git reset error on Windows

2019-03-07 Thread Adrian Godong
" git mv .\file .\file2 git commit -m "2" git reset --hard HEAD^ > Deletion of directory 'dir' failed. Should I try again? (y/n) Choosing y will repeat the same prompt. Choosing n will complete the operation correctly. -- Adrian Godong adrian.god...@gmail.com

git case sensitivity issue

2019-02-27 Thread Adrian Wright
Hi, I am a git-for-windows user and have run into issues with casing on Windows OS. I filed a GitHub issue directly on the git-for-windows repo: The issue can be found on URL: https://github.com/git-for-windows/git/issues/2066 See the GitHub link above for more details on the bug. According t

Git not creating new directory when cloning

2018-06-21 Thread Jack Adrian Zappa
Hi, I was trying to clone a repo into a non-existent directory. but it gave me a failure: $ git clone https://github.com/jelera/vim-javascript-syntax.git ~/.vim/bundle/vim-javascript-syntax fatal: destination path '/home/username/.vim/bundle/vim-javascript-syntax' already exists and is not an em

FUND DONATION US$25MILLION

2017-11-26 Thread adrian
US$25 Million Has Been Granted To You As A Donation Visit www.bbc.co.uk/news/uk-england- 19254228 For Details Send Us Your Name, Home Address And Phone Numbers, text us at ( adrian.payment2...@yahoo.com ) For More Information. Best Regard: Mr. Adrian and Gillian Bayford FUND DONATION US

[Bug Report] [includeIf] does not parse case insensitive -> case sensitive symlink gitdir

2017-10-27 Thread Adrian Kappel
sitive volume ** Environment Information -- git --version: 2.14.1 OS: macOS Sierra 10.12.6 If a fix is not feasible or likely to be implemented, I would recommend that we update the git site's documentation to reflect this gotcha. After verification

[no subject]

2017-09-22 Thread Adrian Gillian Bayford
£1.5 Million Has Been Granted To You As A Donation Visit www.bbc.co.uk/news/uk-england-19254228 Sendname Address Phone for more info

[no subject]

2017-08-14 Thread Adrian Gillian Bayford
£1.5 Million Has Been Granted To You As A Donation Visit www.bbc.co.uk/news/uk-england-19254228 Sendname Address Phone for more info

[no subject]

2017-08-03 Thread Adrian Gillian Bayford
£1.5 Million Has Been Granted To You As A Donation Visit www.bbc.co.uk/news/uk-england-19254228 Sendname Address Phone for more info

[no subject]

2017-06-07 Thread Adrian Gillian Bayford
£1.5 Million Has Been Granted To You As A Donation Visit www.bbc.co.uk/news/uk-england-19254228 Sendname Address Phone for more info Where this email is unrelated to the business of University of the Arts London the opinions expressed in it are the opinions of the sender and do not necessarily c

[PATCH] change 'commands' to comments and improve wording

2017-05-26 Thread Adrian
--- Documentation/git-stash.txt | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 70191d06b69e..3899d36b2bab 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -233,7 +233,7 @@ retu

Documentation issue: git-stash examples

2017-05-25 Thread Adrian Forbes
...` like the other comments in the section. It could be misleading for novices. Adrian (github: @Solder-Soldier)

Cash Donation

2017-03-18 Thread Adrian Gillian Bayford
£1.5 Million Has Been Granted To You As A Donation Visit www.bbc.co.uk/news/uk-england-19254228 Sendname Address Phone for more info

format-patch subject-prefix gets truncated when using the --numbered flag

2017-02-28 Thread Adrian Dudau
subject = "Subject: "; } Apparently the size of the "buffer" var is different in the two situations. Anybody knows if this is by design or just an old oversight? I can send a patch to fix it but I'm not very familiar with the git code and I'm afraid some hidden consequence I don't see right now. Cheers, --Adrian

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
> where it has grabbed a line at 126 and is using that for the hunk header. When I say that, I mean that it is using that line for *every* hunk header, for every change, regardless if it has passed a hunk head that it should have matched. On Wed, Feb 8, 2017 at 7:01 PM, Jack Adrian Za

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
Tried to copy the .git/config file over to the non-working repository and it didn't seem to do anything. Could the git database be partially corrupted? On Wed, Feb 8, 2017 at 7:00 PM, Jack Adrian Zappa wrote: > Well, it mostly works, but I'm getting some weirdness where it has >

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
ss. :( On Wed, Feb 8, 2017 at 4:12 PM, Jack Adrian Zappa wrote: > That was it. I have a .gitattributes file in my home directory. > Ahhh, but it's not in my %userprofile% directory, but in my ~ > directory. > > A bit confusing having 2 home directories. I made a link to my >

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
2017 at 4:05 PM, Samuel Lijin wrote: > Double check .gitattributes? > > On Feb 8, 2017 2:58 PM, "Jack Adrian Zappa" wrote: >> >> Thanks Samuel, >> >> That example showed that there must be something wrong in my .git >> directory, because with it, I&#

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
://github.com/sxlijin/xfuncname-test > > Try cloning and then for any of config1 thru 3, > > $ cp configX .git/config > $ git diff HEAD^ -- test.natvis > > On Wed, Feb 8, 2017 at 2:42 PM, Jack Adrian Zappa > wrote: >> Thanks Samuel, >> >> So, the

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
017 at 12:37 PM, René Scharfe wrote: >> Am 08.02.2017 um 18:11 schrieb Jack Adrian Zappa: >>> Thanks Rene, but you seem to have missed the point. NOTHING is >>> working. No matter what I put there, it doesn't seem to get matched. >> >> I'm not so sure

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
command: git config diff.natvis.xfuncname "^[\t ]* wrote: > Am 08.02.2017 um 18:11 schrieb Jack Adrian Zappa: >> Thanks Rene, but you seem to have missed the point. NOTHING is >> working. No matter what I put there, it doesn't seem to get matched. > > I'm not so su

Re: Trying to use xfuncname without success.

2017-02-08 Thread Jack Adrian Zappa
indows, so this might be a platform thing. Can anyone else on Windows please confirm? Thanks, A On Tue, Feb 7, 2017 at 6:18 PM, René Scharfe wrote: > Am 07.02.2017 um 20:21 schrieb Jack Adrian Zappa: >> >> I'm trying to setup a hunk header for .natvis files. For some reason, &g

Trying to use xfuncname without success.

2017-02-07 Thread Jack Adrian Zappa
I'm trying to specify a hunk header using xfuncname, and it just doesn't want to work. The full question is on SO here: http://stackoverflow.com/questions/42078376/why-isnt-my-xfuncname-working-in-my-gitconfig-file But the basic gist is that no matter what regex I specify, git will not recognise

Problem staging file

2015-11-09 Thread Jack Adrian Zappa
I'm using vss2git [1] which as the name suggests, converts a VSS source control database to git. It has had a couple of hiccups, but for the most part I've not had too much problems that I couldn't manually fix except for this one. I have a file that refuses to be staged. The commands are:

Re: diff not finding difference

2015-09-24 Thread Jack Adrian Zappa
On Thu, Sep 24, 2015 at 5:09 PM, Jack Adrian Zappa wrote: > This is a weird one: > > [file-1 begin] > > abcd efg hijklmnop > > [file-1 end] > > [file-2 begin] > > blah blah blah >

Fwd: diff not finding difference

2015-09-24 Thread Jack Adrian Zappa
This is a weird one: [file-1 begin] abcd efg hijklmnop [file-1 end] [file-2 begin] blah blah blah / abdc boo ya! [file-2 end] Do a diff between these and it won't find any difference. Same with the following two

Re: error opening

2015-09-11 Thread Adrian Ang
Renato Akaboci gmail.com> writes: > > Hi, > > I´m in trouble just after installation of my Git for Windows. > I get a box with error saying: > > couldn´t read file "C:\Program > Files\Git\cmd\mingw64\libexec\git-core\git-gui": no such file or > directory > > I´ve just installed git as normal.

Re: cannot checkout svn repository

2014-10-09 Thread Adrian Stern
urbing you. Freundliche Grüsse Adrian Stern unchained - web solutions adrian.st...@unchained.ch +41 79 292 83 47 On Thu, Oct 9, 2014 at 3:21 PM, Adrian Stern wrote: > Hi > > I'm unable to checkout this subversion repository with git. Can > somebody help me? > > svn co http://svn.ap

Fwd: cannot checkout svn repository

2014-10-09 Thread Adrian Stern
this branch which should be a read-only mirror only. Works fine with svn, git svn clone however does not work. Regards, Adrian Stern unchained - web solutions adrian.st...@unchained.ch +41 79 292 83 47 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a me

Vendor-Branch setup

2014-10-08 Thread Adrian Stern
indow. Merge Strategy "theirs" does not work. I get "Already up-to-date" each time. Any sugestions how i could get this to work? Or maybe there is a more logical setup? Regards, Adrian Stern unchained - web solutions adrian.st...@unchained.ch +41 79 292 83 47 -- To unsubscribe

How to merge only existing files but not delete missing files

2014-06-11 Thread Adrian Stern
g but do not delete anything But with this all the files not present in Delta will be deleted in Orig. I guess i just don't understand how Git really works. But there are no tutorials for this specific situation. So what can i do? regards, Adrian Stern -- To unsubscribe from this list: sen

Fwd: GIT BASH Context Menu Blocks Explorer from the directory

2014-05-08 Thread Adrian Martin
If you right click the folder, pick Git Bash, you cant interact with the folder, you get the spinning wait cursor and the window fades. You have run Git Bash by another process like the Start Menu then cd Windows7 64bit - if that makes any diff. Adrian -- To unsubscribe from this list: send

Re: [PATCH v2] userdiff: update Ada patterns

2014-02-05 Thread Adrian Johnson
On 04/02/14 06:30, Junio C Hamano wrote: > Adrian Johnson writes: > >> - Allow extra space in "is new" and "is separate" >> - Fix bug in word regex for numbers >> >> Signed-off-by: Adrian Johnson >> --- >> t/t4034/ada/expect

[PATCH v2] userdiff: update Ada patterns

2014-02-03 Thread Adrian Johnson
- Allow extra space in "is new" and "is separate" - Fix bug in word regex for numbers Signed-off-by: Adrian Johnson --- t/t4034/ada/expect | 2 +- userdiff.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/t4034/ada/expect b/t/t4034/ada/

Re: [PATCH] userdiff: update Ada patterns

2014-02-03 Thread Adrian Johnson
On 03/02/14 10:05, Jeff King wrote: > On Sun, Feb 02, 2014 at 09:21:56PM +1030, Adrian Johnson wrote: >> - Fix bug in word regex for numbers >> - "|[0-9][-+0-9#_.eE]" >> + "|[-+0-9#_.eE]+" > > This makes "E" or "_" a

[PATCH] userdiff: update Ada patterns

2014-02-02 Thread Adrian Johnson
- Allow extra space in "is new" and "is separate" - Fix bug in word regex for numbers Signed-off-by: Adrian Johnson --- t/t4034/ada/expect | 2 +- userdiff.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/t4034/ada/expect b/t/t4034/ada/

Great Donation

2013-12-03 Thread Adrian Gillian Bayford
http://news.sky.com/story/972395/148-6m-euromillions-jackpot-winners-named Adrian & Gillian Bayford. -- 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

Donation Funds

2013-08-27 Thread Gillian &amp; Adrian Bayford
below Please read the article - http://www.bbc.co.uk/news/uk-england-19254228 Send Name, Country, Age, Occupation and Phone Number for details Congratulations & Happy Celebrations in Advance, Gillian and Adrian Bayford Email: gillian.adrianbayfor...@rogers.com -- To unsubscribe from this

[PATCHv2] Add userdiff patterns for Ada

2012-09-17 Thread Adrian Johnson
Add Ada xfuncname and wordRegex patterns to the list of builtin patterns. Signed-off-by: Adrian Johnson --- On 17/09/12 14:29, Junio C Hamano wrote: > You could add test vectors to check if the built-in xfuncname > catches beginning of functions in Ada correctly if you wanted to, > bu

Re: [PATCH] Add userdiff patterns for Ada

2012-09-16 Thread Adrian Johnson
On 16/09/12 15:37, Junio C Hamano wrote: > Adrian Johnson writes: > >> Add Ada xfuncname and wordRegex patterns to the list of builtin >> patterns. >> >> Signed-off-by: Adrian Johnson >> --- > > Interesting. I do not read Ada, but in this "

[PATCH] Add userdiff patterns for Ada

2012-09-15 Thread Adrian Johnson
Add Ada xfuncname and wordRegex patterns to the list of builtin patterns. Signed-off-by: Adrian Johnson --- Documentation/gitattributes.txt | 2 ++ t/t4018-diff-funcname.sh| 2 +- t/t4034-diff-words.sh | 1 + t/t4034/ada/expect | 27

[PATCH/RFC] simple typo fix

2012-08-25 Thread Adrian Aichner
From: AichnerAd Please let me know what you think of this patch. The test mail I sent myself in gmail looked good with "Show original". Best regards Adrian --- Documentation/git-daemon.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-