Merge branch 'ab/wildmatch-glob-slash-test'
[gitweb.git] / builtin /
2017-05-25 blame: wrap blame_sort and compare_blame_final
2017-05-25 blame: move progress updates to a scoreboard callback
2017-05-24 blame: make sanity_check use a callback in scoreboard
2017-05-24 blame: move no_whole_file_rename flag to scoreboard
2017-05-24 blame: move xdl_opts flags to scoreboard
2017-05-24 blame: move show_root flag to scoreboard
2017-05-24 blame: move reverse flag to scoreboard
2017-05-24 blame: move contents_from to scoreboard
2017-05-24 blame: move copy/move thresholds to scoreboard
2017-05-24 blame: move stat counters to scoreboard
2017-05-24 blame: rename nth_line function
2017-05-24 blame: rename ent_score function
2017-05-24 blame: rename coalesce function
2017-05-24 blame: rename origin-related functions
2017-05-24 blame: rename scoreboard structure to blame_scoreboard
2017-05-24 blame: rename origin structure to blame_origin
2017-05-24 blame: remove unused parameters
2017-05-24 blame: move textconv_object with related functions
2017-05-24 blame: remove unneeded dependency on blob.h
2017-05-24 diff: use blob path for blob/file diffs
2017-05-24 diff: use pending "path" if it is available
2017-05-24 diff: use the word "path" instead of "name" for blobs
2017-05-24 diff: pass whole pending entry in blobinfo
2017-05-24 get_sha1_with_context: dynamically allocate oc->path
2017-05-23 clean: teach clean -d to preserve ignored paths
2017-05-23 ref_store: take a `msg` parameter when deleting references
2017-05-23 Merge branch 'bc/object-id'
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-20 name-rev: change a "long" variable to timestamp_t
2017-05-18 interpret-trailers: honor the cut line
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-15 config: complain about --local outside of a git repo
2017-05-12 read-tree -m: make error message for merging 0 trees...
2017-05-12 usability: don't ask questions if no reply is required
2017-05-12 pathspec: convert find_pathspecs_matching_against_index...
2017-05-12 pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP
2017-05-12 ls-files: prevent prune_cache from overeagerly pruning...
2017-05-12 pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSI...
2017-05-11 read-tree: "read-tree -m --empty" does not make sense
2017-05-10 submodule: add die_in_unpopulated_submodule function
2017-05-10 receive-pack: verify push options in cert
2017-05-10 checkout: fix memory leak
2017-05-09 diff: have the diff-* builtins configure diff before...
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 show_worktree(): plug memory leak
2017-05-08 name-rev: avoid leaking memory in the `deref` case
2017-05-08 receive-pack: plug memory leak in update()
2017-05-08 fast-export: avoid leaking memory in handle_tag()
2017-05-08 mktree: plug memory leaks reported by Coverity
2017-05-08 pack-redundant: plug memory leak
2017-05-08 checkout: fix memory leak
2017-05-08 cat-file: fix memory leak
2017-05-08 mailinfo & mailsplit: check for EOF while parsing
2017-05-08 difftool: address a couple of resource/memory leaks
next