summaryrefslogtreecommitdiffstats
path: root/Documentation/git-read-tree.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-28builtin/pull: convert to struct object_idbrian m. carlson1-36/+36
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson3-6/+6
2017-03-28sha1_name: convert disambiguate_hint_fn to take object_idbrian m. carlson1-30/+34
2017-03-28sha1_name: convert struct disambiguate_state to object_idbrian m. carlson1-11/+11
2017-03-28test-sha1-array: convert most code to struct object_idbrian m. carlson1-5/+5
2017-03-28parse-options-cb: convert sha1_array_append caller to struct object_idbrian m. carlson1-3/+3
2017-03-28fsck: convert init_skiplist to struct object_idbrian m. carlson1-5/+6
2017-03-28builtin/receive-pack: convert portions to struct object_idbrian m. carlson1-49/+49
2017-03-27builtin/pull: convert portions to struct object_idbrian m. carlson1-3/+3
2017-03-27builtin/diff: convert to struct object_idbrian m. carlson1-17/+17
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson8-10/+10
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson10-14/+14
2017-03-27Define new hash-size constants for allocating memorybrian m. carlson1-1/+5
2017-03-24Seventh batch for 2.13Junio C Hamano1-9/+29
2017-03-24Git 2.12.2v2.12.2Junio C Hamano3-2/+25
2017-03-24mailmap: use Michael J Gruber's new addressMichael J Gruber1-1/+2
2017-03-23sequencer: fix missing newlineBrandon Williams1-1/+1
2017-03-21Sixth batch for 2.13Junio C Hamano1-17/+23
2017-03-21Prepare for 2.12.2Junio C Hamano2-1/+62
2017-03-20Git 2.12.1v2.12.1Junio C Hamano1-1/+2
2017-03-20push: mention "push.default=tracking" in the documentationÆvar Arnfjörð Bjarmason1-0/+2
2017-03-20git-commit.txt: list post-rewrite in HOOKS sectionNguyễn Thái Ngọc Duy1-1/+1
2017-03-20doc: change erroneous --[no]-whatever into --[no-]whateverÆvar Arnfjörð Bjarmason2-2/+2
2017-03-18pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2-2/+10
2017-03-18run-command: fix segfault when cleaning forked async processJeff King1-1/+1
2017-03-18shortlog: don't set after_subject to an empty stringRené Scharfe1-1/+0
2017-03-18tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor1-7/+2
2017-03-18tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2-1/+2
2017-03-18revision: remove declaration of path_name()René Scharfe1-2/+0
2017-03-18http-push: don't check return value of lookup_unknown_object()René Scharfe1-5/+3
2017-03-18receive-pack: simplify run_update_post_hook()René Scharfe1-8/+5
2017-03-17Fifth batch for 2.13Junio C Hamano1-9/+54
2017-03-17credential-cache: add tests for XDG functionalityDevin Lehmacher1-0/+93
2017-03-17credential-cache: use XDG_CACHE_HOME for socketDevin Lehmacher2-5/+21
2017-03-17Makefile: make DC_SHA1 the defaultJunio C Hamano1-6/+10
2017-03-17t0013: add a basic sha1 collision detection testJeff King3-0/+20
2017-03-17Makefile: add DC_SHA1 knobJeff King4-0/+47
2017-03-17wt-status: simplify by using for_each_string_list_itemStefan Beller1-15/+5
2017-03-17sequencer: drop "warning:" when stopping for editJeff King1-1/+2
2017-03-16sha1dc: disable safe_hash featureJeff King1-1/+1
2017-03-16sha1dc: adjust header includes for gitJeff King4-13/+9
2017-03-16sha1dc: add collision-detecting sha1 implementationJeff King5-0/+2336
2017-03-16Preparing for 2.12.1Junio C Hamano3-2/+43
2017-03-16index-pack: make pointer-alias fallbacks saferJeff King1-8/+12
2017-03-16replace snprintf with odb_pack_name()Jeff King2-31/+24
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King4-12/+12
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King2-11/+15
2017-03-16move odb_* declarations out of git-compat-util.hJeff King2-2/+12
2017-03-15rev-parse: simplify parsing of ref optionsJeff King1-29/+16
2017-03-15rev-parse: add helper for parsing "--foo/--foo="Jeff King1-10/+28