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
2018-11-13Merge branch 'jk/xdiff-interface'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-11-13Merge branch 'bp/refresh-index-using-preload'Junio C Hamano
2018-11-13Merge branch 'pw/am-rebase-read-author-script'Junio C Hamano
2018-11-13Merge branch 'jc/war-on-string-list'Junio C Hamano
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-11-13Merge branch 'nb/worktree-api-doc'Junio C Hamano
2018-11-13Merge branch 'ds/test-multi-pack-index'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-config'Junio C Hamano
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano
2018-11-13Merge branch 'jk/detect-truncated-zlib-input'Junio C Hamano
2018-11-13Merge branch 'nd/config-split'Junio C Hamano
2018-11-13format-patch: respect --stat in cover letter's diffstatNguyễn Thái Ngọc Duy
2018-11-13built-in rebase: reinstate `checkout -q` behavior where appropriateJohannes Schindelin
2018-11-13rebase: prepare reset_head() for more flagsJohannes Schindelin
2018-11-13rebase: consolidate clean-up code before leaving reset_head()Johannes Schindelin
2018-11-13built-in rebase --skip/--abort: clean up stale .git/<name> filesJohannes Schindelin
2018-11-13builtin/notes: remove unnecessary freeCarlo Marcelo Arenas Belón
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
2018-11-08built-in rebase --autostash: leave the current branch alone if possibleJohannes Schindelin
2018-11-07pack-objects: ignore ambiguous object warningsDerrick Stolee
2018-11-07pull: handle --verify-signatures for unborn branchJeff King
2018-11-07merge: handle --verify-signatures for unborn branchJeff King
2018-11-07merge: extract verify_merge_signature() helperJeff King
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano
2018-11-06Merge branch 'nd/submodule-unused-vars'Junio C Hamano
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-11-06Merge branch 'js/remote-archive-dwimfix'Junio C Hamano
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-06cat-file: report an error on multiple --batch optionsJeff King
2018-11-06tag: mark "--message" option with NONEGJeff King
2018-11-06show-branch: mark --reflog option as NONEGJeff King
2018-11-06format-patch: mark "--no-numbered" option with NONEGJeff King
2018-11-06status: mark --find-renames option with NONEGJeff King
2018-11-06cat-file: mark batch options with NONEGJeff King
2018-11-06pack-objects: mark index-version option as NONEGJeff King
2018-11-06ls-files: mark exclude options as NONEGJeff King
2018-11-06am: handle --no-patch-format optionJeff King
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart
2018-11-05pack-objects: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-11-05grep: clean up num_threads handlingNguyễn Thái Ngọc Duy
2018-11-05grep: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-11-05index-pack: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-11-02add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart
2018-11-02xdiff: provide a separate emit callback for hunksJeff King
2018-11-02rebase: apply cocci patchJunio C Hamano
2018-11-02Merge branch 'js/rebase-autostash-fix'Junio C Hamano
2018-11-02Merge branch 'jc/rebase-in-c-5-test-typofix'Junio C Hamano