apply: return -1 from option callback instead of calling exit(1)
[gitweb.git] / builtin /
2018-09-24 Merge branch 'jk/reopen-tempfile-truncate'
2018-09-24 Merge branch 'bp/mv-submodules-with-fsmonitor'
2018-09-24 Merge branch 'ds/format-patch-range-diff-test'
2018-09-24 Merge branch 'tb/void-check-attr'
2018-09-24 Merge branch 'js/rebase-i-autosquash-fix'
2018-09-21 fetch: in partial clone, check presence of targets
2018-09-21 revision.c: remove implicit dependency on the_index
2018-09-21 submodule.c: remove implicit dependency on the_index
2018-09-21 line-range.c: remove implicit dependency on the_index
2018-09-21 userdiff.c: remove implicit dependency on the_index
2018-09-21 rerere.c: remove implicit dependency on the_index
2018-09-21 sha1-file.c: remove implicit dependency on the_index
2018-09-21 patch-ids.c: remove implicit dependency on the_index
2018-09-21 merge.c: remove implicit dependency on the_index
2018-09-21 merge-blobs.c: remove implicit dependency on the_index
2018-09-21 ll-merge.c: remove implicit dependency on the_index
2018-09-21 diff.c: remove implicit dependency on the_index
2018-09-21 grep.c: remove implicit dependency on the_index
2018-09-21 diff.c: remove the_index dependency in textconv() functions
2018-09-21 diff.c: reduce implicit dependency on the_index
2018-09-21 add: do not accept pathspec magic 'attr'
2018-09-20 Merge branch 'ab/fetch-tags-noclobber'
2018-09-20 Merge branch 'bp/checkout-new-branch-optim'
2018-09-20 gc: fix regression in 7b0f229222 impacting --quiet
2018-09-19 pack-objects: handle island check for "external" delta...
2018-09-17 Merge branch 'nd/bisect-show-list-fix'
2018-09-17 Merge branch 'ab/fetch-tags-noclobber'
2018-09-17 Merge branch 'es/worktree-forced-ops-fix'
2018-09-17 Merge branch 'sg/doc-trace-appends'
2018-09-17 Merge branch 'jk/diff-rendered-docs'
2018-09-17 Merge branch 'jk/patch-corrupted-delta-fix'
2018-09-17 Merge branch 'ds/commit-graph-tests'
2018-09-17 Merge branch 'jk/pack-objects-with-bitmap-fix'
2018-09-17 Merge branch 'rs/mailinfo-format-flowed'
2018-09-17 Merge branch 'jk/cocci'
2018-09-17 Merge branch 'tg/rerere-doc-updates'
2018-09-17 Merge branch 'es/format-patch-rangediff'
2018-09-17 Merge branch 'cc/delta-islands'
2018-09-17 Merge branch 'es/format-patch-interdiff'
2018-09-17 Merge branch 'jk/trailer-fixes'
2018-09-17 Merge branch 'sb/range-diff-colors'
2018-09-17 Merge branch 'jk/pack-delta-reuse-with-bitmap'
2018-09-17 Merge branch 'nd/unpack-trees-with-cache-tree'
2018-09-17 Merge branch 'ds/reachable'
2018-09-17 Merge branch 'sb/submodule-update-in-c'
2018-09-17 Merge branch 'tg/rerere'
2018-09-17 Merge branch 'ds/multi-pack-index'
2018-09-17 Merge branch 'jk/branch-l-1-repurpose'
2018-09-17 Merge branch 'tg/conflict-marker-size'
2018-09-17 Merge branch 'ts/doc-build-manpage-xsl-quietly'
2018-09-17 Merge branch 'jk/rev-list-stdin-noop-is-ok'
2018-09-17 Merge branch 'bp/checkout-new-branch-optim'
2018-09-17 Merge branch 'sg/t1404-update-ref-test-timeout'
2018-09-17 Merge branch 'nd/clone-case-smashing-warning'
2018-09-17 Merge branch 'mk/http-backend-content-length'
2018-09-17 fsck: verify multi-pack-index
2018-09-17 multi-pack-index: add 'verify' verb
2018-09-17 commit-graph write: add progress output
2018-09-17 status: show progress bar if refreshing the index takes...
2018-09-14 builtin/remote: quote remote name on error to display...
2018-09-12 update-ref: allow --no-deref with --stdin
2018-09-12 update-ref: fix type of update_flags variable to match...
2018-09-12 Make git_check_attr() a void function
2018-09-10 Merge tag 'l10n-2.19.0-rnd2' of git://github.com/git...
2018-09-10 Merge branch 'jn/submodule-core-worktree-revert'
2018-09-10 Merge branch 'mk/http-backend-content-length'
2018-09-08 Revert "Merge branch 'sb/submodule-core-worktree'"
2018-09-07 wt-status: rename commitable to committable
2018-09-06 builtin rebase: support `--autosquash`
2018-09-06 builtin rebase: support `keep-empty` option
2018-09-06 builtin rebase: support `ignore-date` option
2018-09-06 builtin rebase: support `ignore-whitespace` option
2018-09-06 builtin rebase: support --committer-date-is-author...
2018-09-06 builtin rebase: support --rerere-autoupdate
2018-09-06 builtin rebase: support --signoff
2018-09-06 builtin rebase: allow selecting the rebase "backend"
2018-09-06 builtin rebase: stop if `git am` is in progress
2018-09-06 builtin rebase: actions require a rebase in progress
2018-09-06 builtin rebase: support --edit-todo and --show-current...
2018-09-06 builtin rebase: support --quit
2018-09-06 builtin rebase: support --abort
2018-09-06 builtin rebase: support --skip
2018-09-06 builtin rebase: support --continue
2018-09-06 builtin rebase: support `git rebase <upstream> <switch...
2018-09-06 builtin rebase: only store fully-qualified refs in...
2018-09-06 builtin rebase: start a new rebase only if none is...
2018-09-06 builtin rebase: support --force-rebase
2018-09-06 builtin rebase: try to fast forward when possible
2018-09-06 builtin rebase: require a clean worktree
2018-09-06 builtin rebase: support the `verbose` and `diffstat...
2018-09-06 builtin rebase: support --quiet
2018-09-06 builtin rebase: handle the pre-rebase hook and --no...
2018-09-06 builtin rebase: support `git rebase --onto A...B`
2018-09-06 builtin rebase: support --onto
2018-09-05 Remove superfluous trailing semicolons
2018-09-04 Merge branch 'es/chain-lint-more'
2018-09-04 Merge branch 'ab/portable-more'
2018-09-04 Merge branch 'es/freebsd-iconv-portability'
2018-09-04 Merge branch 'ds/commit-graph-lockfile-fix'
2018-09-04 Merge branch 'en/directory-renames-nothanks'
next