summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* msvc: Fix macro redefinition warningsRamsay Jones2010-12-091-6/+0
* msvc: Fix build by adding missing INTMAX_MAX defineRamsay Jones2010-12-091-0/+4
* msvc: git-daemon.exe: Fix linker "unresolved externals" errorRamsay Jones2010-12-091-1/+1
* msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones2010-12-091-0/+3
* Merge branch 'ef/mingw-daemon'Junio C Hamano2010-11-2312-231/+1117
|\
| * daemon: opt-out on features that require posixErik Faye-Lund2010-11-042-29/+73
| * daemon: make --inetd and --detach incompatibleErik Faye-Lund2010-11-042-5/+6
| * daemon: use socklen_tErik Faye-Lund2010-11-041-3/+3
| * mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-045-81/+6
| * mingw: import poll-emulation from gnulibErik Faye-Lund2010-11-042-0/+650
| * daemon: get remote host address from root-processErik Faye-Lund2010-11-041-40/+39
| * Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö2010-11-041-7/+21
| * daemon: use full buffered mode for stderrErik Faye-Lund2010-11-041-2/+4
| * daemon: use run-command api for async servingErik Faye-Lund2010-11-041-46/+47
| * mingw: add kill emulationErik Faye-Lund2010-11-042-0/+22
| * mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund2010-11-042-0/+9
| * mingw: use real pidErik Faye-Lund2010-11-042-8/+75
| * inet_ntop: fix a couple of old-style declsErik Faye-Lund2010-11-041-13/+3
| * compat: add inet_pton and inet_ntop prototypesMike Pape2010-11-044-6/+18
| * mingw: implement syslogMike Pape2010-11-045-4/+96
| * mingw: add network-wrappers for daemonMike Pape2010-11-042-1/+59
* | Update draft release notes to 1.7.4Junio C Hamano2010-11-171-2/+53
* | Merge branch 'jl/maint-pull-tags-doc'Junio C Hamano2010-11-171-0/+2
|\ \
| * | pull: Remove --tags option from manpageJens Lehmann2010-11-031-0/+2
* | | Merge branch 'kb/maint-submodule-savearg'Junio C Hamano2010-11-172-12/+59
|\ \ \
| * | | submodule: only preserve flags across recursive status/update invocationsKevin Ballard2010-11-032-11/+42
| * | | submodule: preserve all arguments exactly when recursingKevin Ballard2010-11-032-4/+20
| |/ /
* | | Merge branch 'jk/missing-config'Junio C Hamano2010-11-172-3/+30
|\ \ \
| * | | config: treat non-existent config files as emptyJeff King2010-10-212-3/+30
* | | | Merge branch 'kb/maint-diff-ws-check'Junio C Hamano2010-11-174-47/+118
|\ \ \ \
| * | | | diff: handle lines containing only whitespace and tabs betterKevin Ballard2010-10-202-3/+41
| * | | | test-lib: extend test_decode_color to handle more color codesKevin Ballard2010-10-202-44/+77
* | | | | Merge branch 'bg/maint-gitweb-test-lib'Junio C Hamano2010-11-171-1/+1
|\ \ \ \ \
| * | | | | t/gitweb-lib: Don't pass constant to decode_utf8Brian Gernhardt2010-10-201-1/+1
| |/ / / /
* | | | | Merge branch 'jm/mailmap'Junio C Hamano2010-11-172-16/+61
|\ \ \ \ \
| * | | | | t4203: do not let "git shortlog" DWIM based on ttyJunio C Hamano2010-10-191-2/+2
| * | | | | t4203 (mailmap): stop hardcoding commit ids and datesJonathan Nieder2010-10-181-9/+17
| * | | | | mailmap: fix use of freed memoryJim Meyering2010-10-132-7/+44
* | | | | | Merge branch 'tr/maint-git-repack-tmpfile'Junio C Hamano2010-11-171-2/+3
|\ \ \ \ \ \
| * | | | | | repack: place temporary packs under .git/objects/pack/Thomas Rast2010-10-191-2/+3
* | | | | | | Merge branch 'jk/maint-apply-no-binary'Junio C Hamano2010-11-172-1/+32
|\ \ \ \ \ \ \
| * | | | | | | apply: don't segfault on binary files with missing dataJeff King2010-10-292-1/+32
| |/ / / / / /
* | | | | | | Merge branch 'jk/push-progress'Junio C Hamano2010-11-178-51/+112
|\ \ \ \ \ \ \
| * | | | | | | push: pass --progress down to git-pack-objectsJeff King2010-10-184-2/+7
| * | | | | | | t5523-push-upstream: test progress messagesTay Ray Chuan2010-10-181-0/+38
| * | | | | | | t5523-push-upstream: add function to ensure fresh upstream repoTay Ray Chuan2010-10-181-1/+5
| * | | | | | | test_terminal: ensure redirections work reliablyJonathan Nieder2010-10-181-28/+10
| * | | | | | | test_terminal: catch use without TTY prerequisiteJonathan Nieder2010-10-182-8/+12
| * | | | | | | test-lib: allow test code to check the list of declared prerequisitesJonathan Nieder2010-10-181-7/+19
| * | | | | | | tests: test terminal output to both stdout and stderrJeff King2010-10-182-11/+28