summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-09-07t7519: rewrite sparse index testDerrick Stolee-17/+21
2021-09-07pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason-0/+3
2021-09-07sequencer: restrict scope of a formerly public functionJohannes Schindelin-4/+2
2021-09-07rebase: remove a no-longer-used functionJohannes Schindelin-31/+0
2021-09-07rebase: stop mentioning the -p option in commentsJohannes Schindelin-1/+1
2021-09-07rebase: remove obsolete code commentJohannes Schindelin-1/+1
2021-09-07rebase: drop the internal `rebase--interactive` commandJohannes Schindelin-193/+1
2021-09-07git-svn: drop support for `--preserve-merges`Johannes Schindelin-2/+0
2021-09-07rebase: drop support for `--preserve-merges`Johannes Schindelin-1238/+11
2021-09-07pull: remove support for `--rebase=preserve`Johannes Schindelin-23/+8
2021-09-07tests: stop testing `git rebase --preserve-merges`Johannes Schindelin-764/+3
2021-09-07remote: warn about unhandled branch.<name>.rebase valuesJohannes Schindelin-0/+3
2021-09-07t5520: do not use `pull.rebase=preserve`Johannes Schindelin-3/+3
2021-09-07hash-object: prefix_filename() returns allocated memory these daysJunio C Hamano-1/+1
2021-09-07Documentation: fix default directory of git bugreport -oBagas Sanjaya-2/+2
2021-09-07Makefile: remove the check_bindir scriptÆvar Arnfjörð Bjarmason-15/+1
2021-09-07send-email: fix a "first config key wins" regression in v2.33.0Ævar Arnfjörð Bjarmason-1/+16
2021-09-07range-diff: avoid segfault with -IRené Scharfe-0/+3
2021-09-07diff-index: restore -c/--cc options handlingSergey Organov-14/+8
2021-09-07tr2: log N parent process names on LinuxÆvar Arnfjörð Bjarmason-17/+132
2021-09-07tr2: do compiler enum check in trace2_collect_process_info()Ævar Arnfjörð Bjarmason-6/+7
2021-09-07tr2: leave the parent list empty upon failure & don't leak memoryÆvar Arnfjörð Bjarmason-3/+5
2021-09-07tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason-0/+1
2021-09-07tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under LinuxÆvar Arnfjörð Bjarmason-1/+5
2021-09-07tr2: remove NEEDSWORK comment for "non-procfs" implementationsÆvar Arnfjörð Bjarmason-1/+0
2021-09-07bundle: show progress on "unbundle"Ævar Arnfjörð Bjarmason-1/+8
2021-09-07index-pack: add --progress-title optionÆvar Arnfjörð Bjarmason-0/+12
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason-10/+19
2021-09-07maintenance: add support for systemd timers on LinuxLénaïc Huard-11/+330
2021-09-07maintenance: `git maintenance run` learned `--scheduler=<scheduler>`Lénaïc Huard-75/+354
2021-09-07cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard-3/+17
2021-09-07test-lib-functions: keep user's debugger config files and TERM in 'debug'Philippe Blain-16/+50
2021-09-07test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'Philippe Blain-5/+53
2021-09-07test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'Philippe Blain-1/+1
2021-09-07hash.h: provide constants for the hash IDsHan-Wen Nienhuys-5/+8
2021-09-05make: add INSTALL_STRIP option variableBagas Sanjaya-3/+12
2021-09-05apply: resolve trivial merge without hitting ll-merge with "--3way"Junio C Hamano-0/+66
2021-09-03The third batchJunio C Hamano-0/+25
2021-09-03Merge branch 'sg/make-fix-ar-invocation'Junio C Hamano-2/+2
2021-09-03Merge branch 'ti/tcsh-completion-regression-fix'Junio C Hamano-2/+3
2021-09-03Merge branch 'fc/completion-updates'Junio C Hamano-7/+22
2021-09-03Merge branch 'pw/rebase-r-fixes'Junio C Hamano-58/+155
2021-09-03Merge branch 'pw/rebase-skip-final-fix'Junio C Hamano-6/+28
2021-09-03Merge branch 'cb/ci-use-upload-artifacts-v1'Junio C Hamano-1/+1
2021-09-03Merge branch 'jk/commit-edit-fixup-fix'Junio C Hamano-3/+11
2021-09-03Merge branch 'ps/connectivity-optim'Junio C Hamano-46/+127
2021-09-03developer: enable pedantic by defaultCarlo Marcelo Arenas Belón-3/+5
2021-09-03win32: allow building with pedantic mode enabledCarlo Marcelo Arenas Belón-7/+10
2021-09-03gettext: remove optional non-standard parens in N_() definitionÆvar Arnfjörð Bjarmason-49/+1
2021-09-03update-ref: fix streaming of status updatesPatrick Steinhardt-4/+42