summaryrefslogtreecommitdiffstats
path: root/match-trees.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-20trace2.h: fix trivial comment typoElijah Newren1-1/+1
2021-09-18unicode: update the width tables to Unicode 14Carlo Marcelo Arenas Belón1-15/+29
2021-09-16t0000: avoid masking git exit value through pipesCarlo Marcelo Arenas Belón1-11/+12
2021-09-16tree-diff: fix leak when not HAVE_ALLOCA_HCarlo Marcelo Arenas Belón1-1/+3
2021-09-16pack-revindex.h: correct the time complexity descriptionsKyle Zhao1-2/+2
2021-09-14documentation: add documentation for 'git version'Matthias Aßhauer2-0/+32
2021-09-13doc: config, tell readers of `git help --config`Philip Oakley1-0/+3
2021-09-13compression: drop write-only core_compression_* variablesRené Scharfe3-5/+0
2021-09-10t5562: use alarm() to interrupt timed child-waitJeff King1-8/+8
2021-09-10setup: use xopen and xdup in sanitize_stdfdsRené Scharfe1-5/+3
2021-09-08hash-object: prefix_filename() returns allocated memory these daysJunio C Hamano1-1/+1
2021-09-07Documentation: fix default directory of git bugreport -oBagas Sanjaya1-2/+2
2021-09-07Makefile: remove the check_bindir scriptÆvar Arnfjörð Bjarmason2-15/+1
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-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-30send-email: avoid incorrect header propagationMarvin Häuser2-9/+62
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-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-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-25use xopen() to handle fatal open(2) failuresRené Scharfe15-52/+33
2021-08-25xopen: explicitly report creation failuresRené Scharfe1-1/+3
2021-08-25diff-lib: ignore paths that are outside $cwd if --relative askedĐoàn Trần Công Danh2-0/+57
2021-08-25t6300: check for cat-file exit status codeĐoàn Trần Công Danh1-1/+3
2021-08-25t6300: don't run cat-file on non-existent objectĐoàn Trần Công Danh1-11/+16
2021-08-25credential: fix leak in credential_apply_config()Mike Hommey1-0/+1
2021-08-25t5323: drop mentions of "master"Jeff King1-2/+2
2021-08-24rebase: emit one "fatal" in "fatal: fatal: <error>"Ævar Arnfjörð Bjarmason1-1/+1
2021-08-24ls-remote: set packet_trace_identity(<name>)Ævar Arnfjörð Bjarmason2-3/+5
2021-08-24compat: let git_mmap use malloc(3) directlyRené Scharfe1-1/+6
2021-08-24maintenance: skip bootout/bootstrap when plist is registeredDerrick Stolee2-9/+62
2021-08-24maintenance: create `launchctl` configuration using a lock fileJohannes Schindelin1-17/+30
2021-08-24t9001: PATH must not use Windows-style pathsJohannes Sixt1-1/+1
2021-08-24t5582: remove spurious 'cd "$D"' lineMickey Endito1-1/+0
2021-08-23rebase -r: fix merge -c with a merge strategyPhillip Wood2-1/+22
2021-08-23rebase -r: don't write .git/MERGE_MSG when fast-forwardingPhillip Wood2-42/+49
2021-08-23rebase -i: add another reword testPhillip Wood1-0/+13
2021-08-20rebase -r: make 'merge -c' behave like rewordPhillip Wood3-19/+75
2021-08-20Makefile: remove archives before manipulating them with 'ar'SZEDER Gábor1-2/+2
2021-08-18completion: tcsh: Fix regression by drop of wrapper functionsTakashi Iwai1-2/+3