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-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-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
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King
2020-08-26builtin/repack.c: invalidate MIDX only when necessaryTaylor Blau
2020-08-25submodule: fix style in function definitionShourya Shukla
2020-08-25submodule: eliminate unused parameters from print_submodule_summary()Shourya Shukla
2020-08-25Merge branch 'en/dir-clear'Junio C Hamano
2020-08-25Merge branch 'jc/no-update-fetch-head'Junio C Hamano
2020-08-25Merge branch 'jk/unleak-fixes'Junio C Hamano
2020-08-25Merge branch 'es/init-no-separate-git-dir-in-bare'Junio C Hamano
2020-08-22checkout, restore: make pathspec recursiveRené Scharfe
2020-08-21index-pack: adjust default threading capJeff King
2020-08-21builtin/commit: suggest update-ref for pseudoref removalHan-Wen Nienhuys
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys
2020-08-20Merge branch 'jc/object-names-are-not-sha-1'Junio C Hamano
2020-08-20rebase: add --reset-author-dateRohit Ashiwal
2020-08-20rebase -i: support --ignore-datePhillip Wood
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-19dir: make clear_directory() free all relevant memoryElijah Newren
2020-08-19fetch-pack: remove no_dependents codeJonathan Tan
2020-08-18fetch: only populate existing_refs if neededJonathan Tan
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano
2020-08-18Merge branch 'jk/log-fp-implies-m'Junio C Hamano
2020-08-18Merge branch 'al/bisect-first-parent'Junio C Hamano