aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen2009-10-23
* mingw: enable OpenSSLErik Faye-Lund2009-10-23
* mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund2009-10-19
* imap-send: build imap-send on WindowsErik Faye-Lund2009-10-19
* imap-send: fix compilation-error on WindowsErik Faye-Lund2009-10-19
* imap-send: use run-command API for tunnelingErik Faye-Lund2009-10-19
* imap-send: use separate read and write fdsErik Faye-Lund2009-10-19
* imap-send: remove useless uid codeJeff King2009-10-19
* builtin-mailinfo.c: check error status from rewind and ftruncateJunio C Hamano2009-09-29
* Make just opening the generated MSVC solution file not modify itSebastian Schuberth2009-09-29
* Make generated MSVC solution file open from Windows ExplorerSebastian Schuberth2009-09-29
* generators/vcproj.pm: remove UNICODE from buildMichael Wookey2009-09-29
* typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering2009-09-29
* Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey2009-09-29
* Correct minor typo in post-receive hook templateFrederik Schwarzer2009-09-29
* git branch -D: give a better error message when lockfile creation failsMiklos Vajna2009-09-29
* parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-29
* make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre2009-09-26
* send-email: fix obscure error when encryption=tls and smtp cannot connectYakov Lerner2009-09-25
* bash: teach 'git checkout' optionsSZEDER Gábor2009-09-25
* perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey2009-09-25
* pull: Clarify "helpful" message for another corner casev1.6.5-rc2Junio C Hamano2009-09-22
* Update "describe" documentation to match realityThiago Farina2009-09-22
* bash: teach 'git reset --patch'SZEDER Gábor2009-09-22
* bash: update 'git stash' completionSZEDER Gábor2009-09-22
* bash: rename __git_find_subcommand() to __git_find_on_cmdline()SZEDER Gábor2009-09-22
* pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano2009-09-22
* pre-commit.sample: add comment re tr portability; fix grammarJim Meyering2009-09-22
* Update Release Notes to 1.6.5Junio C Hamano2009-09-21
* test-genrandom: ensure stdout is set to _O_BINARY on WindowsJohannes Sixt2009-09-21
* Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2009-09-20
|\
| * gitk: Work around leftover temporary save filePat Thoyts2009-09-21
| * gitk: Show diff of commits at end of compare-commits outputPaul Mackerras2009-09-10
| * gitk: Update Swedish translation (280t0f0u)Peter Krefting2009-08-14
* | Merge branch 'maint'Junio C Hamano2009-09-20
|\ \
| * | push: Correctly initialize nonfastforward in transport_push.Matthieu Moy2009-09-20
* | | Tag GIT_VERSION when Git is built with MSVCMarius Storm-Olsen2009-09-18
* | | Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen2009-09-18
* | | Add README for MSVC buildMarius Storm-Olsen2009-09-18
* | | Add MSVC to MakefileMarius Storm-Olsen2009-09-18
* | | Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen2009-09-18
* | | Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-18
* | | Add platform files for porting to MSVCFrank Li2009-09-18
* | | Add MinGW header files to build git with MSVCFrank Li2009-09-18
* | | Add empty header files for MSVC portMarius Storm-Olsen2009-09-18
* | | Test for WIN32 instead of __MINGW32_Frank Li2009-09-18
* | | Fix __stdcall placement and function prototypeFrank Li2009-09-18
* | | Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-18
* | | Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-18
* | | Add include guards to compat/win32.hMarius Storm-Olsen2009-09-18