summaryrefslogtreecommitdiffstats
path: root/git-request-pull.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan3-11/+22
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-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
2020-08-26cvsexportcommit: do not run git programs in dashed formJunio C Hamano1-8/+8
2020-08-26transport-helper: do not run git-remote-ext etc. in dashed formJunio C Hamano1-2/+2
2020-08-26t3436: do not run git-merge-recursive in dashed formJunio C Hamano1-1/+1
2020-08-26builtin/repack.c: invalidate MIDX only when necessaryTaylor Blau2-9/+47
2020-08-26revision: set rev_input_given in handle_revision_arg()Jeff King3-5/+26
2020-08-26refs: remove lookup cache for reference-transaction hookPatrick Steinhardt2-12/+12
2020-08-25submodule: fix style in function definitionShourya Shukla1-3/+3
2020-08-25submodule: eliminate unused parameters from print_submodule_summary()Shourya Shukla1-3/+1
2020-08-25fetch-pack: make packfile URIs work with transfer.fsckobjectsJonathan Tan2-1/+54
2020-08-25fetch-pack: document only_packfile in get_pack()Jonathan Tan1-0/+4
2020-08-25(various): document from_promisor parameterJonathan Tan3-0/+14
2020-08-24Tenth batchJunio C Hamano1-0/+35
2020-08-22bisect: add first-parent option to documentationAaron Lipman1-1/+1
2020-08-22checkout, restore: make pathspec recursiveRené Scharfe3-3/+30
2020-08-22ident: say whose identity is missing when giving user.name hintJunio C Hamano2-18/+43
2020-08-21ref-filter: 'contents:trailers' show error if `:` is missingHariom Verma2-3/+13
2020-08-21diff: index-line: respect --abbrev in object's nameĐoàn Trần Công Danh6-5/+99
2020-08-21t4013: improve diff-post-processor logicbrian m. carlson1-21/+39
2020-08-21t6300: unify %(trailers) and %(contents:trailers) testsHariom Verma1-42/+14
2020-08-21ci: fix inconsistent indentationAdrian Moennich1-28/+28
2020-08-21index-pack: adjust default threading capJeff King1-3/+16