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
2016-01-13pull: allow interactive rebase with --rebase=interactiveJohannes Schindelin
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin
2016-01-13merge: release pack files before garbage-collectingJohannes Schindelin
2016-01-13am: release pack files before garbage-collectingJohannes Schindelin
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin
2016-01-13format-patch: introduce format.outputDirectory configurationAlexander Kuleshov
2016-01-13Merge branch 'vl/grep-configurable-threads'Junio C Hamano
2016-01-13Merge branch 'ea/blame-progress'Junio C Hamano
2016-01-13Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano
2016-01-13Merge branch 'ps/push-delete-option'Junio C Hamano
2016-01-13notes: allow treeish expressions as notes refMike Hommey
2016-01-12checkout,clone: check return value of create_symrefJeff King
2016-01-12builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer
2016-01-12Handle more file writes correctly in shared reposJohannes Schindelin
2016-01-08commit: allow editing the commit message even in shared reposJohannes Schindelin
2016-01-05Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano
2016-01-04avoid shifting signed integers 31 bitsJeff King
2015-12-29Merge branch 'jk/symbolic-ref-maint'Junio C Hamano
2015-12-28grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy
2015-12-23push: don't mark options of recurse-submodules for translationRalf Thielow
2015-12-21symbolic-ref: propagate error code from create_symref()Jeff King
2015-12-21Merge branch 'bc/format-patch-null-from-line'Junio C Hamano
2015-12-21Merge branch 'mc/push-recurse-submodules-config'Junio C Hamano
2015-12-16push: add '-d' as shorthand for '--delete'Patrick Steinhardt
2015-12-16submodules: allow parallel fetching, add tests and documentationStefan Beller
2015-12-16grep: add --threads=<num> option and grep.threads configurationVictor Leschuk
2015-12-16blame: add support for --[no-]progress optionEdmundo Carmona Antoranz
2015-12-15grep: slight refactoring to the code that disables threadingVictor Leschuk
2015-12-15grep: allow threading even on a single-core machineVictor Leschuk
2015-12-15format-patch: add an option to suppress commit hashbrian m. carlson
2015-12-11Merge branch 'rs/show-branch-argv-array' into maintJunio C Hamano
2015-12-11Merge branch 'rs/pop-commit' into maintJunio C Hamano
2015-12-10Merge branch 'bc/object-id'Junio C Hamano
2015-12-09Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano
2015-12-05push: follow the "last one wins" convention for --recurse-submodulesMike Crowe
2015-12-04Merge branch 'dk/gc-idx-wo-pack' into maintJunio C Hamano
2015-12-04Merge branch 'rs/parseopt-short-help'Junio C Hamano
2015-12-02Merge branch 'mk/blame-first-parent'Jeff King
2015-12-02Merge branch 'maint'Jeff King
2015-11-25blame: fix object casting regressionJeff King
2015-11-20push: add recurseSubmodules config optionMike Crowe
2015-11-20show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe
2015-11-20grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson
2015-11-20add_sought_entry_mem: convert to struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-11-20Merge branch 'lf/ref-is-hidden-namespace'Jeff King