config: avoid "write_in_full(fd, buf, len) < len" pattern
[gitweb.git] / builtin /
2016-08-29 blame: fix segfault on untracked files
2016-08-27 Merge branch 'master' of https://github.com/vnwildman/git
2016-08-27 Merge branch 'master' of git://github.com/git-l10n...
2016-08-26 Merge branch 'js/no-html-bypass-on-windows' into rt...
2016-08-25 Merge branch 'ja/i18n'
2016-08-25 Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile'
2016-08-25 Merge branch 'dg/document-git-c-in-git-config-doc'
2016-08-25 Merge branch 'js/no-html-bypass-on-windows'
2016-08-25 Merge branch 'hv/doc-commit-reference-style'
2016-08-24 receive-pack: allow a maximum input size to be specified
2016-08-24 unpack-objects: add --max-input-size=<size> option
2016-08-24 index-pack: add --max-input-size=<size> option
2016-08-23 format-patch: show 0/1 and 1/1 for singleton patch...
2016-08-19 Merge branch 'lt/gpg-show-long-key-in-signature-verific...
2016-08-19 Merge branch 'ab/hooks'
2016-08-19 Merge branch 'jk/difftool-command-not-found'
2016-08-19 Merge branch 'sb/checkout-explit-detach-no-advice'
2016-08-19 Merge branch 'tb/t0027-raciness-fix'
2016-08-19 Merge branch 'rs/pull-signed-tag'
2016-08-19 Revert "display HTML in default browser using Windows...
2016-08-18 clone: recursive and reference option triggers submodul...
2016-08-17 Merge branch 'js/test-lint-pathname'
2016-08-17 Merge branch 'sg/reflog-past-root'
2016-08-17 Merge branch 'rs/mailinfo-lib'
2016-08-17 Merge branch 'jk/tighten-alloc'
2016-08-16 Merge branch 'lt/gpg-show-long-key-in-signature-verific...
2016-08-15 clone: implement optional references
2016-08-15 clone: clarify option_reference as required
2016-08-15 clone: factor out checking for an alternate path
2016-08-15 checkout: do not mention detach advice for explicit...
2016-08-14 receive-pack: use FLEX_ALLOC_MEM in queue_command()
2016-08-12 submodule--helper update-clone: allow multiple references
2016-08-12 submodule--helper module-clone: allow multiple references
2016-08-12 Sync with 2.9.3
2016-08-12 Merge branch 'kw/patch-ids-optim'
2016-08-12 Merge branch 'ew/http-backend-batch-headers'
2016-08-12 Merge branch 'va/i18n'
2016-08-12 Merge branch 'vs/typofix'
2016-08-12 Merge branch 'js/mv-dir-to-new-directory'
2016-08-12 Merge branch 'rs/use-strbuf-add-unique-abbrev'
2016-08-12 Merge branch 'jk/big-and-future-archive-tar'
2016-08-12 Merge branch 'jk/trace-fixup'
2016-08-12 Merge branch 'rs/merge-recursive-string-list-init'
2016-08-12 Merge branch 'rs/merge-add-strategies-simplification'
2016-08-12 Merge branch 'rs/child-process-init'
2016-08-12 Merge branch 'js/import-tars-hardlinks'
2016-08-12 Merge branch 'ms/document-pack-window-memory-is-per...
2016-08-12 Merge branch 'vs/completion-branch-fully-spelled-d...
2016-08-12 Merge branch 'sb/submodule-clone-retry'
2016-08-12 Merge branch 'jk/difftool-in-subdir' into maint
2016-08-12 Merge branch 'jk/reset-ident-time-per-commit' into...
2016-08-11 rebase: avoid computing unnecessary patch IDs
2016-08-11 builtin/apply: make write_out_results() return -1 on...
2016-08-11 builtin/apply: make write_out_one_result() return ...
2016-08-11 builtin/apply: make create_file() return -1 on error
2016-08-11 builtin/apply: make add_index_file() return -1 on error
2016-08-11 builtin/apply: make add_conflicted_stages_file() return...
2016-08-11 builtin/apply: make remove_file() return -1 on error
2016-08-11 builtin/apply: make build_fake_ancestor() return -1...
2016-08-11 builtin/apply: change die_on_unsafe_path() to check_uns...
2016-08-11 builtin/apply: make gitdiff_*() return -1 on error
2016-08-11 builtin/apply: make gitdiff_*() return 1 at end of...
2016-08-11 builtin/apply: make parse_traditional_patch() return...
2016-08-11 builtin/apply: make apply_all_patches() return 128...
2016-08-11 builtin/apply: move check_apply_state() to apply.c
2016-08-11 builtin/apply: make check_apply_state() return -1 inste...
2016-08-11 apply: make init_apply_state() return -1 instead of...
2016-08-11 builtin/apply: move init_apply_state() to apply.c
2016-08-11 builtin/apply: make parse_ignorewhitespace_option(...
2016-08-11 builtin/apply: make parse_whitespace_option() return...
2016-08-11 builtin/apply: make parse_single_patch() return -1...
2016-08-11 builtin/apply: make parse_chunk() return a negative...
2016-08-11 builtin/apply: make find_header() return -128 instead...
2016-08-11 builtin/apply: read_patch_file() return -1 instead...
2016-08-11 builtin/apply: make apply_patch() return -1 or -128...
2016-08-11 apply: move 'struct apply_state' to apply.h
2016-08-11 apply: make some names more specific
2016-08-11 gc: default aggressive depth to 50
2016-08-11 status: print branch info with --porcelain=v2 --branch
2016-08-11 status: collect per-file data for --porcelain=v2
2016-08-11 pack-objects: use mru list when iterating over packs
2016-08-11 pack-objects: break delta cycles before delta-search...
2016-08-11 provide an initializer for "struct object_info"
2016-08-10 Sync with maint
2016-08-10 Merge branch 'sb/submodule-update-dot-branch'
2016-08-10 Merge branch 'js/am-3-merge-recursive-direct'
2016-08-10 Merge branch 'js/commit-slab-decl-fix'
2016-08-10 Merge branch 'jk/completion-diff-submodule'
2016-08-10 Merge branch 'cc/mailmap-tuxfamily'
2016-08-10 Merge branch 'jt/format-patch-from-config'
2016-08-10 Merge branch 'jk/push-force-with-lease-creation'
2016-08-10 Merge branch 'jk/reset-ident-time-per-commit'
2016-08-10 Merge branch 'jh/clean-smudge-f-doc' into maint
2016-08-10 Merge branch 'rs/use-strbuf-addstr' into maint
2016-08-10 Merge branch 'cp/completion-clone-recurse-submodules...
2016-08-10 Merge branch 'jk/t4205-cleanup' into maint
2016-08-10 Merge branch 'jc/hashmap-doc-init' into maint
2016-08-10 Merge branch 'js/nedmalloc-gcc6-warnings' into maint
2016-08-10 Merge branch 'nd/fbsd-lazy-mtime' into maint
2016-08-10 Merge branch 'ab/gitweb-link-html-escape' into maint
next