status: do not report errors in sequencer/todo
[gitweb.git] / builtin /
2019-04-09 Merge branch 'jk/sha1dc'
2019-04-09 Merge branch 'jk/promote-ggg'
2019-04-09 Merge branch 'ar/t4150-remove-cruft'
2019-04-09 Merge branch 'js/rebase-deprecate-preserve-merges'
2019-04-09 Merge branch 'ms/worktree-add-atomic-mkdir'
2019-04-09 Merge branch 'jk/line-log-with-patch'
2019-04-09 Merge branch 'ra/t3600-test-path-funcs'
2019-04-09 Merge branch 'nd/rewritten-ref-is-per-worktree'
2019-04-09 Merge branch 'jh/resize-convert-scratch-buffer'
2019-04-09 Merge branch 'dl/ignore-docs'
2019-04-09 Merge branch 'ja/dir-rename-doc-markup-fix'
2019-04-09 Merge branch 'dl/reset-doc-no-wrt-abbrev'
2019-04-08 refs.c: remove the_repo from read_ref_at()
2019-04-08 builtin rebase: use oideq()
2019-04-08 builtin rebase: use FREE_AND_NULL
2019-04-08 blame: default to HEAD in a bare repo when no start...
2019-04-08 ls-files: use correct format string
2019-04-08 Use 'unsigned short' for mode, like diff_filespec does
2019-04-05 tag: fix formatting
2019-04-01 index-pack: show progress while checking objects
2019-04-01 Merge branch 'jt/test-protocol-version' into jt/fetch...
2019-04-01 gc: handle & check gc.reflogExpire config
2019-04-01 commit-graph verify: detect inability to read the graph
2019-04-01 commit-graph: don't pass filename to load_commit_graph_...
2019-04-01 commit-graph: don't early exit(1) on e.g. "git status"
2019-04-01 builtin/difftool: use parse_oid_hex
2019-04-01 builtin/get-tar-commit-id: make hash size independent
2019-04-01 get-tar-commit-id: parse comment record
2019-04-01 builtin/pull: make hash-size independent
2019-04-01 builtin/am: make hash size independent
2019-04-01 builtin/name-rev: make hash-size independent
2019-04-01 object-store: rename and expand packed_git's sha1 member
2019-04-01 pack-bitmap: switch hash tables to use struct object_id
2019-03-24 am: avoid diff_opt_parse()
2019-03-24 diff --no-index: use parse_options() instead of diff_op...
2019-03-24 range-diff: use parse_options() instead of diff_opt_parse()
2019-03-24 checkout: prevent losing staged changes with --merge
2019-03-24 read-tree: add --quiet
2019-03-24 unpack-trees: rename "gently" flag to "quiet"
2019-03-22 commit: improve error message in "-a <paths>" case
2019-03-22 trace2:data: add trace2 data to midx
2019-03-21 checkout.txt: note about losing staged changes with...
2019-03-21 parse_opt_ref_sorting: always use with NONEG flag
2019-03-21 stash: setup default diff output format if necessary
2019-03-20 fetch_pack(): drop unused parameters
2019-03-20 report_path_error(): drop unused prefix parameter
2019-03-20 update-index: drop unused prefix_length parameter from...
2019-03-20 log: drop unused "len" from show_tagger()
2019-03-20 log: drop unused rev_info from early output
2019-03-20 Merge branch 'br/commit-tree-parseopt'
2019-03-20 Merge branch 'jk/config-type-color-ends-with-lf'
2019-03-20 Merge branch 'ma/clear-repository-format'
2019-03-20 Merge branch 'jk/virtual-objects-do-exist'
2019-03-20 Merge branch 'jk/no-sigpipe-during-network-transport'
2019-03-20 Merge branch 'jk/fsck-doc'
2019-03-20 Merge branch 'js/stress-test-ui-tweak'
2019-03-20 Merge branch 'js/rebase-orig-head-fix'
2019-03-20 Merge branch 'jk/bisect-final-output'
2019-03-20 Merge branch 'ab/makefile-help-devs-more'
2019-03-20 rebase: remove the rebase.useBuiltin setting
2019-03-18 gc: refactor a "call me once" pattern
2019-03-18 gc: convert to using the_hash_algo
2019-03-18 pack-objects: default to writing bitmap hash-cache
2019-03-18 repack: enable bitmaps by default on bare repos
2019-03-18 difftool: allow running outside Git worktrees with...
2019-03-18 difftool: remove obsolete (and misleading) comment
2019-03-18 Merge git://ozlabs.org/~paulus/gitk
2019-03-14 gc: remove redundant check for gc_auto_threshold
2019-03-12 mingw: respect core.hidedotfiles = false in git-init...
2019-03-12 rebase: deprecate --preserve-merges
2019-03-12 worktree: fix worktree add race
2019-03-12 stash: pass pathspec as pointer
2019-03-11 Sync with maint
2019-03-11 Merge branch 'js/rebase-recreate-merge'
2019-03-11 Merge branch 'js/untravis-windows'
2019-03-11 Merge branch 'rd/gc-prune-doc-fix'
2019-03-11 Merge branch 'js/find-lib-h-with-ls-files-when-possible'
2019-03-11 Merge branch 'rj/hdr-check-gcrypt-fix'
2019-03-11 Merge branch 'jk/guard-bswap-header'
2019-03-11 Merge branch 'rd/attr.c-comment-typofix'
2019-03-11 Merge branch 'yb/utf-16le-bom-spellfix'
2019-03-11 stash: drop unused parameter
2019-03-08 built-in stash: handle :(glob) pathspecs again
2019-03-08 commit-tree: utilize parse-options api
2019-03-07 Merge branch 'jt/http-auth-proto-v2-fix'
2019-03-07 Merge branch 'jk/diff-no-index-initialize'
2019-03-07 Merge branch 'nd/no-more-check-racy'
2019-03-07 Merge branch 'rd/doc-hook-used-in-sample'
2019-03-07 Merge branch 'nd/diff-parseopt-2'
2019-03-07 Merge branch 'en/merge-options-doc'
2019-03-07 Merge branch 'nd/completion-more-parameters'
2019-03-07 Merge branch 'ab/receive-pack-use-after-free-fix'
2019-03-07 Merge branch 'dl/doc-submodule-wo-subcommand'
2019-03-07 Merge branch 'jk/unused-params'
2019-03-07 Merge branch 'jh/trace2'
2019-03-07 Merge branch 'jk/prune-optim'
2019-03-07 Merge branch 'js/doc-symref-in-proto-v1'
2019-03-07 Merge branch 'nd/split-index-null-base-fix'
2019-03-07 Merge branch 'rj/prune-packed-excess-args'
2019-03-07 Merge branch 'jc/test-yes-doc'
next