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
2023-07-17Merge branch 'rs/userformat-find-requirements-simplify'Junio C Hamano
2023-07-17Merge branch 'rs/pretty-format-double-negation-fix'Junio C Hamano
2023-07-17Merge branch 'rs/packet-length-simplify'Junio C Hamano
2023-07-17Merge branch 'pw/diff-no-index-from-named-pipes'Junio C Hamano
2023-07-14The tenth batchJunio C Hamano
2023-07-14Merge branch 'jk/imap-send-unused-variable-cleanup'Junio C Hamano
2023-07-14Merge branch 'ma/t0091-fixup'Junio C Hamano
2023-07-14Merge branch 'ks/ref-filter-signature'Junio C Hamano
2023-07-08The ninth batchJunio C Hamano
2023-07-08Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano
2023-07-08Merge branch 'js/empty-index-fixes'Junio C Hamano
2023-07-08Merge branch 'ks/t4205-test-describe-with-abbrev-fix'Junio C Hamano
2023-07-08pretty: use strchr(3) in userformat_find_requirements()René Scharfe
2023-07-08pkt-line: add size parameter to packet_length()René Scharfe
2023-07-07pretty: avoid double negative in format_commit_item()René Scharfe
2023-07-06The eighth batchJunio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'jc/doc-hash-object-types'Junio C Hamano
2023-07-06Merge branch 'jk/cherry-pick-revert-status'Junio C Hamano
2023-07-06Merge branch 'pw/apply-too-large'Junio C Hamano
2023-07-06Merge branch 'tl/notes-separator'Junio C Hamano
2023-07-06Merge branch 'gc/config-partial-submodule-kvi-fix'Junio C Hamano
2023-07-06Merge branch 'pb/complete-diff-options'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-07-06diff --no-index: support reading from named pipesPhillip Wood
2023-07-06t4054: test diff --no-index with stdinPhillip Wood
2023-07-06diff --no-index: die on error reading stdinPhillip Wood
2023-07-06diff --no-index: refuse to compare stdin to a directoryPhillip Wood
2023-07-05t0091-bugreport.sh: actually verify some content of reportMartin Ågren
2023-07-05imap-send: drop unused fields from imap_cmd_cbJeff King
2023-07-05imap-send: drop unused parameter from imap_cmd_cb callbackJeff King
2023-07-05imap-send: use server conf argument in setup_curl()Jeff King
2023-07-05The seventh batchJunio C Hamano
2023-07-05Merge branch 'bc/more-git-var'Junio C Hamano
2023-07-05Merge branch 'ps/revision-stdin-with-options'Junio C Hamano
2023-06-30The sixth batchJunio C Hamano
2023-06-30Merge branch 'tb/gc-recent-object-hook'Junio C Hamano
2023-06-30Merge branch 'jc/abort-ll-merge-with-a-signal'Junio C Hamano
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-30Merge branch 'ds/remove-idx-before-pack'Junio C Hamano
2023-06-29fsck: avoid misleading variable nameEric Sunshine
2023-06-29t4205: correctly test %(describe:abbrev=...)Kousik Sanagavarapu
2023-06-29commit -a -m: allow the top-level tree to become empty againJohannes Schindelin
2023-06-29split-index: accept that a base index can be emptyJohannes Schindelin
2023-06-29do_read_index(): always mark index as initialized unless erroring outJohannes Schindelin
2023-06-29docs: add git hash-object -t option's possible valuesJohn Cai
2023-06-29config: pass source to config_parser_event_fn_tGlen Choo
2023-06-29config: add kvi.path, use it to evaluate includesGlen Choo
2023-06-29config.c: remove config_reader from configsetsGlen Choo