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
2021-12-22Merge branch 'js/scalar'Junio C Hamano
2021-12-15Merge branch 'en/zdiff3'Junio C Hamano
2021-12-15Merge branch 'hn/reftable'Junio C Hamano
2021-12-11Merge branch 'yn/complete-date-format-options'Junio C Hamano
2021-12-11Merge branch 'bc/require-c99'Junio C Hamano
2021-12-11Merge branch 'jk/jump-merge-with-pathspec'Junio C Hamano
2021-12-05scalar: implement the `version` commandJohannes Schindelin
2021-12-05scalar: implement the `delete` commandMatthew John Cheetham
2021-12-05scalar: teach 'reconfigure' to optionally handle all registered enlistmentsJohannes Schindelin
2021-12-05scalar: allow reconfiguring an existing enlistmentJohannes Schindelin
2021-12-05scalar: implement the `run` commandDerrick Stolee
2021-12-05scalar: teach 'clone' to support the --single-branch optionJohannes Schindelin
2021-12-05scalar: implement the `clone` subcommandJohannes Schindelin
2021-12-05scalar: implement 'scalar list'Derrick Stolee
2021-12-05scalar: let 'unregister' handle a deleted enlistment directory gracefullyJohannes Schindelin
2021-12-05scalar: 'unregister' stops background maintenanceDerrick Stolee
2021-12-05scalar: 'register' sets recommended config and starts maintenanceDerrick Stolee
2021-12-05scalar: create test infrastructureJohannes Schindelin
2021-12-05scalar: start documenting the commandJohannes Schindelin
2021-12-05scalar: create a rudimentary executableJohannes Schindelin
2021-12-05scalar: add a README with a roadmapJohannes Schindelin
2021-12-02git-compat-util: add a test balloon for C99 supportbrian m. carlson
2021-12-02xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood
2021-11-30Merge branch 'ab/sh-retire-helper-functions'Junio C Hamano
2021-11-30Merge branch 'tp/send-email-completion'Junio C Hamano
2021-11-26completion: add human and auto: date formatYoichi Nakayama
2021-11-09git-jump: pass "merge" arguments to ls-filesJeff King
2021-10-30Merge branch 're/completion-fix-test-equality'Junio C Hamano
2021-10-28completion: fix incorrect bash/zsh string equality checkRobert Estelle
2021-10-28send-email: programmatically generate bash completionsThiago Perrotta
2021-10-22git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason
2021-10-19Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-10-14Merge branch 'ab/help-config-vars'Junio C Hamano
2021-10-14Merge branch 'ab/config-based-hooks-1'Junio C Hamano
2021-10-14Merge branch 'en/removing-untracked-fixes'Junio C Hamano
2021-10-12Merge branch 'rs/xopen-reports-open-failures' into maintJunio C Hamano
2021-10-12Merge branch 'ti/tcsh-completion-regression-fix' into maintJunio C Hamano
2021-10-12Merge branch 'fc/completion-updates' into maintJunio C Hamano
2021-10-08reftable: utility functionsHan-Wen Nienhuys
2021-09-28*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason
2021-09-27Comment important codepaths regarding nuking untracked files/dirsElijah Newren
2021-09-27hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason
2021-09-23Merge branch 'rs/use-xopen-in-index-pack'Junio C Hamano
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason
2021-09-11index-pack: use xopen in init_threadRené Scharfe
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano
2021-09-08pull: remove support for `--rebase=preserve`Johannes Schindelin
2021-09-03Merge branch 'ti/tcsh-completion-regression-fix'Junio C Hamano
2021-09-03Merge branch 'fc/completion-updates'Junio C Hamano
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe