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-22Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano
2020-09-22Merge branch 'jt/threaded-index-pack'Junio C Hamano
2020-09-22Merge branch 'es/format-patch-interdiff-cleanup'Junio C Hamano
2020-09-22Merge branch 'os/fetch-submodule-optim'Junio C Hamano
2020-09-19Merge branch 'mt/config-fail-nongit-early'Junio C Hamano
2020-09-19Merge branch 'jc/quote-path-cleanup'Junio C Hamano
2020-09-19Merge branch 'es/wt-add-detach'Junio C Hamano
2020-09-19Merge branch 'jc/add-i-use-builtin-experimental'Junio C Hamano
2020-09-19Merge branch 'rs/refspec-leakfix'Junio C Hamano
2020-09-19Merge branch 'rs/misc-cleanups'Junio C Hamano
2020-09-17mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-09Merge branch 'ss/submodule-summary-in-c-fixes'Junio C Hamano
2020-09-09Merge branch 'es/worktree-repair'Junio C Hamano
2020-09-09Merge branch 'jk/worktree-check-clean-leakfix'Junio C Hamano
2020-09-09Merge branch 'tb/repack-clearing-midx'Junio C Hamano
2020-09-09Merge branch 'ss/submodule-summary-in-c'Junio C Hamano
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares
2020-09-09index-pack: make quantum of work smallerJonathan Tan
2020-09-09format-patch: use 'origin' as start of current-series-range when knownEric Sunshine
2020-09-09diff-lib: tighten show_interdiff()'s interfaceEric Sunshine
2020-09-09diff: move show_interdiff() from its own file to diff-libEric Sunshine
2020-09-09add -i: use the built-in version when feature.experimental is setJunio C Hamano
2020-09-07worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine
2020-09-06fast-import: use write_pack_header()René Scharfe
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-09-06push: release strbufs used for refspec formattingRené Scharfe
2020-09-06fetch: do not look for submodule changes in unchanged refsOrgad Shaneh
2020-09-03Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'Junio C Hamano
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano
2020-09-03Merge branch 'jc/undash-in-tree-git-callers'Junio C Hamano
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano
2020-09-03wt-status: tolerate dangling marksJonathan Tan
2020-09-03fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan
2020-09-01Merge branch 'rs/checkout-no-overlay-pathspec-fix'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-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-29midx: traverse the local MIDX firstTaylor Blau
2020-08-29bisect: swap command-line options in documentationHugo Locurcio
2020-08-28Merge branch 'jk/leakfix'Junio C Hamano
2020-08-27t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityShourya Shukla
2020-08-27worktree: add skeleton "repair" commandEric Sunshine