Merge branch 'jk/disable-pack-reuse-when-broken'
[gitweb.git] / builtin /
2017-05-29 Merge branch 'jk/disable-pack-reuse-when-broken'
2017-05-29 Merge branch 'bc/object-id'
2017-05-29 Merge branch 'nd/split-index-unshare'
2017-05-29 Merge branch 'jk/diff-submodule-diff-inline'
2017-05-29 Merge branch 'bw/dir-c-stops-relying-on-the-index'
2017-05-29 Merge branch 'sb/checkout-recurse-submodules'
2017-05-29 Merge branch 'jc/repack-threads'
2017-05-29 Merge branch 'sb/reset-recurse-submodules'
2017-05-23 Merge branch 'ab/fix-poison-tests'
2017-05-23 Merge branch 'tb/dedup-crlf-tests'
2017-05-23 Merge branch 'jt/push-options-doc'
2017-05-23 Merge branch 'ab/doc-replace-gmane-links'
2017-05-23 Merge branch 'rs/checkout-am-fix-unborn'
2017-05-23 Merge branch 'ls/travis-relays-for-windows-ci'
2017-05-23 Merge branch 'ah/log-decorate-default-to-auto'
2017-05-23 Merge branch 'bw/submodule-with-bs-path'
2017-05-16 Merge branch 'js/larger-timestamps'
2017-05-16 Merge branch 'jc/apply-fix-mismerge'
2017-05-16 Merge branch 'ab/aix-needs-compat-regex'
2017-05-16 Merge branch 'jn/credential-doc-on-clear'
2017-05-16 Merge branch 'jn/clone-add-empty-config-from-command...
2017-05-16 Merge branch 'bw/submodule-has-commits-update'
2017-05-16 Merge branch 'ls/travis-doc-asciidoctor'
2017-05-16 Merge branch 'rs/large-zip'
2017-05-16 Merge branch 'ab/clone-no-tags'
2017-05-16 Merge branch 'sk/status-short-branch-color-config'
2017-05-16 Merge branch 'jk/am-leakfix'
2017-05-16 Merge branch 'jt/use-trailer-api-in-commands'
2017-05-16 Merge branch 'nd/worktree-kill-parse-ref'
2017-05-16 Merge branch 'dt/gc-ignore-old-gc-logs'
2017-05-16 Merge branch 'jk/no-null-sha1-in-cache-tree'
2017-05-16 Merge branch 'dt/raise-core-packed-git-limit'
2017-05-15 builtin/log: honor log.decorate
2017-05-10 receive-pack: verify push options in cert
2017-05-09 Sync with v2.12.3
2017-05-09 Merge branch 'jh/verify-index-checksum-only-in-fsck'
2017-05-09 pack-objects: disable pack reuse for object-selection...
2017-05-08 object: convert parse_object* to take struct object_id
2017-05-08 tree: convert parse_tree_indirect to struct object_id
2017-05-08 diff-lib: convert do_diff_cache to struct object_id
2017-05-08 builtin/ls-tree: convert to struct object_id
2017-05-08 merge: convert checkout_fast_forward to struct object_id
2017-05-08 builtin/ls-files: convert overlay_tree_on_cache to...
2017-05-08 builtin/read-tree: convert to struct object_id
2017-05-08 revision: rename add_pending_sha1 to add_pending_oid
2017-05-08 Convert the verify_pack callback to struct object_id
2017-05-08 Convert lookup_tag to struct object_id
2017-05-08 Convert lookup_tree to struct object_id
2017-05-08 builtin/reflog: convert tree_is_complete to take struct...
2017-05-08 Convert lookup_blob to struct object_id
2017-05-08 Convert remaining callers of lookup_blob to object_id
2017-05-08 builtin/unpack-objects: convert to struct object_id
2017-05-08 pack: convert struct pack_idx_entry to struct object_id
2017-05-08 Convert lookup_commit* to struct object_id
2017-05-08 builtin/tag: convert to struct object_id
2017-05-08 shallow: convert shallow registration functions to...
2017-05-08 builtin/verify-commit: convert to struct object_id
2017-05-08 reflog_expire: convert to struct object_id
2017-05-08 am: check return value of resolve_refdup before using...
2017-05-08 checkout: check return value of resolve_refdup before...
2017-05-06 dir: convert fill_directory to take an index
2017-05-06 dir: convert is_excluded to take an index
2017-05-06 dir: convert dir_add* to take an index
2017-05-05 Merge branch 'maint-2.11' into maint
2017-05-05 Merge branch 'maint-2.10' into maint-2.11
2017-05-05 Merge branch 'maint-2.9' into maint-2.10
2017-05-05 Merge branch 'maint-2.8' into maint-2.9
2017-05-05 Merge branch 'maint-2.7' into maint-2.8
2017-05-05 Merge branch 'maint-2.6' into maint-2.7
2017-05-05 Merge branch 'maint-2.5' into maint-2.6
2017-05-05 Merge branch 'maint-2.4' into maint-2.5
2017-05-05 Merge branch 'master' of git://github.com/git-l10n...
2017-05-04 Merge branch 'rg/a-the-typo'
2017-05-04 Merge branch 'sr/hooks-cwd-doc'
2017-05-04 Merge branch 'rg/doc-submittingpatches-wordfix'
2017-05-04 Merge branch 'rg/doc-pull-typofix'
2017-05-04 Merge branch 'ja/i18n-cleanup'
2017-05-02 clone: handle empty config values in -c
2017-05-02 builtin/rev-parse: convert to struct object_id
2017-05-02 builtin/blame: convert static function to struct object_id
2017-05-02 builtin/prune: convert to struct object_id
2017-05-02 builtin/name-rev: convert to struct object_id
2017-05-02 Convert struct cache_tree to use struct object_id
2017-05-02 Clean up outstanding object_id transforms.
2017-05-01 Merge branch 'sh/rebase-i-reread-todo-after-exec'
2017-05-01 Merge branch 'ls/travis-stricter-linux32-builds'
2017-05-01 Merge branch 'ls/travis-win-fix-status'
2017-05-01 Merge branch 'jk/submodule-init-segv-fix'
2017-05-01 Merge branch 'jk/prio-queue-avoid-swap-with-self'
2017-05-01 Merge branch 'ab/align-perf-descriptions'
2017-05-01 Merge branch 'jk/complete-checkout-sans-dwim-remote'
2017-05-01 clone: add a --no-tags option to clone without tags
2017-05-01 i18n: remove i18n from tag reflog message
2017-04-28 status: add color config slots for branch info in ...
2017-04-27 am: shorten ident_split variable name in get_commit_info()
2017-04-27 am: simplify allocations in get_commit_info()
2017-04-27 am: fix commit buffer leak in get_commit_info()
2017-04-27 timestamp_t: a new data type for timestamps
2017-04-26 repack: accept --threads=<n> and pass it down to pack...
2017-04-26 Merge branch 'mh/separate-ref-cache'
next