hi

2018-09-04 Thread Andre
Hello Dear,

Small typo in german translation

2017-07-09 Thread Andre Hinrichs
Hi Git-Developers! I've found a small typo in git/po/de.po In line 8567 the word "erwzingen" should be "erzwingen". Please fix. Thanks

GitGui: get rid of information popup window

2015-11-12 Thread Francis ANDRE
Hi Git people This popup saying that "No difference has been detected" is little bit boring and useless since it states that an automatic resync will be started and there is no way to stop the resync. Can GitGui remove this popup? Thanks -- To unsubscribe from this list: send the line "un

"git difftool" is not working as expected during MERGING

2015-06-10 Thread Bossert, Andre
h git-difftool.pl and see that difftool is mixed / shared implementation with normal "git diff" command. So during MERGING state there is no possibility to call external difftool with this command. Any ideas why this was implemented this way? -- Regards Andre (anb0s) eMail: an...@anbos.d

git mergetool: create temporary files in different sub-folders but with same filenames

2015-06-02 Thread Andre Bossert
;$MERGETOOL_TMPDIR/REMOTE" TEMP_BASE="$MERGETOOL_TMPDIR/BASE" BACKUP="$TEMP_BACKUP/${BASE}$ext" LOCAL="$TEMP_LOCAL/${BASE}$ext" REMOTE="$TEMP_REMOTE/${BASE}$ext" BASE="$TEMP_BASE/${BASE}$ext" ... I've tested the sc

Git improvement for line feed processing: LF versus CR-LF

2014-09-08 Thread Francis ANDRE
Hi I am using git-gui on a project hosted at GitHub and the project requirement is to commit only Unix ending with LF lines as show below When contributing to POCO, please adhere to our coding style guide All text file line endings in the repository must be Unix-style (LF). This includes Vi

Re: Check out doesn't set x-flag on CIFS

2013-11-20 Thread Andre Esser
On 2013-11-20 10:51, Erik Faye-Lund wrote: > On Wed, May 29, 2013 at 4:16 PM, Andre Esser > wrote: >> Hello, >> >> When on a CIFS filesystem a git checkout does not replicate the executable >> flag from the repository: >> >> $ git clone

Upload your papers until July 31. Indexed in ISI, ELSEVIER, SCOPUS, ACM, PubMed, Zentralblatt MATH, British Library, EBSCO, SWETS, EMBASE, CAS, DoPP, DBLP

2013-07-20 Thread Andre Ross
Dear Colleagues, After finished our conferences in Rhodes Island, Greece, a great number of participants of thes conferences expressed the desire to participate again in our upcoming conferences ( http://www.europment.org ) in Venice (Venezia), Italy of September 28-30, 2013 So, you can upload

Check out doesn't set x-flag on CIFS

2013-05-29 Thread Andre Esser
u 12.04 with git version 1.7.9.5. CIFS is exported from Ubuntu 12.04 with Samba version 3.6.3. Since git recognises the x-flag on this CIFS file system, shouldn't it also be able to set it on checkout? Many thanks, Andre Esser -- To unsubscribe from this list: send the line "unsub

[git] simplify Makefile

2005-04-20 Thread Andre Noll
Use a generic rule for executables that depend only on the corresponding .o and on $(LIB_FILE). Signed-Off-By: Andre Noll <[EMAIL PROTECTED]> --- Makefile | 49 ++--- 1 files changed, 2 insertions(+), 47 deletions(-) Ma