summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-09status: Quote paths with spaces in short formatLibravatar Kevin Ballard1-0/+10
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-05clone: Add the --recurse-submodules option as alias for --recursiveLibravatar Jens Lehmann2-1/+5
2010-11-05docs: clarify git diff modes of operationLibravatar Jeff King2-4/+10
2010-11-05diff,difftool: Don't use the {0,2} notation in usage stringsLibravatar Štěpán Němec3-3/+3
2010-11-05CodingGuidelines: Add a section on writing documentationLibravatar Štěpán Němec1-0/+52
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-04add tests of commit --squashLibravatar Pat Notz4-0/+57
2010-11-04commit: --squash option for use with rebase --autosquashLibravatar Pat Notz2-3/+41
2010-11-04add tests of commit --fixupLibravatar Pat Notz3-2/+83
2010-11-04commit: --fixup option for use with rebase --autosquashLibravatar Pat Notz2-8/+28
2010-11-04pretty.c: teach format_commit_message() to reencode the outputLibravatar Pat Notz2-6/+24
2010-11-04commit: helper methods to reduce redundant blocks of codeLibravatar Pat Notz8-32/+36
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-03Work around EMFILE when there are too many pack filesLibravatar Shawn O. Pearce1-16/+27
2010-11-03Use git_open_noatime when accessing pack dataLibravatar Shawn O. Pearce1-4/+6
2010-11-03A loose object is not corrupt if it cannot be read due to EMFILELibravatar Junio C Hamano1-1/+6
2010-11-03read_sha1_file(): report correct name of packfile with a corrupt objectLibravatar Junio C Hamano1-17/+24
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