summaryrefslogtreecommitdiffstats
path: root/remote.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-18SubmittingPatches: quote commandsLinus Arver1-1/+1
2024-04-18SubmittingPatches: mention GitGitGadgetLinus Arver1-0/+4
2024-04-18SubmittingPatches: clarify 'git-contacts' locationLinus Arver1-2/+6
2024-04-18MyFirstContribution: mention contrib/contacts/git-contactsLinus Arver1-0/+9
2024-04-18rebase -m: fix --signoff with conflictsPhillip Wood3-21/+94
2024-04-18sequencer: store commit message in private contextPhillip Wood1-46/+50
2024-04-18sequencer: move current fixups to private contextPhillip Wood2-37/+57
2024-04-18sequencer: start removing private fields from public APIPhillip Wood2-7/+35
2024-04-18sequencer: always free "struct replay_opts"Phillip Wood1-2/+4
2024-04-18repository: drop `initialize_the_repository()`Patrick Steinhardt5-12/+26
2024-04-18repository: drop `the_index` variablePatrick Steinhardt2-22/+6
2024-04-18builtin/clone: stop using `the_index`Patrick Steinhardt1-4/+3
2024-04-18repository: initialize index in `repo_init()`Patrick Steinhardt1-11/+17
2024-04-18builtin: stop using `the_index`Patrick Steinhardt28-371/+356
2024-04-18t/helper: stop using `the_index`Patrick Steinhardt8-51/+43
2024-04-17midx: disable replace objectsXing Xin2-0/+24
2024-04-17builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt2-12/+11
2024-04-17run-command: introduce function to prepare auto-maintenance processPatrick Steinhardt2-6/+20
2024-04-17mailmap: change primary address for Linus ArverLinus Arver1-0/+1
2024-04-16The twentieth batchJunio C Hamano1-0/+22
2024-04-16apply: avoid using fixed-size buffer in write_out_one_reject()René Scharfe1-16/+17
2024-04-16rerere: fix crashes due to unmatched opening conflict markersMarcel Röthke2-0/+68
2024-04-15The ninteenth batchJunio C Hamano1-0/+35
2024-04-15imap-send: increase command size limitRené Scharfe1-23/+12
2024-04-15bisect: report the found commit with "show"Peter Krefting1-15/+24
2024-04-15Documentation: fix linkgit referenceYehezkel Bernat1-1/+1
2024-04-15git-compat-util: fix NO_OPENSSL on current macOSRené Scharfe1-0/+1
2024-04-15pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt3-23/+42
2024-04-15reftable/block: avoid copying block iterators on seekPatrick Steinhardt2-20/+14
2024-04-15reftable/block: reuse `zstream` state on inflationPatrick Steinhardt3-10/+19
2024-04-15reftable/block: open-code call to `uncompress2()`Patrick Steinhardt1-10/+28
2024-04-15reftable/block: reuse uncompressed blocksPatrick Steinhardt3-19/+26
2024-04-15reftable/reader: iterate to next block in placePatrick Steinhardt2-21/+28
2024-04-15reftable/block: move ownership of block reader into `struct table_iter`Patrick Steinhardt3-83/+100
2024-04-15reftable/block: introduce `block_reader_release()`Patrick Steinhardt3-1/+8
2024-04-15reftable/block: better grouping of functionsPatrick Steinhardt2-36/+36
2024-04-15reftable/block: merge `block_iter_seek()` and `block_reader_seek()`Patrick Steinhardt4-16/+8
2024-04-15reftable/block: rename `block_reader_start()`Patrick Steinhardt5-6/+6
2024-04-15launch_editor: waiting message on errorRubén Justo1-4/+3
2024-04-15fast-import: make comments more preciseThalia Archibald1-3/+3
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald3-0/+4
2024-04-15fast-import: document C-style escapes for pathsThalia Archibald2-5/+11
2024-04-15fast-import: improve documentation for path quotingThalia Archibald1-12/+18
2024-04-15fast-import: remove dead strbufThalia Archibald1-5/+0
2024-04-15fast-import: allow unquoted empty path for rootThalia Archibald2-176/+190
2024-04-15fast-import: directly use strbufs for pathsThalia Archibald1-37/+27
2024-04-15fast-import: tighten path unquotingThalia Archibald2-44/+322
2024-04-12The eighteenth batchJunio C Hamano1-0/+10
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin1-1/+1
2024-04-12Documentation: fix typos describing date formatXing Xin2-2/+2