summaryrefslogtreecommitdiffstats
path: root/notes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-23help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason3-10/+25
2021-09-23help tests: add test for --config outputÆvar Arnfjörð Bjarmason1-0/+13
2021-09-23help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason3-7/+14
2021-09-11help: correct the usage string in -h and documentationÆvar Arnfjörð Bjarmason2-2/+3
2021-09-10The fifth batchJunio C Hamano1-0/+61
2021-09-08The fourth batchJunio C Hamano1-0/+33
2021-09-03The third batchJunio C Hamano1-0/+25
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón1-3/+3
2021-09-02gc: remove trailing dot from "gc.log" lineÆvar Arnfjörð Bjarmason1-1/+1
2021-09-01docs: clarify the interaction of transfer.hideRefs and namespacesKim Altintop1-5/+9
2021-09-01upload-pack.c: treat want-ref relative to namespaceKim Altintop2-7/+146
2021-09-01t5730: introduce fetch command helperKim Altintop1-36/+37
2021-08-31mailmap.c: fix a memory leak in free_mailap_{info,entry}()Ævar Arnfjörð Bjarmason1-0/+2
2021-08-31userdiff: support enum keyword in PHP hunk headerUSAMI Kenta2-1/+5
2021-08-31fast-export: fix anonymized tag using original lengthTal Kelrich2-4/+7
2021-08-31protocol-caps.c: fix memory leak in send_info()Ævar Arnfjörð Bjarmason1-2/+3
2021-08-31commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason2-1/+16
2021-08-31commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason2-0/+9
2021-08-31commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason1-6/+7
2021-08-31multi-pack-index: refactor "goto usage" patternÆvar Arnfjörð Bjarmason1-6/+5
2021-08-31commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason1-16/+21
2021-08-31commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason1-4/+0
2021-08-31commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason1-14/+17
2021-08-31sequencer: advise if skipping cherry-picked commitJosh Steadmon7-6/+38
2021-08-31The second batchJunio C Hamano1-0/+29
2021-08-30clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabledMahi Kolla2-0/+17
2021-08-30send-email: avoid incorrect header propagationMarvin Häuser2-9/+62
2021-08-30fetch: skip formatting updated refs with `--quiet`Patrick Steinhardt1-5/+12
2021-08-30merge-recursive: use fspathcmp() in path_hashmap_cmp()René Scharfe1-4/+1
2021-08-30test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repositorySZEDER Gábor1-1/+2
2021-08-30doc: fix syntax error and the format of printfZoker1-2/+2
2021-08-30sparse-index: copy dir_hash in ensure_full_index()Jeff Hostetler1-0/+1
2021-08-30builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau2-11/+1
2021-08-30builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()Taylor Blau1-68/+16
2021-08-30object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau2-0/+12
2021-08-28branch: allow deleting dangling branches with --forceRené Scharfe3-2/+16
2021-08-27archive: convert queue_directory to struct object_idRené Scharfe1-4/+3
2021-08-27show-branch: simplify rev_is_head()René Scharfe1-10/+5
2021-08-27docs: use "character encoding" to refer to commit-object encodingJeff King2-2/+2
2021-08-27logmsg_reencode(): warn when iconv() failsJeff King3-2/+15
2021-08-27checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares5-5/+80
2021-08-26column: fix parsing of the '--nl' optionSZEDER Gábor3-2/+20
2021-08-26ls-refs: reuse buffer when sending refsPatrick Steinhardt1-8/+11
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe15-52/+33
2021-08-25xopen: explicitly report creation failuresRené Scharfe1-1/+3
2021-08-25advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason5-20/+5
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason3-6/+4
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel22-137/+50
2021-08-25advice: add enum variants for missing advice variablesBen Boeckel2-0/+4
2021-08-25diff-lib: ignore paths that are outside $cwd if --relative askedĐoàn Trần Công Danh2-0/+57