summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Merge branch 'cb/ci-freebsd-update' into maintLibravatar Junio C Hamano1-1/+8
2021-10-12Merge branch 'cb/builtin-merge-format-string-fix' into maintLibravatar Junio C Hamano1-3/+5
2021-10-12Merge branch 'js/log-protocol-version' into maintLibravatar Junio C Hamano3-0/+15
2021-10-12Merge branch 'en/merge-strategy-docs' into maintLibravatar Junio C Hamano6-42/+55
2021-10-12Merge branch 'ab/bundle-doc' into maintLibravatar Junio C Hamano1-30/+117
2021-09-20merge-ort: fix completely wrong commentLibravatar Elijah Newren1-1/+1
2021-09-20trace2.h: fix trivial comment typoLibravatar Elijah Newren1-1/+1
2021-09-17unicode: update the width tables to Unicode 14Libravatar Carlo Marcelo Arenas Belón1-15/+29
2021-09-16t0000: avoid masking git exit value through pipesLibravatar Carlo Marcelo Arenas Belón1-11/+12
2021-09-16tree-diff: fix leak when not HAVE_ALLOCA_HLibravatar Carlo Marcelo Arenas Belón1-1/+3
2021-09-15pack-revindex.h: correct the time complexity descriptionsLibravatar Kyle Zhao1-2/+2
2021-09-14documentation: add documentation for 'git version'Libravatar Matthias Aßhauer2-0/+32
2021-09-13doc: config, tell readers of `git help --config`Libravatar Philip Oakley1-0/+3
2021-09-12compression: drop write-only core_compression_* variablesLibravatar René Scharfe3-5/+0
2021-09-09t5562: use alarm() to interrupt timed child-waitLibravatar Jeff King1-8/+8
2021-09-09setup: use xopen and xdup in sanitize_stdfdsLibravatar René Scharfe1-5/+3
2021-09-07hash-object: prefix_filename() returns allocated memory these daysLibravatar Junio C Hamano1-1/+1
2021-09-07Documentation: fix default directory of git bugreport -oLibravatar Bagas Sanjaya1-2/+2
2021-09-07Makefile: remove the check_bindir scriptLibravatar Ævar Arnfjörð Bjarmason2-15/+1
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGLibravatar Carlo Marcelo Arenas Belón1-3/+3
2021-09-02gc: remove trailing dot from "gc.log" lineLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-09-01docs: clarify the interaction of transfer.hideRefs and namespacesLibravatar Kim Altintop1-5/+9
2021-09-01upload-pack.c: treat want-ref relative to namespaceLibravatar Kim Altintop2-7/+146
2021-09-01t5730: introduce fetch command helperLibravatar Kim Altintop1-36/+37
2021-08-31mailmap.c: fix a memory leak in free_mailap_{info,entry}()Libravatar Ævar Arnfjörð Bjarmason1-0/+2
2021-08-31protocol-caps.c: fix memory leak in send_info()Libravatar Ævar Arnfjörð Bjarmason1-2/+3
2021-08-30test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repositoryLibravatar SZEDER Gábor1-1/+2
2021-08-30doc: fix syntax error and the format of printfLibravatar Zoker1-2/+2
2021-08-30sparse-index: copy dir_hash in ensure_full_index()Libravatar Jeff Hostetler1-0/+1
2021-08-27branch: allow deleting dangling branches with --forceLibravatar René Scharfe3-2/+16
2021-08-27archive: convert queue_directory to struct object_idLibravatar René Scharfe1-4/+3
2021-08-27show-branch: simplify rev_is_head()Libravatar René Scharfe1-10/+5
2021-08-26checkout: make delayed checkout respect --quiet and --no-progressLibravatar Matheus Tavares5-5/+80
2021-08-26column: fix parsing of the '--nl' optionLibravatar SZEDER Gábor3-2/+20
2021-08-25use xopen() to handle fatal open(2) failuresLibravatar René Scharfe15-52/+33
2021-08-25xopen: explicitly report creation failuresLibravatar René Scharfe1-1/+3
2021-08-25diff-lib: ignore paths that are outside $cwd if --relative askedLibravatar Đoàn Trần Công Danh2-0/+57
2021-08-25t6300: check for cat-file exit status codeLibravatar Đoàn Trần Công Danh1-1/+3
2021-08-25t6300: don't run cat-file on non-existent objectLibravatar Đoàn Trần Công Danh1-11/+16
2021-08-25credential: fix leak in credential_apply_config()Libravatar Mike Hommey1-0/+1
2021-08-25t5323: drop mentions of "master"Libravatar Jeff King1-2/+2
2021-08-24rebase: emit one "fatal" in "fatal: fatal: <error>"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-08-24ls-remote: set packet_trace_identity(<name>)Libravatar Ævar Arnfjörð Bjarmason2-3/+5
2021-08-24compat: let git_mmap use malloc(3) directlyLibravatar René Scharfe1-1/+6
2021-08-24maintenance: skip bootout/bootstrap when plist is registeredLibravatar Derrick Stolee2-9/+62
2021-08-24maintenance: create `launchctl` configuration using a lock fileLibravatar Johannes Schindelin1-17/+30
2021-08-24t9001: PATH must not use Windows-style pathsLibravatar Johannes Sixt1-1/+1
2021-08-24t5582: remove spurious 'cd "$D"' lineLibravatar Mickey Endito1-1/+0
2021-08-23rebase -r: fix merge -c with a merge strategyLibravatar Phillip Wood2-1/+22
2021-08-23rebase -r: don't write .git/MERGE_MSG when fast-forwardingLibravatar Phillip Wood2-42/+49