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
path: root/t
AgeCommit message (Expand)Author
2020-10-03t, doc: update tests, reference for "--force-if-includes"Srinidhi Kaushik
2020-10-02Merge branch 'ds/in-merge-bases-many-optim-bug' into sk/force-if-includesJunio C Hamano
2020-10-02commit-reach: fix in_merge_bases_many bugDerrick Stolee
2020-10-02format-patch: teach format.useAutoBase "whenAble" optionJacob Keller
2020-10-01submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois
2020-10-01clone: allow configurable default for `-o`/`--origin`Sean Barag
2020-10-01remote: add tests for add and rename with invalid namesSean Barag
2020-10-01refspec: add support for negative refspecsJacob Keller
2020-09-30combine-diff: handle --find-object in multitree code pathJeff King
2020-09-30test-advise: check argument count with argc instead of argvJeff King
2020-09-30drop unused argc parametersJeff King
2020-09-30Merge branch 'ah/pull'Junio C Hamano
2020-09-30Merge branch 'tg/range-diff-same-file-fix'Junio C Hamano
2020-09-30Merge branch 'jc/t1506-rev-parse-leaves-range-endpoint-unpeeled'Junio C Hamano
2020-09-30Merge branch 'bc/clone-with-git-default-hash-fix'Junio C Hamano
2020-09-30Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-29clone: add tests for --template and some disallowed option pairsSean Barag
2020-09-29fetch: do not override partial clone filterJonathan Tan
2020-09-27shortlog: allow multiple groups to be specifiedJeff King
2020-09-27shortlog: parse trailer identsJeff King
2020-09-27shortlog: de-duplicate trailer valuesJeff King
2020-09-27shortlog: match commit trailers with --groupJeff King
2020-09-27shortlog: add grouping optionJeff King
2020-09-27t9902: avoid using the branch name `master`Johannes Schindelin
2020-09-27tests: avoid variations of the `master` branch nameJohannes Schindelin
2020-09-26Merge branch 'hx/push-atomic-with-cert'Junio C Hamano
2020-09-26Merge branch 'ld/p4-unshelve-fix'Junio C Hamano
2020-09-26Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-09-26Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-26t1506: rev-parse A..B and A...BJunio C Hamano
2020-09-25maintenance: add incremental-repack auto conditionDerrick Stolee
2020-09-25maintenance: auto-size incremental-repack batchDerrick Stolee
2020-09-25maintenance: add incremental-repack taskDerrick Stolee
2020-09-25midx: use start_delayed_progress()Derrick Stolee
2020-09-25maintenance: create auto condition for loose-objectsDerrick Stolee
2020-09-25maintenance: add loose-objects taskDerrick Stolee
2020-09-25maintenance: add prefetch taskDerrick Stolee
2020-09-25bisect: don't use invalid oid as rev when startingChristian Couder
2020-09-25pull: don't warn if pull.ff has been setAlex Henrie
2020-09-25blame: validate and peel the object names on the ignore listJunio C Hamano
2020-09-25t8013: minimum preparatory clean-upJunio C Hamano
2020-09-24diff: fix modified lines stats with --stat and --numstatThomas Guyot-Sionnest
2020-09-22Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano
2020-09-22Merge branch 'al/ref-filter-merged-and-no-merged'Junio C Hamano
2020-09-22Merge branch 'kk/build-portability-fix'Junio C Hamano
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson
2020-09-22t3200: avoid variations of the `master` branch nameJohannes Schindelin
2020-09-22t/test-terminal: avoid non-inclusive languageJohannes Schindelin
2020-09-20send-pack: run GPG after atomic push checkingHan Xin