convert: remove erroneous tests for errno == EPIPE
[gitweb.git] / builtin /
2017-03-21 prefix_filename: drop length parameter
2017-03-21 hash-object: fix buffer reuse with --path in a subdirectory
2017-03-20 Sync with 2.12.1
2017-03-20 Merge branch 'js/difftool-builtin'
2017-03-18 shortlog: don't set after_subject to an empty string
2017-03-18 receive-pack: simplify run_update_post_hook()
2017-03-18 grep: fix builds with with no thread support
2017-03-17 Merge branch 'jk/cherry-pick-0-mainline'
2017-03-17 Merge branch 'js/early-config'
2017-03-17 Merge branch 'bc/sha1-header-selection-with-cpp-macros'
2017-03-17 Merge branch 'mg/status-porcelain-no-i18n'
2017-03-17 Merge branch 'jk/add-i-use-pathspecs'
2017-03-17 Merge branch 'jk/http-walker-buffer-underflow-fix'
2017-03-17 Merge branch 'bw/attr-pathspec'
2017-03-17 Merge branch 'jk/ref-filter-flags-cleanup'
2017-03-17 Merge branch 'sb/rev-parse-show-superproject-root'
2017-03-17 Merge branch 'bc/object-id'
2017-03-17 Merge branch 'rs/blame-code-cleanup'
2017-03-17 Merge branch 'jk/interop-test'
2017-03-17 Merge branch 'cc/split-index-config'
2017-03-16 builtin/read-tree: add --recurse-submodules switch
2017-03-16 builtin/checkout: add --recurse-submodules switch
2017-03-16 Sync with 'maint'
2017-03-16 Merge branch 'js/realpath-pathdup-fix' into maint
2017-03-16 Merge branch 'mm/two-more-xstrfmt' into maint
2017-03-16 Merge branch 'vn/line-log-memcpy-size-fix' into maint
2017-03-16 Merge branch 'ax/line-log-range-merge-fix' into maint
2017-03-16 Merge branch 'js/travis-32bit-linux' into maint
2017-03-16 Merge branch 'jh/mingw-openssl-sha1' into maint
2017-03-16 Merge branch 'jk/http-auth' into maint
2017-03-16 index-pack: make pointer-alias fallbacks safer
2017-03-16 replace snprintf with odb_pack_name()
2017-03-16 odb_pack_keep(): stop generating keepfile name
2017-03-16 make is_submodule_populated gently
2017-03-16 submodule--helper.c: remove duplicate code
2017-03-15 rev-parse: simplify parsing of ref options
2017-03-15 rev-parse: add helper for parsing "--foo/--foo="
2017-03-15 rev-parse: use skip_prefix when parsing options
2017-03-15 cherry-pick: detect bogus arguments to --mainline
2017-03-15 difftool: handle modified symlinks in dir-diff mode
2017-03-14 Merge branch 'kn/ref-filter-branch-list'
2017-03-14 Merge branch 'jk/push-deadlock-regression-fix'
2017-03-14 Merge branch 'js/travis-32bit-linux'
2017-03-14 Merge branch 'ew/http-alternates-as-redirects-warning'
2017-03-14 Merge branch 'dp/filter-branch-prune-empty'
2017-03-14 Merge branch 'jt/perf-updates'
2017-03-14 Merge branch 'mm/fetch-show-error-message-on-unadvertis...
2017-03-14 Merge branch 'jk/interpret-branch-name'
2017-03-14 Merge branch 'ab/cond-skip-tests'
2017-03-13 Merge branch 'ah/doc-ls-files-quotepath'
2017-03-13 Merge branch 'jc/diff-populate-filespec-size-only-fix'
2017-03-13 Merge branch 'vn/line-log-memcpy-size-fix'
2017-03-13 Merge branch 'jk/ewah-use-right-type-in-sizeof'
2017-03-13 Merge branch 'ax/line-log-range-merge-fix'
2017-03-13 Merge branch 'ss/remote-bzr-hg-placeholder-wo-python'
2017-03-13 Merge branch 'js/realpath-pathdup-fix'
2017-03-13 Merge branch 'jk/add-i-patch-do-prompt'
2017-03-13 Merge branch 'jh/mingw-openssl-sha1'
2017-03-12 blame: move blame_entry duplication to add_blame_entry()
2017-03-10 Merge branch 'rs/log-email-subject'
2017-03-10 Merge branch 'tg/stash-push'
2017-03-10 Merge branch 'sb/submodule-init-url-selection'
2017-03-10 Merge branch 'rj/remove-unused-mktemp'
2017-03-10 Merge branch 'ew/markdown-url-in-readme'
2017-03-10 Merge branch 'ps/docs-diffcore'
2017-03-10 Merge branch 'jt/http-base-url-update-upon-redirect'
2017-03-10 Merge branch 'jk/http-auth'
2017-03-10 Merge branch 'jh/send-email-one-cc'
2017-03-10 Merge branch 'rs/strbuf-add-real-path'
2017-03-10 Merge branch 'rs/sha1-file-plug-fallback-base-leak'
2017-03-10 Merge branch 'rs/commit-parsing-optim'
2017-03-10 Merge branch 'jk/t6300-cleanup'
2017-03-10 Merge branch 'jk/parse-config-key-cleanup'
2017-03-10 Merge branch 'sb/parse-hide-refs-config-cleanup'
2017-03-10 Merge branch 'jt/upload-pack-error-report'
2017-03-10 Merge branch 'jk/ident-empty'
2017-03-10 Merge branch 'jc/config-case-cmdline-take-2'
2017-03-10 branch: honor --abbrev/--no-abbrev in --list mode
2017-03-08 rev-parse: add --show-superproject-working-tree
2017-03-08 real_pathdup(): fix callsites that wanted it to die...
2017-03-07 receive-pack: fix deadlock when we cannot create tmpdir
2017-03-02 fetch-pack: move code to report unmatched refs to a...
2017-03-02 checkout: restrict @-expansions when finding branch
2017-03-02 branch: restrict @-expansions when deleting
2017-03-02 interpret_branch_name: allow callers to restrict expansions
2017-03-01 pretty: use fmt_output_email_subject()
2017-03-01 config: add git_config_get_expiry() from gc.c
2017-03-01 update-index: warn in case of split-index incoherency
2017-03-01 split-index: add {add,remove}_split_index() functions
2017-02-28 submodule init: warn about falling back to a local...
2017-02-27 Merge branch 'rl/remote-allow-missing-branch-name-merge'
2017-02-27 Merge branch 'km/delete-ref-reflog-message'
2017-02-27 Merge branch 'jk/tempfile-ferror-fclose-confusion'
2017-02-27 Merge branch 'vn/xdiff-func-context'
2017-02-27 Merge branch 'js/git-path-in-subdir'
2017-02-27 Merge branch 'mm/two-more-xstrfmt'
2017-02-27 Merge branch 'nd/clean-preserve-errno-in-warning'
2017-02-27 Merge branch 'jk/show-branch-lift-name-len-limit'
2017-02-27 Merge branch 'jn/remote-helpers-with-git-dir'
2017-02-27 Merge branch 'jk/grep-no-index-fix'
next