summaryrefslogtreecommitdiffstats
path: root/zlib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-22Git 2.10.5v2.10.5Junio C Hamano3-2/+19
2017-09-12cvsimport: shell-quote variable used in backticksJeff King1-0/+1
2017-09-12archimport: use safe_pipe_capture for user inputJeff King1-2/+2
2017-09-12shell: drop git-cvsserver support by defaultJeff King3-14/+64
2017-09-11cvsserver: use safe_pipe_capture for `constant commands` as wellJunio C Hamano1-4/+4
2017-09-11cvsserver: use safe_pipe_capture instead of backticksjoernchen1-11/+11
2017-09-11cvsserver: move safe_pipe_capture() to the main packageJunio C Hamano1-25/+22
2017-07-31Git 2.10.4v2.10.4Junio C Hamano3-2/+6
2017-07-30Git 2.9.5v2.9.5Junio C Hamano3-2/+6
2017-07-30Git 2.8.6v2.8.6Junio C Hamano3-2/+6
2017-07-30Git 2.7.6v2.7.6Junio C Hamano3-2/+27
2017-07-29connect: reject paths that look like command line optionsJeff King3-0/+40
2017-07-29connect: reject dashed arguments for proxy commandsJeff King2-0/+10
2017-07-29connect: factor out "looks like command line option" checkJeff King3-1/+14
2017-07-29t5813: add test for hostname starting with dashJeff King1-0/+9
2017-07-29connect: reject ssh hostname that begins with a dashJunio C Hamano1-0/+3
2017-05-05Git 2.10.3v2.10.3Junio C Hamano3-2/+10
2017-05-05Git 2.9.4v2.9.4Junio C Hamano3-2/+11
2017-05-05Git 2.8.5v2.8.5Junio C Hamano4-3/+16
2017-05-05Git 2.7.5v2.7.5Junio C Hamano4-3/+19
2017-05-05Git 2.6.7v2.6.7Junio C Hamano4-3/+16
2017-05-05Git 2.5.6v2.5.6Junio C Hamano4-3/+16
2017-05-05Git 2.4.12v2.4.12Junio C Hamano4-3/+16
2017-05-05shell: disallow repo names beginning with dashJeff King1-1/+1
2016-12-05preparing for 2.10.3Junio C Hamano2-1/+49
2016-11-29common-main: stop munging argv[0] pathJeff King4-9/+10
2016-11-14diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser5-8/+1
2016-11-14git-worktree.txt: fix typo "to"/"two", and add commaBen North1-1/+1
2016-11-11t6026: clarify the point of "kill $(cat sleep.pid)"Johannes Sixt1-1/+9
2016-11-11doc: fix location of 'info/' with $GIT_COMMON_DIRPatrick Steinhardt1-1/+1
2016-11-11t6026: ensure that long-running script really isJohannes Schindelin1-4/+4
2016-11-11Revert "t6026-merge-attr: don't fail if sleep exits early"Junio C Hamano1-1/+1
2016-11-11Revert "t6026-merge-attr: ensure that the merge driver was called"Junio C Hamano1-2/+1
2016-11-10t6026-merge-attr: ensure that the merge driver was calledAndreas Schwab1-1/+2
2016-11-10travis-ci: disable GIT_TEST_HTTPD for macOSLars Schneider1-1/+2
2016-11-10Makefile: set NO_OPENSSL on macOS by defaultLars Schneider1-0/+1
2016-11-09create_branch: drop unused "head" parameterJeff King4-13/+18
2016-11-08t6026-merge-attr: don't fail if sleep exits earlyAndreas Schwab1-1/+1
2016-11-01cocci: avoid self-references in object_id transformationsRené Scharfe1-0/+15
2016-10-31git-sh-setup: be explicit where to dot-source git-sh-i18n from.Anders Kaseorg1-3/+3
2016-10-31commit: simplify building parents listRené Scharfe1-8/+6
2016-10-30doc: fix missing "::" in config listJeff King1-1/+1
2016-10-28pre-receive.sample: mark it executableAnders Kaseorg1-0/+0
2016-10-28Git 2.10.2v2.10.2Junio C Hamano3-2/+69
2016-10-28Documentation/fmt-merge-msg: fix markup in exampleStefan Christ1-2/+2
2016-10-28valgrind: support test helpersRené Scharfe2-3/+18
2016-10-27git-compat-util: move content inside ifdef/endif guardsJeff King1-2/+2
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe2-2/+4
2016-10-25doc: fix the 'revert a faulty merge' ASCII art tab spacingPhilip Oakley1-8/+8
2016-10-24daemon: detect and reject too-long pathsJeff King1-4/+21