New Order

2018-02-03 Thread Lin.
Dear git@vger.kernel.org How are you? We are in need of your products/service, Kindly send us your FOB and MOQ so that we can place our order. The order will deliver in Taiwain branch Looking forward to your respond asap. Best Regards, Lin Tou Prime Success Co. Ltd Address: Av. Praia Grande,

Re: [PATCH v2 05/14] commit-graph: implement git-commit-graph --write

2018-02-03 Thread Jeff King
On Fri, Feb 02, 2018 at 08:58:52PM -0500, Derrick Stolee wrote: > I don't think pairing this with pack-objects or index-pack is a good > direction, because the commit graph is not locked into a packfile the way > the bitmap is. In fact, the entire ODB could be replaced independently and > the

Assalamu`Alaikum.

2018-02-03 Thread Mohammad ouattara
Dear Sir/Madam. Assalamu`Alaikum. I am Dr mohammad ouattara, I have ($14.6 Million us dollars) to transfer into your account, I will send you more details about this deal and the procedures to follow when I receive a positive response from you, Have a great day, Dr mohammad ouattara.

Re: error: unable to create file: Illegal byte sequence

2018-02-03 Thread Ævar Arnfjörð Bjarmason
On Sat, Feb 3, 2018 at 4:17 AM, Brian Buchalter wrote: > I am attempting to repair a git repo which has an illegal byte > sequence but am not sure how to proceed. Steps to reproduce: `git > clone https://github.com/christopherpow/nes-test-roms.git` results in: > > ``` > Cloning

contrib/completion/git-completion.bash: declare -g is not portable

2018-02-03 Thread Torsten Bögershausen
Hej Duy, After running t9902-completion.sh on Mac OS I got a failure in this style: .../projects/git/git.pu/t/../contrib/completion/git-completion.bash: line 300: declare: -g: invalid option declare: usage: declare [-afFirtx] [-p] [name[=value] ...] --- expected2018-02-03 17:10:18.0

Re: [PATCH v3] daemon: add --log-destination=(stderr|syslog|none)

2018-02-03 Thread Eric Sunshine
On Sat, Feb 3, 2018 at 6:08 PM, Lucas Werkmeister wrote: > This new option can be used to override the implicit --syslog of > --inetd, or to disable all logging. (While --detach also implies > --syslog, --log-destination=stderr with --detach is useless since > --detach

Re: contrib/completion/git-completion.bash: declare -g is not portable

2018-02-03 Thread Jeff King
On Sat, Feb 03, 2018 at 08:51:16PM +0100, Andreas Schwab wrote: > On Feb 03 2018, Torsten Bögershausen wrote: > > > What is "declare -g" good for ? > > -gcreate global variables when used in a shell function; > otherwise > ignored > > When

PLEASE I NEED YOUR HELP FOR MY EDUCATION

2018-02-03 Thread IBRAHIM COULIBALY
My Dear Father, Good day ! Please permit me to introduce myself, I am MIMI IBRAHIM COULIBALY 17 years old female from the Republic of Ivory Coast, in Abidjan; I'm the Daughter of Late Chief Sgt. Ibrahim Coulibaly (A.K.A General Warlord IB ). My late Father was a well known Ivory Coast military

Re: [PATCH v7 19/31] merge-recursive: add get_directory_renames()

2018-02-03 Thread Eric Sunshine
On Sat, Feb 3, 2018 at 9:04 PM, Elijah Newren wrote: > On Sat, Feb 3, 2018 at 2:32 PM, Elijah Newren wrote: >> On Fri, Feb 2, 2018 at 5:02 PM, Stefan Beller wrote: >>> On Tue, Jan 30, 2018 at 3:25 PM, Elijah Newren

Re: [PATCH v7 19/31] merge-recursive: add get_directory_renames()

2018-02-03 Thread Eric Sunshine
On Sat, Feb 3, 2018 at 11:42 PM, Eric Sunshine wrote: > [2]: https://en.wikipedia.org/wiki/Diaeresis_(diacritic) Correction: [2]: https://en.wikipedia.org/wiki/Precomposed_character

Re: Segmentation fault in git cherry-pick

2018-02-03 Thread Ayke van Laethem
> This looks like the stack trace in > https://github.com/git-for-windows/git/issues/952, which was fixed by > Johannes Schindelin in commit > 55e9f0e5c ("merge-recursive: handle NULL in add_cacheinfo() > correctly", 2016-11-26). Could you retry with a newer version of git? A newer version

[PATCH v3] daemon: add --log-destination=(stderr|syslog|none)

2018-02-03 Thread Lucas Werkmeister
This new option can be used to override the implicit --syslog of --inetd, or to disable all logging. (While --detach also implies --syslog, --log-destination=stderr with --detach is useless since --detach disassociates the process from the original stderr.) --syslog is retained as an alias for

our urgent respond immediately

2018-02-03 Thread Samira Mohamed
Hi Friend I am a banker in UBA BANK .I want to transfer an abandoned sum of 10.5 millions USD to your account.50% will be for you. No risk involved. Contact me for more details. Kindly reply me back to my alternative email address ( samiramohamed5...@gmail.com) mrs samira mohamed

Re: [PATCH v7 19/31] merge-recursive: add get_directory_renames()

2018-02-03 Thread Elijah Newren
On Sat, Feb 3, 2018 at 2:32 PM, Elijah Newren wrote: > On Fri, Feb 2, 2018 at 5:02 PM, Stefan Beller wrote: >> On Tue, Jan 30, 2018 at 3:25 PM, Elijah Newren wrote: >>> + while (*--end_of_new == *--end_of_old && >>> +

[GSoC][PATCH] commit: add a commit.signOff config variable

2018-02-03 Thread Chen Jingpiao
Add the commit.signOff configuration variable to use the -s or --signoff option of git commit by default. Signed-off-by: Chen Jingpiao --- Though we can configure signoff using format.signOff variable. Someone like to add Signed-off-by line by the committer.

Re: [PATCH v7 19/31] merge-recursive: add get_directory_renames()

2018-02-03 Thread Elijah Newren
On Fri, Feb 2, 2018 at 5:02 PM, Stefan Beller wrote: > On Tue, Jan 30, 2018 at 3:25 PM, Elijah Newren wrote: >> + /* For > > comment style. Fixed it and looked through the file for any other violations and fixed the ones introduced in this series.

Re: contrib/completion/git-completion.bash: declare -g is not portable

2018-02-03 Thread Andreas Schwab
On Feb 03 2018, Torsten Bögershausen wrote: > What is "declare -g" good for ? -gcreate global variables when used in a shell function; otherwise ignored When used in a function, `declare' makes NAMEs local, as with the `local' command. The

Re: [PATCH v7 17/31] merge-recursive: add a new hashmap for storing directory renames

2018-02-03 Thread Elijah Newren
On Fri, Feb 2, 2018 at 4:26 PM, Stefan Beller wrote: > On Tue, Jan 30, 2018 at 3:25 PM, Elijah Newren wrote: >> +static void dir_rename_init(struct hashmap *map) >> +{ >> + hashmap_init(map, (hashmap_cmp_fn) dir_rename_cmp, NULL, 0); > > See