summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-22mingw: replace isatty() hackJeff Hostetler1-107/+69
2016-12-22mingw: fix colourization on Cygwin pseudo terminalsAlan Davies1-2/+6
2016-12-22mingw: adjust is_console() to work with stdinJohannes Schindelin1-1/+5
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2-0/+36
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
2016-10-24test-lib: bail out when "-v" used under "prove"Jeff King1-0/+10
2016-10-21travis: use --verbose-log test optionJeff King1-1/+1
2016-10-21test-lib: add --verbose-log optionJeff King2-3/+25
2016-10-21test-lib: handle TEST_OUTPUT_DIRECTORY with spacesJeff King1-2/+2
2016-10-21Git.pm: add comment pointing to t9000Matthieu Moy1-0/+2
2016-10-21t9000-addresses: update expected results after fixMatthieu Moy1-4/+4
2016-10-21doc: fix merge-base ASCII art tab spacingPhilip Oakley1-13/+13
2016-10-20doc: remove reference to the traditional layout in git-tag.txtYounes Khoudli1-3/+2
2016-10-20t3700: fix broken test under !SANITYJunio C Hamano1-0/+1
2016-10-19submodules doc: update documentation for "." used for submodule branchesBrandon Williams2-3/+8
2016-10-17t0040: convert all possible tests to use `test-parse-options --expect`Pranit Bauva1-170/+13
2016-10-17inline xalloc_flex() into FLEXPTR_ALLOC_MEMRené Scharfe1-9/+3
2016-10-17avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEMRené Scharfe1-2/+3
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King4-4/+112
2016-10-14parse_mailboxes: accept extra text after <...> addressMatthieu Moy2-6/+36
2016-10-14worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker2-0/+10
2016-10-12merge-base: handle --fork-point without reflogJeff King2-0/+9
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano7-20/+17
2016-10-12l10n: de.po: translate 260 new messagesRalf Thielow1-2387/+2783
2016-10-11Start preparing for 2.10.2Junio C Hamano2-1/+46