git/mingw/4msysgit.git
2013-02-01 Johannes SchindelinFix t3404 for Windows master
2013-01-31 Karsten Bleeswincred: improve compatibility with windows versions
2013-01-31 Karsten Bleeswincred: accept CRLF on stdin to simplify console usage
2013-01-31 GrahackFrench translation: copy -> copie.
2013-01-31 Pat Thoytswincred: add install target and avoid overwriting confi...
2013-01-31 Pat Thoytst1306: perform file comparisons using text mode for...
2013-01-31 Johannes Schindelingit stash: make sure that .git/logs/refs/ exists
2013-01-31 Sebastian Schuberthgitk: Use an external icon file on Windows
2013-01-31 Heiko Voigthelp: correct behavior for is_executable on Windows
2013-01-31 Pat ThoytsSet the default help format to html for msys builds.
2013-01-31 Adam RobenMake non-.exe externals work again
2013-01-31 Pat ThoytsEnsure the resource file is rebuilt when the version...
2013-01-31 Johannes SchindelinWindows resource: handle dashes in the Git version...
2013-01-31 Pat ThoytsProvide a Windows version resource for the git executables.
2013-01-31 theoleblondSleep 1 millisecond in poll() to avoid busy wait
2013-01-31 Johannes SchindelinWork around a problem identified by BuildHive
2013-01-31 Johannes Schindelint1050: Fix invalid call to dd(1)
2013-01-31 Michael J Grubert5801: skip without hg
2013-01-31 Johannes SchindelinAlways auto-gc after calling a fast-import transport
2013-01-31 Johannes Schindelinremote-hg: do not interfer with hg's revs() method
2013-01-31 Johannes Schindelinremote-hg: handle another funny author line from scelen...
2013-01-31 Johannes Schindelinremote-hg: another case of Postel's law
2013-01-31 Johannes Schindelinremote-hg: Postel's law dictates we should handle Autho...
2013-01-31 Sverre Rabbeliergit-remote-hg: add tests
2013-01-31 Sverre Rabbeliergit-remote-hg: add the helper
2013-01-31 Michael J Gruberremote-hg: adjust to hg 1.9
2013-01-31 Sverre Rabbeliergit-remote-hg: add GitExporter/GitImporter/NonLocalGit
2013-01-31 Sverre Rabbeliergit-remote-hg: add hgexport, an hg-fast-export equivalent
2013-01-31 Sverre Rabbeliergit-remote-hg: add GitHg, a helper class for converting...
2013-01-31 Sverre Rabbeliergit-remote-hg: add hgimport, an hg-fast-import equivalent
2013-01-31 Sverre Rabbeliergit_remote_helpers: add fastimport library
2013-01-31 Sverre Rabbeliergit-remote-testgit: make local a function
2013-01-31 Sverre Rabbelierremote-testgit: factor out RemoteHelper class
2013-01-31 Sverre Rabbelierremote-helper: check helper status after import/export
2013-01-31 Sverre Rabbeliertransport-helper: add trailing --
2013-01-31 Sverre Rabbeliert5800: point out that deleting branches does not work
2013-01-31 Sverre Rabbeliert5800: test pushing a new branch with old content
2013-01-31 Johannes Schindelinsetup_revisions: remember whether a ref was positive...
2013-01-31 Johannes Schindelinfast-export: do not export negative refs
2013-01-31 Johannes Schindelinsetup_revisions: remember whether a ref was positive...
2013-01-31 Johannes Schindelinfast-export: do not refer to non-existing marks
2013-01-31 Erik Faye-LundMSVC: require pton and ntop emulation
2013-01-31 Erik Faye-LundMSVC: fix poll-related macro redefines
2013-01-31 Karsten BleesMSVC: link dynamically to the CRT
2013-01-31 Karsten BleesWin32: fix broken pipe detection
2013-01-31 Karsten BleesWin32: fix detection of empty directories in is_dir_empty
2013-01-31 Karsten BleesWin32: patch Windows environment on startup
2013-01-31 Karsten BleesWin32: keep the environment sorted
2013-01-31 Karsten BleesWin32: use low-level memory allocation during initializ...
2013-01-31 Karsten BleesWin32: reduce environment array reallocations
2013-01-31 Karsten BleesWin32: don't copy the environment twice when spawning...
2013-01-31 Karsten BleesWin32: factor out environment block creation
2013-01-31 Karsten BleesWin32: unify environment function names
2013-01-31 Karsten BleesWin32: move environment functions
2013-01-31 Karsten BleesWin32: simplify internal mingw_spawn* APIs
2013-01-31 Johannes SchindelinLet mingw_execve() return an int
2013-01-31 Karsten BleesWin32: unify environment case-sensitivity
2013-01-31 Karsten BleesWin32: fix environment memory leaks
2013-01-31 Karsten BleesMinGW: disable legacy encoding tests
2013-01-31 Karsten BleesWin32: Unicode environment (incoming)
2013-01-31 Karsten BleesWin32: Unicode environment (outgoing)
2013-01-31 Karsten BleesWin32: sync Unicode console output and file system
2013-01-31 Karsten BleesWin32: Unicode arguments (incoming)
2013-01-31 Karsten BleesWin32: Unicode arguments (outgoing)
2013-01-31 Karsten BleesUnicode file name support (gitk and git-gui)
2013-01-31 Karsten BleesWin32: Unicode file name support (dirent)
2013-01-31 Adam RobenFix launching of externals from Unicode paths
2013-01-31 Karsten BleesWin32: Unicode file name support (except dirent)
2013-01-31 Karsten BleesWin32: add Unicode conversion functions
2013-01-31 Karsten BleesWin32: Thread-safe windows console output
2013-01-31 Karsten BleesMSVC: fix winansi.c compile errors
2013-01-31 Karsten BleesRevert "mingw.c: move definition of mingw_getenv down"
2013-01-31 Karsten BleesRevert "Windows: teach getenv to do a case-sensitive...
2013-01-31 Karsten BleesUnicode console: fix font warning on Vista and Win7
2013-01-31 Karsten BleesMinGW: disable CRT command line globbing
2013-01-31 Karsten BleesWin32: move main macro to a function
2013-01-31 Karsten BleesWin32: fix potential multi-threading issue
2013-01-31 Karsten BleesWin32 dirent: improve dirent implementation
2013-01-31 Karsten BleesWin32 dirent: clarify #include directives
2013-01-31 Karsten BleesWin32 dirent: change FILENAME_MAX to MAX_PATH
2013-01-31 Karsten BleesWin32 dirent: remove unused dirent.d_reclen member
2013-01-31 Karsten BleesWin32 dirent: remove unused dirent.d_ino member
2013-01-31 Johannes SchindelinGive commit message reencoding for output on MinGW...
2013-01-31 Karsten BleesWarn if the Windows console font doesn't support Unicode
2013-01-31 Karsten BleesDetect console streams more reliably on Windows
2013-01-31 Karsten BleesSupport Unicode console output on Windows
2013-01-31 Karsten BleesEnable color output in Windows cmd.exe
2013-01-31 Johannes SchindelinIntroduce and use test_cmp_text
2013-01-31 Johannes SchindelinWindows: make sure that merge-octopus only outputs...
2013-01-31 Michael J Grubert5800: clarify skip message
2013-01-31 Sverre Rabbeliert9350: point out that refs are not updated correctly
2013-01-31 Johannes Schindelint030[02]: work around CR/LF issue
2013-01-31 Pat Thoytst5407: Fix line-ending dependency in post-rewrite.args
2013-01-31 Pat Thoytst3102: Windows filesystems may not use a literal asteri...
2013-01-31 Johannes SchindelinMinGW: Skip test redirecting to fd 4
2013-01-31 Johannes SchindelinHandle new t1501 test case properly with MinGW
2013-01-31 Heiko Voigtwork around misdetection of stdin attached to a tty
2013-01-31 Johannes SchindelinWork around funny CR issue
2013-01-31 Johannes SchindelinTeach 'git remote' that the config var branch.*.rebase...
2013-01-31 Johannes SchindelinHandle the branch.<name>.rebase value 'interactive'
next