summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-07sparse-index: use WRITE_TREE_MISSING_OKDerrick Stolee1-1/+4
2021-09-07sparse-index: silently return when cache tree failsDerrick Stolee1-4/+6
2021-09-07unpack-trees: fix nested sparse-dir searchDerrick Stolee1-3/+5
2021-09-07sparse-index: silently return when not using cone-mode patternsDerrick Stolee1-5/+11
2021-09-07t7519: rewrite sparse index testDerrick Stolee1-17/+21
2021-09-07pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason1-0/+3
2021-09-07sequencer: restrict scope of a formerly public functionJohannes Schindelin2-4/+2
2021-09-07rebase: remove a no-longer-used functionJohannes Schindelin2-31/+0
2021-09-07rebase: stop mentioning the -p option in commentsJohannes Schindelin1-1/+1
2021-09-07rebase: remove obsolete code commentJohannes Schindelin1-1/+1
2021-09-07rebase: drop the internal `rebase--interactive` commandJohannes Schindelin2-193/+1
2021-09-07git-svn: drop support for `--preserve-merges`Johannes Schindelin2-2/+0
2021-09-07rebase: drop support for `--preserve-merges`Johannes Schindelin5-1238/+11
2021-09-07pull: remove support for `--rebase=preserve`Johannes Schindelin7-23/+8
2021-09-07tests: stop testing `git rebase --preserve-merges`Johannes Schindelin17-764/+3
2021-09-07remote: warn about unhandled branch.<name>.rebase valuesJohannes Schindelin1-0/+3
2021-09-07t5520: do not use `pull.rebase=preserve`Johannes Schindelin1-3/+3
2021-09-07hash-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-07send-email: fix a "first config key wins" regression in v2.33.0Ævar Arnfjörð Bjarmason2-1/+16
2021-09-07range-diff: avoid segfault with -IRené Scharfe1-0/+3
2021-09-07diff-index: restore -c/--cc options handlingSergey Organov3-14/+8
2021-09-07tr2: log N parent process names on LinuxÆvar Arnfjörð Bjarmason1-17/+132
2021-09-07tr2: do compiler enum check in trace2_collect_process_info()Ævar Arnfjörð Bjarmason1-6/+7
2021-09-07tr2: leave the parent list empty upon failure & don't leak memoryÆvar Arnfjörð Bjarmason1-3/+5
2021-09-07tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason1-0/+1
2021-09-07tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under LinuxÆvar Arnfjörð Bjarmason1-1/+5
2021-09-07tr2: remove NEEDSWORK comment for "non-procfs" implementationsÆvar Arnfjörð Bjarmason1-1/+0
2021-09-07bundle: show progress on "unbundle"Ævar Arnfjörð Bjarmason2-1/+8
2021-09-07index-pack: add --progress-title optionÆvar Arnfjörð Bjarmason2-0/+12
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason4-10/+19
2021-09-07maintenance: add support for systemd timers on LinuxLénaïc Huard3-11/+330
2021-09-07maintenance: `git maintenance run` learned `--scheduler=<scheduler>`Lénaïc Huard3-75/+354
2021-09-07cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard2-3/+17
2021-09-07test-lib-functions: keep user's debugger config files and TERM in 'debug'Philippe Blain2-16/+50
2021-09-07test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'Philippe Blain3-5/+53
2021-09-07test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'Philippe Blain1-1/+1
2021-09-07hash.h: provide constants for the hash IDsHan-Wen Nienhuys2-5/+8
2021-09-05make: add INSTALL_STRIP option variableBagas Sanjaya1-3/+12
2021-09-05apply: resolve trivial merge without hitting ll-merge with "--3way"Junio C Hamano2-0/+66
2021-09-03The third batchJunio C Hamano1-0/+25
2021-09-03Merge branch 'sg/make-fix-ar-invocation'Junio C Hamano1-2/+2
2021-09-03Merge branch 'ti/tcsh-completion-regression-fix'Junio C Hamano1-2/+3
2021-09-03Merge branch 'fc/completion-updates'Junio C Hamano2-7/+22
2021-09-03Merge branch 'pw/rebase-r-fixes'Junio C Hamano4-58/+155
2021-09-03Merge branch 'pw/rebase-skip-final-fix'Junio C Hamano3-6/+28
2021-09-03Merge branch 'cb/ci-use-upload-artifacts-v1'Junio C Hamano1-1/+1
2021-09-03Merge branch 'jk/commit-edit-fixup-fix'Junio C Hamano2-3/+11
2021-09-03Merge branch 'ps/connectivity-optim'Junio C Hamano9-46/+127