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
2022-08-25t5329: notice a failure within a loopJunio C Hamano
2022-08-24ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee
2022-08-24promisor-remote: fix xcalloc() argument orderSZEDER Gábor
2022-08-23preload-index: fix memleakAnthony Delannoy
2022-08-22t: detect and signal failure within loopEric Sunshine
2022-08-22t1092: fix buggy sparse "blame" testEric Sunshine
2022-08-22t2407: fix broken &&-chains in compound statementEric Sunshine
2022-08-21xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King
2022-08-21reflog: assert PARSE_OPT_NONEG in parse-options callbacksJeff King
2022-08-21reftable: drop unused parameter from reader_seek_linear()Jeff King
2022-08-21verify_one_sparse(): drop unused parametersJeff King
2022-08-20p0006: fix 'read-tree' argument orderingVictoria Dye
2022-08-20p0004: fix prereq declarationVictoria Dye
2022-08-19sequencer: do not translate command namesMichael J Gruber
2022-08-19sequencer: do not translate parameters to error_resolve_conflict()Michael J Gruber
2022-08-19sequencer: do not translate reflog messagesMichael J Gruber
2022-08-19match_pathname(): drop unused "flags" parameterJeff King
2022-08-19log-tree: drop unused commit param in remerge_diff()Jeff King
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren
2022-08-19t6019: modernize tests with helperDerrick Stolee
2022-08-19rev-list-options.txt: fix simple typoElijah Newren
2022-08-19merge-ort: remove code obsoleted by other changesElijah Newren
2022-08-19scalar: update technical doc roadmap with FSMonitor supportVictoria Dye
2022-08-19scalar unregister: stop FSMonitor daemonJohannes Schindelin
2022-08-19scalar: enable built-in FSMonitor on `register`Matthew John Cheetham
2022-08-19scalar: move config setting logic into its own functionVictoria Dye
2022-08-19scalar-delete: do not 'die()' in 'delete_enlistment()'Victoria Dye
2022-08-19scalar-[un]register: clearly indicate source of errorVictoria Dye
2022-08-19scalar-unregister: handle error codes greater than 0Victoria Dye
2022-08-19scalar: constrain enlistment searchVictoria Dye
2022-08-18The fourteenth batchJunio C Hamano
2022-08-18Merge branch 'll/disk-usage-humanise'Junio C Hamano
2022-08-18Merge branch 'sy/sparse-rm'Junio C Hamano
2022-08-18Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano
2022-08-18Merge branch 'ds/bundle-uri-more'Junio C Hamano
2022-08-18Merge branch 'jk/fsck-tree-mode-bits-fix'Junio C Hamano
2022-08-18Merge branch 'fc/vimdiff-layout-vimdiff3-fix'Junio C Hamano
2022-08-18Merge branch 'po/doc-add-renormalize'Junio C Hamano
2022-08-18merge-ort: provide helpful submodule update message when possibleElijah Newren
2022-08-18merge-ort: avoid surprise with new sub_flag variableElijah Newren
2022-08-18merge-ort: remove translator lego in new "submodule conflict suggestion"Elijah Newren
2022-08-17pipe_command(): mark stdin descriptor as non-blockingJeff King
2022-08-17pipe_command(): handle ENOSPC when writing to a pipeJeff King
2022-08-17pipe_command(): avoid xwrite() for writing to pipeJeff King
2022-08-17git-compat-util: make MAX_IO_SIZE define globally availableJeff King
2022-08-17nonblock: support WindowsRené Scharfe
2022-08-17compat: add function to enable nonblocking pipesJeff King
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon