summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsLibravatar Eyal Soha2-1/+10
2020-02-11color.c: support bright aixterm colorsLibravatar Eyal Soha3-9/+39
2020-02-11color.c: refactor color_output argumentsLibravatar Eyal Soha1-13/+21
2020-02-11mailinfo: factor out some repeated header handlingLibravatar Jeff King1-16/+23
2020-02-11mailinfo: be more liberal with header whitespaceLibravatar Jeff King2-2/+18
2020-02-11mailinfo: simplify parsing of header valuesLibravatar Jeff King1-18/+22
2020-02-11mailinfo: treat header values as C stringsLibravatar Jeff King1-4/+4
2020-02-10remote rename/remove: gently handle remote.pushDefault configLibravatar Bert Wesarg2-2/+129
2020-02-10config: provide access to the current line numberLibravatar Bert Wesarg4-2/+22
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesLibravatar Bert Wesarg2-2/+36
2020-02-10remote: clean-up config callbackLibravatar Bert Wesarg1-11/+17
2020-02-10remote: clean-up by returning early to avoid one indentationLibravatar Bert Wesarg1-46/+48
2020-02-10pull --rebase/remote rename: document and honor single-letter abbreviations r...Libravatar Bert Wesarg7-49/+75
2020-02-10config: add '--show-scope' to print the scope of a config valueLibravatar Matthew Rogers3-7/+87
2020-02-10submodule-config: add subomdule config scopeLibravatar Matthew Rogers3-1/+6
2020-02-10config: teach git_config_source to remember its scopeLibravatar Matthew Rogers3-13/+27
2020-02-10config: preserve scope in do_git_config_sequenceLibravatar Matthew Rogers1-1/+2
2020-02-10config: clarify meaning of command line scopingLibravatar Matthew Rogers3-5/+5
2020-02-10config: split repo scope to local and worktreeLibravatar Matthew Rogers5-11/+13
2020-02-10config: make scope_name non-static and rename itLibravatar Matthew Rogers3-16/+18
2020-02-10ci: ignore rubygems warning in the "Documentation" jobLibravatar Johannes Schindelin1-0/+1
2020-02-10parse-options: simplify parse_options_dup()Libravatar René Scharfe1-9/+3
2020-02-10parse-options: const parse_options_concat() parametersLibravatar René Scharfe2-2/+3
2020-02-10parse-options: factor out parse_options_count()Libravatar René Scharfe1-12/+12
2020-02-10parse-options: use COPY_ARRAY in parse_options_concat()Libravatar René Scharfe1-5/+2
2020-02-10mailinfo: don't insert header prefix for handle_content_type()Libravatar René Scharfe1-1/+0
2020-02-10strbuf: add and use strbuf_insertstr()Libravatar René Scharfe11-15/+27
2020-02-10pack-format: correct multi-pack-index descriptionLibravatar Johannes Berg1-2/+3
2020-02-09diff-options.txt: avoid "regex" overload in exampleLibravatar Martin Ågren1-4/+4
2020-02-07doc: describe Git bundle formatLibravatar Masaya Suzuki1-0/+48
2020-02-07t6024: update for SHA-256Libravatar brian m. carlson1-5/+10
2020-02-07t6006: make hash size independentLibravatar brian m. carlson1-1/+3
2020-02-07t6000: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-5/+8
2020-02-07t5703: make test work with SHA-256Libravatar brian m. carlson1-3/+4
2020-02-07t5607: make hash size independentLibravatar brian m. carlson1-1/+1
2020-02-07t5318: update for SHA-256Libravatar brian m. carlson1-2/+2
2020-02-07t5515: make test hash independentLibravatar brian m. carlson1-5/+54
2020-02-07t5321: make test hash independentLibravatar brian m. carlson1-2/+2
2020-02-07t5313: make test hash independentLibravatar brian m. carlson1-4/+15
2020-02-07t5309: make test hash independentLibravatar brian m. carlson1-8/+2
2020-02-07t5302: make hash size independentLibravatar brian m. carlson1-9/+12
2020-02-07t4060: make test work with SHA-256Libravatar brian m. carlson1-56/+70
2020-02-07t4211: add test cases for SHA-256Libravatar brian m. carlson14-1/+1263
2020-02-07t4211: move SHA-1-specific test cases into a directoryLibravatar brian m. carlson14-1/+1
2020-02-07t4013: make test hash independentLibravatar brian m. carlson1-6/+38
2020-02-07t3311: make test work with SHA-256Libravatar brian m. carlson1-25/+35
2020-02-07t3310: make test work with SHA-256Libravatar brian m. carlson1-26/+58
2020-02-07t3309: make test work with SHA-256Libravatar brian m. carlson1-84/+144
2020-02-07t3308: make test work with SHA-256Libravatar brian m. carlson1-28/+55
2020-02-07t3206: make hash size independentLibravatar brian m. carlson1-3/+11