summaryrefslogtreecommitdiffstats
path: root/run-command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-08contrib/buildsystems: fix expat library name for generated vcxprojOrgad Shaneh2-1/+2
2020-09-06pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe1-2/+1
2020-09-06midx: use hashwrite_u8() in write_midx_header()René Scharfe1-7/+4
2020-09-06fast-import: use write_pack_header()René Scharfe1-7/+1
2020-09-06refspec: add and use refspec_appendf()René Scharfe6-49/+35
2020-09-06push: release strbufs used for refspec formattingRené Scharfe1-12/+22
2020-09-06read-cache: fix mem-pool allocation for multi-threaded index loadingRené Scharfe1-1/+1
2020-09-06Makefile: add support for generating JSON compilation databasePhilippe Blain2-5/+56
2020-09-06log_tree_diff: get rid of extra check for NULLSergey Organov1-1/+1
2020-09-06log_tree_diff: get rid of code duplication for first_parent_onlySergey Organov1-15/+4
2020-09-03Thirteenth batchJunio C Hamano1-0/+26
2020-09-03vcbuild: fix batch file name in READMEOrgad Shaneh1-2/+2
2020-09-03vcbuild: fix library name for expat with make MSVC=1Orgad Shaneh1-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan19-29/+60
2020-09-02refs: move dwim_ref() to header fileJonathan Tan2-6/+7
2020-09-02sha1-name: replace unsigned int with option structJonathan Tan4-21/+34
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan3-11/+22
2020-09-02ci: avoid ugly "failure" in the `ci-config` jobJohannes Schindelin1-2/+1
2020-09-02ci: fix indentation of the `ci-config` jobJohannes Schindelin1-2/+2
2020-09-02xrealloc: do not reuse pointer freed by zero-length realloc()Jeff King1-2/+5
2020-09-01git.txt: correct stale 'GIT_EXTERNAL_DIFF' descriptionPhilippe Blain2-3/+5
2020-09-01Twelfth batchJunio C Hamano1-0/+39
2020-08-31revision: add separate field for "-m" of "diff-index -m"Sergey Organov3-8/+9
2020-08-31init: make --separate-git-dir work from within linked worktreeEric Sunshine2-2/+43
2020-08-31init: teach --separate-git-dir to repair linked worktreesEric Sunshine2-0/+13
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine5-5/+188
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine5-1/+175
2020-08-31doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' morePhilippe Blain2-0/+7
2020-08-31git-imap-send.txt: add note about localized Gmail foldersPhilippe Blain1-0/+4
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-28midx: traverse the local MIDX firstTaylor Blau4-3/+19
2020-08-28bisect: swap command-line options in documentationHugo Locurcio3-3/+3
2020-08-28po: add missing letter for French messagebrian m. carlson1-1/+1
2020-08-28ref-filter: add `sanitize` option for 'subject' atomHariom Verma3-8/+25
2020-08-28pretty: refactor `format_sanitized_subject()`Hariom Verma2-9/+14
2020-08-28ref-filter: add `short` modifier to 'parent' atomHariom Verma3-5/+11
2020-08-28ref-filter: add `short` modifier to 'tree' atomHariom Verma3-5/+12
2020-08-28ref-filter: rename `objectname` related functions and fieldsHariom Verma1-20/+20
2020-08-28ref-filter: modify error messages in `grab_objectname()`Hariom Verma1-2/+2
2020-08-28ref-filter: refactor `grab_objectname()`Hariom Verma1-15/+21
2020-08-28ref-filter: support different email formatsHariom Verma3-10/+65
2020-08-27doc: clarify how exit status of post-checkout hook is usedJunio C Hamano1-1/+3
2020-08-27Eleventh batchJunio C Hamano1-0/+9
2020-08-27t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityShourya Shukla2-4/+5
2020-08-27worktree: add skeleton "repair" commandEric Sunshine3-0/+32
2020-08-27pretty-options.txt: fix --no-abbrev-commit descriptionSergey Organov1-2/+2
2020-08-27credential-cache: use child_process.argsJunio C Hamano1-4/+4
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King1-5/+3
2020-08-27run_command: teach API users to use embedded 'args' moreJunio C Hamano4-19/+7