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
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano
2018-08-17Merge branch 'js/pull-rebase-type-shorthand'Junio C Hamano
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-16Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-08-16Merge branch 'rs/remote-mv-leakfix'Junio C Hamano
2018-08-16Merge branch 'nd/pack-objects-threading-doc'Junio C Hamano
2018-08-16Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano
2018-08-16Merge branch 'jk/size-t'Junio C Hamano
2018-08-16Merge branch 'nd/i18n'Junio C Hamano
2018-08-16Merge branch 'bw/clone-ref-prefixes'Junio C Hamano
2018-08-16Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-14for_each_*_object: move declarations to object-store.hJeff King
2018-08-14cat-file: use a single strbuf for all outputJeff King
2018-08-14cat-file: split batch "buf" into two variablesJeff King
2018-08-14cat-file: use oidset check-and-insertJeff King
2018-08-14blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-14apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy
2018-08-14archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2018-08-14grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-14attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy
2018-08-14entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-14ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy
2018-08-14dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-14convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-14attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-14diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy
2018-08-13cat-file: support "unordered" output for --batch-all-objectsJeff King
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksJeff King
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13range-diff: offer to dual-color the diffsJohannes Schindelin
2018-08-13range-diff: suppress the diff headersJohannes Schindelin
2018-08-13range-diff: indent the diffs just like tbdiffJohannes Schindelin
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin
2018-08-06pull --rebase=<type>: allow single-letter abbreviations for the typeJohannes Schindelin
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03shortlog: correct option help for -wRené Scharfe
2018-08-03send-pack: specify --force-with-lease argument help explicitlyRené Scharfe
2018-08-03pack-objects: specify --index-version argument help explicitlyRené Scharfe
2018-08-03difftool: remove angular brackets from argument helpRené Scharfe
2018-08-03add, update-index: fix --chmod argument helpRené Scharfe
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsÆvar Arnfjörð Bjarmason
2018-08-03Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano
2018-08-03Merge branch 'en/dirty-merge-fixes'Junio C Hamano
2018-08-03Merge branch 'js/rebase-merge-octopus'Junio C Hamano
2018-08-03Merge branch 'tb/grep-only-matching'Junio C Hamano
2018-08-03Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano