summaryrefslogtreecommitdiffstats
path: root/reachable.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-19rebase: add more regression tests for console outputPhillip Wood1-2/+69
2017-06-19rebase: add regression tests for console outputPhillip Wood1-3/+64
2017-06-19rebase -i: add test for reflog messagePhillip Wood1-0/+7
2017-06-19sequencer: print autostash messages to stderrJohannes Schindelin2-7/+8
2017-05-20rebase -i: add missing newline to end of messagePhillip Wood1-1/+1
2017-05-20rebase -i: silence stash applyPhillip Wood1-0/+2
2017-05-20rebase -i: fix reflog messagePhillip Wood1-0/+1
2017-03-23sequencer: fix missing newlineBrandon Williams1-1/+1
2017-03-17sequencer: drop "warning:" when stopping for editJeff King1-1/+2
2017-02-09rebase -i: use the rebase--helper builtinJohannes Schindelin2-1/+14
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin5-0/+44
2017-02-03Git 2.12-rc0v2.12.0-rc0Junio C Hamano2-7/+30
2017-02-02Ninth batch for 2.12; almost ready for -rc0Junio C Hamano1-21/+50
2017-02-02Git 2.11.1v2.11.1Junio C Hamano1-0/+3
2017-02-02document behavior of empty color nameJeff King1-0/+3
2017-02-02doc: add note about ignoring '--no-create-reflog'Cornelius Weig2-0/+6
2017-02-01color_parse_mem: allow empty color specJeff King4-4/+25
2017-02-01.mailmap: update Gábor Szeder's email addressSZEDER Gábor1-0/+1
2017-01-31Ready for 2.11.1Junio C Hamano1-0/+45
2017-01-31Eighth batch for 2.12Junio C Hamano1-2/+61
2017-01-31Documentation: implement linkgit macro for Asciidoctorbrian m. carlson2-3/+29
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Elia Pinto1-6/+4
2017-01-31update-ref: add test cases for bare repositoryCornelius Weig1-7/+36
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig14-20/+88
2017-01-31receive-pack: call string_list_clear() unconditionallyRené Scharfe1-2/+1
2017-01-31Completion: Add support for --submodule=diffPeter Law1-1/+1
2017-01-30checkout: convert post_checkout_hook() to struct object_idRené Scharfe1-2/+2
2017-01-30use oidcpy() for copying hashes between instances of struct object_idRené Scharfe2-3/+3
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe4-5/+5
2017-01-30t0001: don't let a default ACL interfere with the umask testMatt McCutchen1-0/+3
2017-01-30config: add markup to core.logAllRefUpdates docCornelius Weig1-3/+3
2017-01-30git-p4: fix git-p4.mapUser on WindowsGeorge Vanburgh1-1/+1
2017-01-30help: improve is_executable() on WindowsHeiko Voigt1-3/+18
2017-01-30mingw: allow hooks to be .exe filesJohannes Schindelin1-1/+7
2017-01-27doc: clarify distinction between sign-off and pgp-signingCornelius Weig1-7/+6
2017-01-27test-lib: on FreeBSD, look for unzip(1) in /usr/local/bin/Johannes Schindelin1-1/+3
2017-01-27t/Makefile: add a rule to re-run previously-failed testsJohannes Schindelin1-0/+6
2017-01-27use absolute_pathdup()René Scharfe3-4/+4
2017-01-26abspath: add absolute_pathdup()René Scharfe3-0/+14
2017-01-26status: be prepared for not-yet-started interactive rebaseJohannes Schindelin2-4/+29
2017-01-26submodule update: run custom update script for initial populating as wellStefan Beller2-1/+16
2017-01-26submodule absorbing: fix worktree/gitdir pointers recursively for non-movesStefan Beller2-16/+73
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller2-22/+27
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller2-3/+5
2017-01-26fsck: lazily load types under --connectivity-onlyJeff King2-51/+11
2017-01-26fsck: move typename() printing to its own functionJeff King1-9/+20
2017-01-25relink: really remove the commandJunio C Hamano2-203/+0
2017-01-25relink: retire the commandJohannes Schindelin5-3/+0
2017-01-25difftool: hack around -Wzero-length-format warningJeff King1-1/+1
2017-01-25unpack-trees: support super-prefix optionStefan Beller3-4/+49