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
2017-09-20for_each_string_list_item: avoid undefined behavior for empty listMichael Haggerty
2017-09-20read_info_alternates: warn on non-trivial errorsJeff King
2017-09-20Merge branch 'jk/info-alternates-fix-2.11' into jk/info-alternates-fixJunio C Hamano
2017-09-20read_info_alternates: read contents into strbufJeff King
2017-09-19t9010-*.sh: skip all tests if the PIPE prereq is missingRamsay Jones
2017-09-19test-lib: use more compact expression in PIPE prerequisiteRamsay Jones
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle
2017-09-19t/README: fix typo and grammatically improve a sentenceKaartic Sivaraam
2017-09-19The eighth batch for 2.15Junio C Hamano
2017-09-19Merge branch 'rk/commit-tree-make-F-verbatim'Junio C Hamano
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano
2017-09-19Merge branch 'jk/shortlog-ident-cleanup'Junio C Hamano
2017-09-19Merge branch 'mh/packed-ref-transactions'Junio C Hamano
2017-09-19Merge branch 'kw/merge-recursive-cleanup'Junio C Hamano
2017-09-19Merge branch 'sb/merge-commit-msg-hook'Junio C Hamano
2017-09-19Merge branch 'jk/leak-checkers'Junio C Hamano
2017-09-19Merge branch 'nm/pull-submodule-recurse-config'Junio C Hamano
2017-09-19Merge branch 'mh/packed-ref-store-prep'Junio C Hamano
2017-09-19Merge branch 'ma/remove-config-maybe-bool'Junio C Hamano
2017-09-19Merge branch 'jk/system-path-cleanup'Junio C Hamano
2017-09-19Merge branch 'jh/hashmap-disable-counting'Junio C Hamano
2017-09-19Merge branch 'bb/doc-eol-dirty'Junio C Hamano
2017-09-19Merge branch 'jt/packmigrate'Junio C Hamano
2017-09-19Merge branch 'jk/incore-lockfile-removal'Junio C Hamano
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano
2017-09-19Merge branch 'ma/split-symref-update-fix'Junio C Hamano
2017-09-19Merge branch 'mh/notes-cleanup'Junio C Hamano
2017-09-19Merge branch 'mg/timestamp-t-fix'Junio C Hamano
2017-09-19Merge branch 'ma/pkt-line-leakfix'Junio C Hamano
2017-09-19Merge branch 'jk/config-lockfile-leak-fix'Junio C Hamano
2017-09-19Merge branch 'dw/diff-highlight-makefile-fix'Junio C Hamano
2017-09-19Merge branch 'ti/external-sha1dc'Junio C Hamano
2017-09-17gc: call fscanf() with %<len>s, not %<len>c, when reading hostnameJunio C Hamano
2017-09-17add test for bug in git-mv for recursive submodulesHeiko Voigt
2017-09-15imap-send: use curl by default when possibleNicolas Morey-Chaisemartin
2017-09-15imap_send: setup_curl: retreive credentials if not set in config fileNicolas Morey-Chaisemartin
2017-09-15imap-send: add wrapper to get server credentials if neededNicolas Morey-Chaisemartin
2017-09-15imap-send: return with error if curl failedNicolas Morey-Chaisemartin
2017-09-15commit-template: change a message to be more intuitiveKaartic Sivaraam
2017-09-15test-lib: don't use ulimit in test prerequisites on cygwinRamsay Jones
2017-09-14read_pack_header: handle signed/unsigned comparison in read resultJeff King
2017-09-14config: flip return value of store_write_*()Jeff King
2017-09-14notes-merge: use ssize_t for write_in_full() return valueJeff King
2017-09-14pkt-line: check write_in_full() errors against "< 0"Jeff King
2017-09-14convert less-trivial versions of "write_in_full() != len"Jeff King
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-14get-tar-commit-id: check write_in_full() return against 0Jeff King
2017-09-14config: avoid "write_in_full(fd, buf, len) < len" patternJeff King
2017-09-14doc: fix minor typos (extra/duplicated words)Evan Zacks
2017-09-14archive: don't add empty directories to archivesRené Scharfe