summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-09tests: add missing &&, batch 2Libravatar Jonathan Nieder13-48/+48
2010-11-09tests: add missing &&Libravatar Jonathan Nieder84-166/+166
2010-11-09Merge branch 'maint'Libravatar Junio C Hamano4-4/+16
2010-11-09rebase: teach --autosquash to match on sha1 in addition to messageLibravatar Kevin Ballard2-7/+64
2010-11-09rebase: better rearranging of fixup!/squash! lines with --autosquashLibravatar Kevin Ballard2-0/+47
2010-11-09Documentation: document show -sLibravatar Jonathan Nieder2-0/+7
2010-11-08dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkoutLibravatar Nguyễn Thái Ngọc Duy2-4/+9
2010-11-05test: git-apply -p2 rename/chmod onlyLibravatar Junio C Hamano1-0/+26
2010-11-05Fix git-apply with -p greater than 1Libravatar Federico Cuello1-14/+14
2010-11-05t9001: send-email interation with --in-reply-to and --chain-reply-toLibravatar Junio C Hamano1-0/+41
2010-11-05Merge branch 'aw/git-p4-deletion'Libravatar Junio C Hamano1-1/+3
2010-11-05Merge branch 'master' of git://repo.or.cz/git-guiLibravatar Junio C Hamano3-23/+90
2010-11-05Merge branch 'maint'Libravatar Junio C Hamano1-7/+7
2010-11-04daemon: opt-out on features that require posixLibravatar Erik Faye-Lund2-29/+73
2010-11-04daemon: make --inetd and --detach incompatibleLibravatar Erik Faye-Lund2-5/+6
2010-11-04daemon: use socklen_tLibravatar Erik Faye-Lund1-3/+3
2010-11-04mingw: use poll-emulation from gnulibLibravatar Erik Faye-Lund5-81/+6
2010-11-04mingw: import poll-emulation from gnulibLibravatar Erik Faye-Lund2-0/+650
2010-11-04daemon: get remote host address from root-processLibravatar Erik Faye-Lund1-40/+39
2010-11-04Improve the mingw getaddrinfo stub to handle more use casesLibravatar Martin Storsjö1-7/+21
2010-11-04daemon: use full buffered mode for stderrLibravatar Erik Faye-Lund1-2/+4
2010-11-04daemon: use run-command api for async servingLibravatar Erik Faye-Lund1-46/+47
2010-11-04mingw: add kill emulationLibravatar Erik Faye-Lund2-0/+22
2010-11-04mingw: support waitpid with pid > 0 and WNOHANGLibravatar Erik Faye-Lund2-0/+9
2010-11-04mingw: use real pidLibravatar Erik Faye-Lund2-8/+75
2010-11-04inet_ntop: fix a couple of old-style declsLibravatar Erik Faye-Lund1-13/+3
2010-11-04compat: add inet_pton and inet_ntop prototypesLibravatar Mike Pape4-6/+18
2010-11-04mingw: implement syslogLibravatar Mike Pape5-4/+96
2010-11-04mingw: add network-wrappers for daemonLibravatar Mike Pape2-1/+59
2010-11-03pull: Remove --tags option from manpageLibravatar Jens Lehmann1-0/+2
2010-11-03submodule: only preserve flags across recursive status/update invocationsLibravatar Kevin Ballard2-11/+42
2010-11-03submodule: preserve all arguments exactly when recursingLibravatar Kevin Ballard2-4/+20
2010-11-03git-blame.el: Add (require 'format-spec)Libravatar David Kågedal1-0/+1
2010-11-03git-branch.txt: mention --set-upstream as a way to change upstream configurationLibravatar Matthieu Moy1-1/+2
2010-11-03user-manual: remote-tracking can be checked out, with detached HEADLibravatar Jonathan Nieder1-2/+5
2010-11-03user-manual.txt: explain better the remote(-tracking) branch termsLibravatar Matthieu Moy1-3/+16
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeLibravatar Matthieu Moy10-18/+20
2010-11-03Change incorrect uses of "remote branch" meaning "remote-tracking"Libravatar Matthieu Moy6-15/+18
2010-11-03Change "tracking branch" to "remote-tracking branch"Libravatar Matthieu Moy10-24/+24
2010-11-03everyday.txt: change "tracking branch" to "remote-tracking branch"Libravatar Matthieu Moy1-3/+3
2010-11-03Change remote tracking to remote-tracking in non-trivial placesLibravatar Matthieu Moy3-6/+6
2010-11-03Replace "remote tracking" with "remote-tracking"Libravatar Matthieu Moy10-11/+11
2010-11-03Better "Changed but not updated" message in git-statusLibravatar Matthieu Moy3-19/+19
2010-10-29apply: don't segfault on binary files with missing dataLibravatar Jeff King2-1/+32
2010-10-29t0003: properly quote $HOMELibravatar Thomas Rast1-1/+1
2010-10-29contrib/ciabot: git-describe commit instead of HEADLibravatar Sven Eckelmann1-1/+1
2010-10-29Fix a formatting error in git-merge.txtLibravatar Nathan W. Panike1-7/+7
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageLibravatar Ramkumar Ramachandra4-28/+34
2010-10-28completion: fix zsh check under bash with 'set -u'Libravatar Mark Lodato1-3/+3
2010-10-27git-gui: apply color information from git diff outputLibravatar Pat Thoyts2-2/+42