summaryrefslogtreecommitdiffstats
path: root/blob.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-14grep: move thread initialization a little lowerJeff King1-14/+14
2017-02-10Git 2.12-rc1v2.12.0-rc1Junio C Hamano2-1/+16
2017-02-08diff: print line prefix for --name-only outputJeff King2-0/+49
2017-02-08dir: avoid allocation in fill_directory()René Scharfe1-4/+3
2017-02-08rev-list-options.txt: update --all about HEADNguyễn Thái Ngọc Duy1-2/+2
2017-02-08t7800: replace "wc -l" with test_line_countDavid Aguilar1-12/+19
2017-02-08t7800: simplify basic usage testDavid Aguilar1-8/+7
2017-02-08Document the --no-gui option in difftoolDenton Liu1-2/+3
2017-02-06worktree: fix option descriptions for `prune`Patrick Steinhardt1-2/+2
2017-02-06p5302: create repositories for index-pack results explicitlyRené Scharfe1-0/+7
2017-02-06completion: fix git svn authorship switchesEric Wong1-2/+2
2017-02-06difftool: fix bug when printing usageDavid Aguilar2-4/+17
2017-02-04reset: add an example of how to split a commit into twoJacob Keller1-0/+38
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-02completion: add completion for --recurse-submodules=onlyCornelius Weig1-1/+1
2017-02-02doc: add doc for git-push --recurse-submodules=onlyCornelius Weig1-6/+7
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