summaryrefslogtreecommitdiffstats
path: root/bisect.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-14git-worktree.txt: fix typo "to"/"two", and add commaBen North1-1/+1
2016-11-11Git 2.11.0-rc1v2.11.0-rc1Junio C Hamano1-0/+7
2016-11-11fetch-pack.c: correct command at the beginning of an error messageRalf Thielow1-1/+1
2016-11-11t0021: remove debugging cruftJunio C Hamano1-2/+1
2016-11-11t6026: clarify the point of "kill $(cat sleep.pid)"Johannes Sixt1-1/+9
2016-11-11t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variablesJohannes Sixt2-3/+3
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-09sequencer: silence -Wtautological-constant-out-of-range-compareJeff King1-1/+1
2016-11-08t6026-merge-attr: don't fail if sleep exits earlyAndreas Schwab1-1/+1
2016-11-08alternates: re-allow relative paths from environmentJeff King2-1/+72
2016-11-08t0021: compute file size with a single process instead of a pipelineJohannes Sixt1-1/+1
2016-11-08t0021: expect more variations in the output of uniq -cJohannes Sixt1-4/+3
2016-11-03t0021: fix filehandle usage on older perlJeff King1-0/+1
2016-11-03t0021: use $PERL_PATH for rot13-filter.plJeff King2-9/+11
2016-11-03t0021: put $TEST_ROOT in $PATHJeff King1-3/+4
2016-11-03t0021: use write_script to create rot13 shell scriptJeff King1-3/+1
2016-11-01A bit of updates post -rc0Junio C Hamano1-7/+8
2016-11-01split-index: s/eith/with/ typo fixChristian Couder1-1/+1
2016-11-01cocci: avoid self-references in object_id transformationsRené Scharfe1-0/+15
2016-11-01sha1_name: make wraparound of the index into ring-buffer explicitRené Scharfe1-1/+2
2016-10-31Git 2.11-rc0v2.11.0-rc0Junio C Hamano2-28/+42
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-28Getting ready for 2.11-rc0Junio C Hamano1-1/+36
2016-10-27git-svn: do not reuse caches memoized for a different architectureGavin Lambert1-1/+11
2016-10-27git-compat-util: move content inside ifdef/endif guardsJeff King1-2/+2
2016-10-26diff: handle sha1 abbreviations outside of repositoryJeff King1-4/+17
2016-10-26diff_aligned_abbrev: use "struct oid"Jeff King3-12/+14
2016-10-26diff_unique_abbrev: rename to diff_aligned_abbrevJeff King3-11/+11
2016-10-26find_unique_abbrev: use 4-buffer ringJeff King4-19/+16
2016-10-26test-*-cache-tree: setup git dirJeff King2-0/+2
2016-10-26read info/{attributes,exclude} only when in repositoryJeff King2-7/+11
2016-10-26Eleventh batch for 2.11Junio C Hamano1-0/+106
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe2-2/+4
2016-10-26stash: allow stashes to be referenced by index onlyAaron M Watson3-3/+50
2016-10-26t0060: sidestep surprising path mangling results on WindowsJohannes Sixt1-13/+14
2016-10-25read-cache: make sure file handles are not inherited by child processesLars Schneider1-1/+8
2016-10-25sha1_file: open window into packfiles with O_CLOEXECLars Schneider1-4/+9