Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01Merge branch 'rs/checkout-no-overlay-pathspec-fix'Junio C Hamano
2020-09-01Merge branch 'al/bisect-first-parent'Junio C Hamano
2020-09-01Merge branch 'jk/refspecs-cleanup'Junio C Hamano
2020-09-01Merge branch 'hn/refs-pseudorefs'Junio C Hamano
2020-09-01Merge branch 'jk/index-pack-w-more-threads'Junio C Hamano
2020-09-01Merge branch 'hv/ref-filter-trailers-atom-parsing-fix'Junio C Hamano
2020-09-01Merge branch 'jt/promisor-pack-fix'Junio C Hamano
2020-09-01Merge branch 'dd/diff-customize-index-line-abbrev'Junio C Hamano
2020-09-01Merge branch 'am/ci-wsfix'Junio C Hamano
2020-08-31revision: add separate field for "-m" of "diff-index -m"Sergey Organov
2020-08-31init: make --separate-git-dir work from within linked worktreeEric Sunshine
2020-08-31init: teach --separate-git-dir to repair linked worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine
2020-08-31doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' morePhilippe Blain
2020-08-31git-imap-send.txt: add note about localized Gmail foldersPhilippe Blain
2020-08-31git-imap-send.txt: do verify SSL certificate for gmail.comPhilippe Blain
2020-08-31git-imap-send.txt: don't duplicate 'Examples' sectionsPhilippe Blain
2020-08-29midx: traverse the local MIDX firstTaylor Blau
2020-08-29bisect: swap command-line options in documentationHugo Locurcio
2020-08-29po: add missing letter for French messagebrian m. carlson
2020-08-28ref-filter: add `sanitize` option for 'subject' atomHariom Verma
2020-08-28pretty: refactor `format_sanitized_subject()`Hariom Verma
2020-08-28ref-filter: add `short` modifier to 'parent' atomHariom Verma
2020-08-28ref-filter: add `short` modifier to 'tree' atomHariom Verma
2020-08-28ref-filter: rename `objectname` related functions and fieldsHariom Verma
2020-08-28ref-filter: modify error messages in `grab_objectname()`Hariom Verma
2020-08-28ref-filter: refactor `grab_objectname()`Hariom Verma
2020-08-28ref-filter: support different email formatsHariom Verma
2020-08-28doc: clarify how exit status of post-checkout hook is usedJunio C Hamano
2020-08-28Eleventh batchJunio C Hamano
2020-08-28Merge branch 'hn/refs-fetch-head-is-special'Junio C Hamano
2020-08-28Merge branch 'rz/complete-more-options'Junio C Hamano
2020-08-28Merge branch 'jk/leakfix'Junio C Hamano
2020-08-28Merge branch 'en/mem-pool'Junio C Hamano
2020-08-27t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityShourya Shukla
2020-08-27worktree: add skeleton "repair" commandEric Sunshine
2020-08-27pretty-options.txt: fix --no-abbrev-commit descriptionSergey Organov
2020-08-27credential-cache: use child_process.argsJunio C Hamano
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King
2020-08-27run_command: teach API users to use embedded 'args' moreJunio C Hamano
2020-08-27cvsexportcommit: do not run git programs in dashed formJunio C Hamano
2020-08-27transport-helper: do not run git-remote-ext etc. in dashed formJunio C Hamano
2020-08-27t3436: do not run git-merge-recursive in dashed formJunio C Hamano
2020-08-26builtin/repack.c: invalidate MIDX only when necessaryTaylor Blau
2020-08-26revision: set rev_input_given in handle_revision_arg()Jeff King
2020-08-26refs: remove lookup cache for reference-transaction hookPatrick Steinhardt
2020-08-25submodule: fix style in function definitionShourya Shukla
2020-08-25submodule: eliminate unused parameters from print_submodule_summary()Shourya Shukla
2020-08-25fetch-pack: make packfile URIs work with transfer.fsckobjectsJonathan Tan