summaryrefslogtreecommitdiffstats
path: root/exec-cmd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-31git-imap-send.txt: do verify SSL certificate for gmail.comPhilippe Blain1-2/+9
2020-08-31git-imap-send.txt: don't duplicate 'Examples' sectionsPhilippe Blain1-13/+6
2020-08-28po: add missing letter for French messagebrian m. carlson1-1/+1
2020-08-27Eleventh batchJunio C Hamano1-0/+9
2020-08-24Tenth batchJunio C Hamano1-0/+35
2020-08-20completion: add GIT_COMPLETION_SHOW_ALL env varRyan Zoeller1-1/+13
2020-08-20parse-options: add --git-completion-helper-allRyan Zoeller1-9/+17
2020-08-20Ninth batchJunio C Hamano1-1/+43
2020-08-19refs: read FETCH_HEAD and MERGE_HEAD genericallyHan-Wen Nienhuys1-1/+27
2020-08-19refs: move gitdir into base ref_storeHan-Wen Nienhuys3-9/+10
2020-08-19refs: fix comment about submodule ref_storesHan-Wen Nienhuys1-1/+1
2020-08-19refs: split off reading loose ref data in separate functionHan-Wen Nienhuys2-15/+25
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren10-28/+36
2020-08-19dir: make clear_directory() free all relevant memoryElijah Newren5-15/+13
2020-08-19patch-id: ignore newline at end of file in diff_flush_patch_id()René Scharfe2-0/+25
2020-08-18checkout_entry(): remove unreachable error() callMatheus Tavares1-2/+0
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano4-5/+41
2020-08-18mem-pool: use consistent pool variable nameElijah Newren2-21/+23
2020-08-18mem-pool: use more standard initialization and finalizationElijah Newren4-23/+23
2020-08-18mem-pool: add convenience functions for strdup and strndupElijah Newren3-10/+26
2020-08-18contrib/subtree: document 'push' does not take '--squash'Danny Lin1-2/+2
2020-08-18contrib/subtree: fix "unsure" for --message in the documentDanny Lin1-1/+1
2020-08-18Eighth batchJunio C Hamano1-0/+36
2020-08-18multi-pack-index: use hash version byteDerrick Stolee4-13/+80
2020-08-18commit-graph: use the "hash version" byteDerrick Stolee5-8/+62
2020-08-18t/README: document GIT_TEST_DEFAULT_HASHDerrick Stolee1-0/+4
2020-08-18submodule--helper: fix leak of core.worktree valueJeff King1-2/+2
2020-08-18config: fix leak in git_config_get_expiry_in_days()Jeff King1-2/+2
2020-08-18config: drop git_config_get_string_const()Jeff King7-43/+16
2020-08-17mingw: improve performance of mingw_unlink()Jeff Hostetler1-0/+3
2020-08-17Documentation: mark `--object-format=sha256` as experimentalMartin Ågren5-1/+14
2020-08-17shallow.txt: document SHA-256 shallow formatMartin Ågren1-1/+1
2020-08-17protocol-capabilities.txt: clarify "allow-x-sha1-in-want" re SHA-256Martin Ågren1-4/+8
2020-08-17index-format.txt: document SHA-256 index formatMartin Ågren1-16/+18
2020-08-17http-protocol.txt: document SHA-256 "want"/"have" formatMartin Ågren1-2/+3
2020-08-17upload-pack: use buffered I/O to talk to rev-listRené Scharfe1-12/+10
2020-08-17midx: use buffered I/O to talk to pack-objectsRené Scharfe1-3/+5
2020-08-17connected: use buffered I/O to talk to rev-listRené Scharfe1-10/+11
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King10-13/+53
2020-08-14checkout: fix leak of non-existent branch namesJeff King1-1/+3
2020-08-14submodule--helper: use strbuf_release() to free strbufsJeff King1-2/+2
2020-08-14sequencer: avoid garbled merge machinery messages due to commit labelsElijah Newren3-12/+12
2020-08-14clear_pattern_list(): clear embedded hashmapsJeff King1-0/+2
2020-08-14messages: avoid SHA-1 in end-user facing messagesJunio C Hamano5-5/+5
2020-08-14docs: fix step in transition planbrian m. carlson1-1/+1
2020-08-14docs: document SHA-256 pack and indicesbrian m. carlson1-15/+21
2020-08-13Seventh batchJunio C Hamano1-0/+9
2020-08-13rebase -i: fix possibly wrong onto hash in todoAntti Keränen2-2/+9
2020-08-13userdiff: improve Fortran xfuncname regexPhilippe Blain2-2/+1
2020-08-13userdiff: add tests for Fortran xfuncname regexPhilippe Blain11-0/+100