summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-09-22grep: mark "haystack" buffers as constJeff King-26/+35
2021-09-22grep: stop modifying buffer in grep_source_1()Jeff King-4/+1
2021-09-22grep: stop modifying buffer in show_line()Jeff King-3/+0
2021-09-22grep: stop modifying buffer in strip_timestampJeff King-10/+3
2021-09-22builtin/multi-pack-index.c: disable top-level --[no-]progressTaylor Blau-14/+35
2021-09-20The seventh batchJunio C Hamano-0/+52
2021-09-20Merge branch 'jk/t5562-racefix'Junio C Hamano-8/+8
2021-09-20Merge branch 'rs/no-mode-to-open-when-appending'Junio C Hamano-1/+1
2021-09-20Merge branch 'rs/setup-use-xopen-and-xdup'Junio C Hamano-5/+3
2021-09-20Merge branch 'js/run-command-close-packs'Junio C Hamano-27/+32
2021-09-20Merge branch 'ds/mergies-with-sparse-index'Junio C Hamano-10/+129
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano-62/+312
2021-09-20Merge branch 'ar/submodule-run-update-procedure'Junio C Hamano-73/+290
2021-09-20Merge branch 'ab/make-tags-cleanup'Junio C Hamano-13/+19
2021-09-20Merge branch 'ab/serve-cleanup'Junio C Hamano-128/+298
2021-09-20Merge branch 'ar/submodule-add-more'Junio C Hamano-355/+291
2021-09-20Merge branch 'ar/submodule-add-config'Junio C Hamano-27/+135
2021-09-20Merge branch 'ab/unbundle-progress'Junio C Hamano-11/+46
2021-09-20Merge branch 'tb/pack-finalize-ordering'Junio C Hamano-67/+96
2021-09-20Merge branch 'cb/pedantic-build-for-developers'Junio C Hamano-58/+15
2021-09-20Merge branch 'ab/progress-users-adjust-counters'Junio C Hamano-8/+6
2021-09-20Merge branch 'dt/submodule-diff-fixes'Junio C Hamano-9/+164
2021-09-20Merge branch 'jv/pkt-line-batch'Junio C Hamano-5/+72
2021-09-20Merge branch 'lh/systemd-timers'Junio C Hamano-80/+694
2021-09-20Merge branch 'ab/tr2-leaks-and-fixes'Junio C Hamano-24/+146
2021-09-20Merge branch 'jt/grep-wo-submodule-odb-as-alternate'Junio C Hamano-55/+161
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano-465/+1676
2021-09-20Merge branch 'ps/fetch-optim'Junio C Hamano-61/+67
2021-09-20clone: handle unborn branch in bare reposJeff King-16/+30
2021-09-20Merge branch 'ab/retire-option-argument' into da/difftoolJunio C Hamano-52/+26
2021-09-20merge-ort: fix completely wrong commentElijah Newren-1/+1
2021-09-20trace2.h: fix trivial comment typoElijah Newren-1/+1
2021-09-20Merge branch 'en/am-abort-fix' into en/removing-untracked-fixesJunio C Hamano-1/+43
2021-09-20builtin/commit-graph.c: don't accept common --[no-]progressTaylor Blau-2/+4
2021-09-20Document `rebase.forkpoint` in rebase man pageWesley Schwengle-1/+2
2021-09-20t/helper/simple-ipc: convert test-simple-ipc to use start_bg_commandJeff Hostetler-156/+43
2021-09-20run-command: create start_bg_commandJeff Hostetler-0/+186
2021-09-20simple-ipc/ipc-win32: add Windows ACL to named pipeJeff Hostetler-11/+129
2021-09-20simple-ipc/ipc-win32: add trace2 debuggingJeff Hostetler-1/+24
2021-09-20simple-ipc: move definition of ipc_active_state outside of ifdefCarlo Marcelo Arenas Belón-7/+7
2021-09-20simple-ipc: preparations for supporting binary messages.Jeff Hostetler-23/+46
2021-09-20trace2: add trace2_child_ready() to report on background childrenJeff Hostetler-0/+152
2021-09-17unicode: update the width tables to Unicode 14Carlo Marcelo Arenas Belón-15/+29
2021-09-17t5326: test propagating hashcache valuesTaylor Blau-0/+30
2021-09-17p5326: generate pack bitmaps before writing the MIDX bitmapTaylor Blau-1/+8
2021-09-16Documentation: cleanup git-cvsserverCarlo Marcelo Arenas Belón-8/+9
2021-09-16git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón-3/+9
2021-09-16git-cvsserver: use crypt correctly to compare password hashesCarlo Marcelo Arenas Belón-8/+8
2021-09-16t0000: avoid masking git exit value through pipesCarlo Marcelo Arenas Belón-11/+12
2021-09-16tree-diff: fix leak when not HAVE_ALLOCA_HCarlo Marcelo Arenas Belón-1/+3