summaryrefslogtreecommitdiffstats
path: root/line-range.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson4-5/+9
2020-02-24t/helper: make repository tests hash independentbrian m. carlson1-6/+4
2020-02-24t/helper: initialize repository if necessarybrian m. carlson1-0/+4
2020-02-24t/helper/test-dump-split-index: initialize git repositorybrian m. carlson1-0/+2
2020-02-24t6300: make hash algorithm independentbrian m. carlson1-1/+1
2020-02-24t6300: abstract away SHA-1-specific constantsbrian m. carlson1-9/+16
2020-02-24t: use hash-specific lookup tables to define test constantsbrian m. carlson1-15/+14
2020-02-24repository: require a build flag to use SHA-256brian m. carlson2-0/+6
2020-02-24hex: add functions to parse hex object IDs in any algorithmbrian m. carlson2-0/+32
2020-02-24hex: introduce parsing variants taking hash algorithmsbrian m. carlson2-7/+33
2020-02-24hash: implement and use a context cloning functionbrian m. carlson4-1/+46
2020-02-24builtin/pack-objects: make hash agnosticbrian m. carlson1-1/+1
2020-02-17The sixth batch for 2.26Junio C Hamano1-29/+15
2020-02-17Git 2.25.1v2.25.1Junio C Hamano3-2/+57
2020-02-17prefix_path: show gitdir when arg is outside repoEmily Shaffer2-2/+4
2020-02-14doc: move credential helper info into gitcredentials(7)Jeff King2-91/+88
2020-02-14The fifth batch for 2.26Junio C Hamano1-0/+71
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin2-0/+23
2020-02-14t5580: test cloning without file://, test fetching via UNC pathsJohannes Schindelin1-0/+12
2020-02-14t9001, t9116: avoid pipesJohannes Schindelin2-6/+10
2020-02-12The fourth batch for 2.26Junio C Hamano1-0/+44
2020-02-12tests: fix --write-junit-xml with subshellsJohannes Schindelin1-1/+2
2020-02-11convert: fix typoJohannes Schindelin1-1/+1
2020-02-11mailinfo: factor out some repeated header handlingJeff King1-16/+23
2020-02-11mailinfo: be more liberal with header whitespaceJeff King2-2/+18
2020-02-11mailinfo: simplify parsing of header valuesJeff King1-18/+22
2020-02-11mailinfo: treat header values as C stringsJeff King1-4/+4
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers3-7/+87
2020-02-10submodule-config: add subomdule config scopeMatthew Rogers3-1/+6
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers3-13/+27
2020-02-10config: preserve scope in do_git_config_sequenceMatthew Rogers1-1/+2
2020-02-10config: clarify meaning of command line scopingMatthew Rogers3-5/+5
2020-02-10config: split repo scope to local and worktreeMatthew Rogers5-11/+13
2020-02-10config: make scope_name non-static and rename itMatthew Rogers3-16/+18
2020-02-10ci: ignore rubygems warning in the "Documentation" jobJohannes Schindelin1-0/+1
2020-02-10parse-options: simplify parse_options_dup()René Scharfe1-9/+3
2020-02-10parse-options: const parse_options_concat() parametersRené Scharfe2-2/+3
2020-02-10parse-options: factor out parse_options_count()René Scharfe1-12/+12
2020-02-10parse-options: use COPY_ARRAY in parse_options_concat()René Scharfe1-5/+2
2020-02-10mailinfo: don't insert header prefix for handle_content_type()René Scharfe1-1/+0
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe11-15/+27
2020-02-10pack-format: correct multi-pack-index descriptionJohannes Berg1-2/+3
2020-02-09diff-options.txt: avoid "regex" overload in exampleMartin Ågren1-4/+4