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

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-16Merge branch 'jh/midx-verify-too-many-packs'Junio C Hamano
2019-04-16Merge branch 'nd/checkout-m-doc-update'Junio C Hamano
2019-04-16Merge branch 'ab/drop-scripted-rebase'Junio C Hamano
2019-04-16Merge branch 'jc/format-patch-error-check'Junio C Hamano
2019-04-16Merge branch 'js/init-db-update-for-mingw'Junio C Hamano
2019-04-09Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano
2019-04-09Merge branch 'ms/worktree-add-atomic-mkdir'Junio C Hamano
2019-03-22trace2:data: add trace2 data to midxJeff Hostetler
2019-03-21checkout.txt: note about losing staged changes with --mergeNguyễn Thái Ngọc Duy
2019-03-20Merge branch 'br/commit-tree-parseopt'Junio C Hamano
2019-03-20Merge branch 'ma/clear-repository-format'Junio C Hamano
2019-03-20Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano
2019-03-20Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano
2019-03-20Merge branch 'jk/fsck-doc'Junio C Hamano
2019-03-20Merge branch 'js/rebase-orig-head-fix'Junio C Hamano
2019-03-20rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason
2019-03-12mingw: respect core.hidedotfiles = false in git-init againJohannes Schindelin
2019-03-12rebase: deprecate --preserve-mergesJohannes Schindelin
2019-03-12worktree: fix worktree add raceMichal Suchanek
2019-03-08commit-tree: utilize parse-options apiBrandon Richardson
2019-03-07Merge branch 'jk/diff-no-index-initialize'Junio C Hamano
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano
2019-03-07Merge branch 'ab/receive-pack-use-after-free-fix'Junio C Hamano
2019-03-07Merge branch 'jk/prune-optim'Junio C Hamano
2019-03-07Merge branch 'jh/trace2'Junio C Hamano
2019-03-07Merge branch 'rj/prune-packed-excess-args'Junio C Hamano
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano
2019-03-07Merge branch 'sc/pack-redundant'Junio C Hamano
2019-03-07Merge branch 'du/branch-show-current'Junio C Hamano
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano
2019-03-07Merge branch 'nd/diff-parseopt'Junio C Hamano
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano
2019-03-05fsck: always compute USED flags for unreachable objectsJeff King
2019-03-05rev-list: allow cached objects in existence checkJeff King
2019-03-05fetch: ignore SIGPIPE during network operationJeff King
2019-03-04built-in rebase: set ORIG_HEAD just once, before the rebaseJohannes Schindelin
2019-03-04built-in rebase: use the correct reflog when switching branchesJohannes Schindelin
2019-03-04built-in rebase: no need to check out `onto` twiceJohannes Schindelin
2019-03-01setup: fix memory leaks with `struct repository_format`Martin Ågren
2019-02-24diff: reuse diff setup for --no-index caseJeff King
2019-02-23trace2:data: add subverb for rebaseJeff Hostetler
2019-02-23trace2:data: add subverb to reset commandJeff Hostetler
2019-02-23trace2:data: add subverb to checkout commandJeff Hostetler
2019-02-23trace2:data: pack-objects: add trace2 regionsDerrick Stolee
2019-02-23trace2:data: add trace2 hook classificationJeff Hostetler
2019-02-23trace2: create new combined trace facilityJeff Hostetler
2019-02-23format-patch: notice failure to open cover letter for writingJunio C Hamano
2019-02-23builtin/log: downcase the beginning of error messagesJunio C Hamano
2019-02-21receive-pack: fix use-after-free bugÆvar Arnfjörð Bjarmason
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy