add: warn when adding an embedded repository
[gitweb.git] / builtin /
2017-05-29 Merge branch 'js/eol-on-ourselves'
2017-05-29 Merge branch 'jc/read-tree-empty-with-m'
2017-05-29 Merge branch 'js/plug-leaks'
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-26 grep: assert that threading is enabled when calling...
2017-05-26 grep: given --threads with NO_PTHREADS=YesPlease, warn
2017-05-26 pack-objects: fix buggy warning about threads
2017-05-26 grep: catch a missing enum in switch statement
2017-05-25 blame: move entry prepend to libgit
2017-05-25 blame: move scoreboard setup to libgit
2017-05-25 blame: move scoreboard-related methods to libgit
2017-05-25 blame: move fake-commit-related methods to libgit
2017-05-25 blame: move origin-related methods to libgit
2017-05-25 blame: move core structures to header
2017-05-25 blame: create entry prepend function
2017-05-25 blame: create scoreboard setup function
2017-05-25 blame: create scoreboard init function
2017-05-25 blame: rework methods that determine 'final' commit
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...
next