summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! bisect--helper: `bisect_next_check` & bisect_voc shell function in Cpb/bisectJunio C Hamano2017-02-181-9/+5
* bisect--helper: remove the dequote in bisect_start()Pranit Bauva2016-10-181-20/+6
* bisect--helper: retire `--bisect-auto-next` subcommandPranit Bauva2016-10-181-10/+0
* bisect--helper: retire `--bisect-autostart` subcommandPranit Bauva2016-10-181-11/+0
* bisect--helper: retire `--bisect-write` subcommandPranit Bauva2016-10-181-13/+0
* bisect--helper: `bisect_replay` shell function in CPranit Bauva2016-10-182-33/+124
* bisect--helper: `bisect_log` shell function in CPranit Bauva2016-10-182-7/+27
* bisect--helper: retire `--write-terms` subcommandPranit Bauva2016-10-181-10/+1
* bisect--helper: retire `--check-expected-revs` subcommandPranit Bauva2016-10-181-6/+0
* bisect--helper: `bisect_state` & `bisect_head` shell function in CPranit Bauva2016-10-182-52/+91
* bisect--helper: `bisect_autostart` shell function in CPranit Bauva2016-10-182-22/+41
* bisect--helper: retire `--next-all` subcommandPranit Bauva2016-10-181-7/+1
* bisect--helper: retire `--bisect-clean-state` subcommandPranit Bauva2016-10-181-9/+0
* bisect--helper: `bisect_next` and `bisect_auto_next` shell function in CPranit Bauva2016-10-183-106/+285
* t6030: no cleanup with bad merge basePranit Bauva2016-10-181-0/+7
* bisect--helper: `bisect_start` shell function partially in CPranit Bauva2016-10-142-133/+217
* bisect--helper: `get_terms` & `bisect_terms` shell function in CPranit Bauva2016-10-143-36/+73
* bisect--helper: `bisect_next_check` & bisect_voc shell function in CPranit Bauva2016-10-142-57/+113
* bisect--helper: `check_and_set_terms` shell function in CPranit Bauva2016-10-142-33/+48
* bisect--helper: `bisect_write` shell function in CPranit Bauva2016-10-142-28/+91
* bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit Bauva2016-10-142-19/+34
* bisect--helper: `bisect_reset` shell function in CPranit Bauva2016-10-142-27/+49
* wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Pranit Bauva2016-10-143-18/+18
* t6030: explicitly test for bisection cleanupPranit Bauva2016-10-141-0/+17
* bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2016-10-144-24/+61
* bisect--helper: `write_terms` shell function in CPranit Bauva2016-10-142-22/+36
* bisect: rewrite `check_term_format` shell function in CPranit Bauva2016-10-142-30/+61
* bisect--helper: use OPT_CMDMODE instead of OPT_BOOLPranit Bauva2016-10-141-6/+11
* Git 2.10-rc1v2.10.0-rc1Junio C Hamano2016-08-192-1/+32
* Merge branch 'lt/gpg-show-long-key-in-signature-verification'Junio C Hamano2016-08-191-0/+1
|\
| * Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...lt/gpg-show-long-key-in-signature-verificationJunio C Hamano2016-08-161-0/+1
| |\
| | * gpg-interface: prefer "long" key format output when verifying pgp signatureslt/gpg-show-long-key-in-signature-verification-maintLinus Torvalds2016-08-161-2/+2
* | | Merge branch 'ab/hooks'Junio C Hamano2016-08-193-4/+9
|\ \ \
| * | | rev-parse: respect core.hooksPath in --git-pathab/hooksJohannes Schindelin2016-08-163-4/+9
* | | | Merge branch 'jk/difftool-command-not-found'Junio C Hamano2016-08-192-0/+13
|\ \ \ \
| * | | | difftool: always honor fatal error exit codesjk/difftool-command-not-foundJohn Keeping2016-08-152-0/+13
* | | | | Merge branch 'sb/checkout-explit-detach-no-advice'Junio C Hamano2016-08-192-1/+25
|\ \ \ \ \
| * | | | | checkout: do not mention detach advice for explicit --detach optionsb/checkout-explit-detach-no-adviceStefan Beller2016-08-152-1/+25
| |/ / / /
* | | | | Merge branch 'tb/t0027-raciness-fix'Junio C Hamano2016-08-192-43/+60
|\ \ \ \ \
| * | | | | convert: Correct NNO tests and missing `LF will be replaced by CRLF`tb/t0027-raciness-fixTorsten Bögershausen2016-08-142-43/+60
* | | | | | Merge branch 'rs/pull-signed-tag'Junio C Hamano2016-08-194-12/+33
|\ \ \ \ \ \
| * | | | | | commit: use FLEX_ARRAY in struct merge_remote_descrs/pull-signed-tagRené Scharfe2016-08-132-3/+2
| * | | | | | merge-recursive: fix verbose output for multiple base treesRené Scharfe2016-08-132-4/+19
| * | | | | | commit: factor out set_merge_remote_desc()René Scharfe2016-08-132-7/+14
| * | | | | | commit: use xstrdup() in get_merge_parent()René Scharfe2016-08-131-1/+1
| | |/ / / / | |/| | | |
* | | | | | RelNotes: final batch of topics before -rc1Junio C Hamano2016-08-171-0/+13
* | | | | | Merge branch 'js/test-lint-pathname'Junio C Hamano2016-08-171-1/+10
|\ \ \ \ \ \
| * | | | | | t/Makefile: ensure that paths are valid on platforms we carejs/test-lint-pathnameJohannes Schindelin2016-08-161-1/+10
| |/ / / / /
* | | | | | Merge branch 'sg/reflog-past-root'Junio C Hamano2016-08-171-1/+0
|\ \ \ \ \ \
| * | | | | | t1410: remove superfluous 'git reflog' from the 'walk past root' testsg/reflog-past-rootSZEDER Gábor2016-08-151-1/+0