Latest commit 33400c0 Jul 18, 2017 @gitster gitster Merge branch 'tb/push-to-cygwin-unc-path'
On Cygwin, similar to Windows, "git push //server/share/repository"
ought to mean a repository on a network share that can be accessed
locally, but this did not work correctly due to stripping the double
slashes at the beginning.

This may need to be heavily tested before it gets unleashed to the
wild, as the change is at a fairly low-level code and would affect
not just the code to decide if the push destination is local.  There
may be unexpected fallouts in the path normalization.

* tb/push-to-cygwin-unc-path:
  cygwin: allow pushing to UNC paths
Permalink
..
Failed to load latest commit information.
nedmalloc compat: move strdup(3) replacement to its own file Sep 7, 2016
poll mingw: avoid warnings when casting HANDLEs to int Jan 15, 2016
regex Spelling fixes Jun 27, 2017
vcbuild MSVC: use shipped headers instead of fallback definitions Mar 30, 2016
win32 Merge branch 'jk/push-client-deadlock-fix' May 18, 2016
apple-common-crypto.h imap-send: use HMAC() function provided by OpenSSL Apr 8, 2016
basename.c compat/basename.c: provide a dirname() compatibility function Jan 12, 2016
bswap.h bswap: add NO_UNALIGNED_LOADS define Jan 4, 2016
cygwin.c cygwin: allow pushing to UNC paths Jul 5, 2017
cygwin.h cygwin: allow pushing to UNC paths Jul 5, 2017
fopen.c git_fopen: fix a sparse 'not declared' warning May 26, 2017
gmtime.c date: recognize bogus FreeBSD gmtime output Apr 1, 2014
hstrerror.c compat/hstrerror: convert sprintf to snprintf Sep 25, 2015
inet_ntop.c compat/inet_ntop: fix off-by-one in inet_ntop4 Sep 25, 2015
inet_pton.c Drop system includes from inet_pton/inet_ntop compatibility wrappers Feb 6, 2012
memmem.c optimize compat/ memmem() Mar 3, 2009
mingw.c Merge branch 'nd/fopen-errors' Jun 13, 2017
mingw.h Merge branch 'js/bs-is-a-dir-sep-on-windows' into maint Jun 5, 2017
mkdir.c compat: some mkdir() do not like a slash at the end Aug 24, 2012
mkdtemp.c Fix gitmkdtemp: correct test for mktemp() return value Feb 25, 2010
mmap.c wrapper.c: add xpread() similar to xread() Apr 10, 2014
msvc.c win32: use our own dirent.h Nov 24, 2010
msvc.h MSVC: fix stat definition hell Sep 11, 2013
obstack.c obstack.c: Fix some sparse warnings Sep 11, 2011
obstack.h obstack: fix spelling of similar Apr 12, 2013
pread.c Replacing the system call pread() with lseek()/xread()/lseek() sequence. Jan 10, 2007
precompose_utf8.c config: don't include config.h by default Jun 15, 2017
precompose_utf8.h probe_utf8_pathname_composition: use internal strbuf Oct 5, 2015
qsort.c use st_add and st_mult for allocation size computation Feb 22, 2016
qsort_s.c compat: add qsort_s() Jan 23, 2017
setenv.c use st_add and st_mult for allocation size computation Feb 22, 2016
sha1-chunked.c sha1: allow limiting the size of the data passed to SHA1_Update() Nov 5, 2015
sha1-chunked.h sha1: allow limiting the size of the data passed to SHA1_Update() Nov 5, 2015
snprintf.c MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR… Mar 30, 2016
stat.c compat: convert modes to use portable file type values Dec 4, 2014
strcasestr.c Clean up compatibility definitions. Dec 5, 2005
strdup.c compat: move strdup(3) replacement to its own file Sep 7, 2016
strlcpy.c simplify inclusion of system header files. Dec 20, 2006
strtoimax.c Add strtoimax() compatibility function. Nov 2, 2011
strtoumax.c Add a compat/strtoumax.c for Solaris 8. Feb 20, 2007
terminal.c strbuf: introduce strbuf_getline_{lf,nul}() Jan 15, 2016
terminal.h add generic terminal prompt function Dec 13, 2011
unsetenv.c Revert "compat/unsetenv.c: Fix a sparse warning" Jul 21, 2013
win32.h mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE May 8, 2013
win32mmap.c mmap(win32): avoid expensive fstat() call Apr 22, 2016
winansi.c winansi: avoid buffer overrun May 8, 2017