summaryrefslogtreecommitdiffstats
path: root/advice.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-22sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson2-3/+20
2017-02-22refs: simplify parsing of reflog entriesbrian m. carlson1-5/+6
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson10-50/+50
2017-02-22reflog-walk: convert struct reflog_info to struct object_idbrian m. carlson1-6/+6
2017-02-22builtin/replace: convert to struct object_idbrian m. carlson1-56/+56
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson6-23/+23
2017-02-22builtin/merge: convert to struct object_idbrian m. carlson1-68/+66
2017-02-22builtin/clone: convert to struct object_idbrian m. carlson1-5/+5
2017-02-22builtin/branch: convert to struct object_idbrian m. carlson1-13/+13
2017-02-22builtin/grep: convert to struct object_idbrian m. carlson1-12/+12
2017-02-22builtin/fmt-merge-message: convert to struct object_idbrian m. carlson1-35/+35
2017-02-22builtin/fast-export: convert to struct object_idbrian m. carlson1-29/+29
2017-02-22builtin/describe: convert to struct object_idbrian m. carlson1-25/+25
2017-02-22builtin/diff-tree: convert to struct object_idbrian m. carlson1-32/+31
2017-02-20builtin/commit: convert to struct object_idbrian m. carlson1-23/+23
2017-02-20hex: introduce parse_oid_hexbrian m. carlson2-0/+17
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