travis-ci: switch to Xcode 10.1 macOS image
[gitweb.git] / builtin /
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'
2018-09-04 Merge branch 'pw/rebase-i-author-script-fix'
2018-09-04 Merge branch 'master' of git://github.com/git-l10n...
2018-08-31 fetch: stop clobbering existing tags without --force
2018-08-31 fetch: change "branch" to "reference" in --force -h...
2018-08-30 worktree: delete .git/worktrees if empty after 'remove'
2018-08-30 worktree: teach 'remove' to override lock when --force...
2018-08-30 worktree: teach 'move' to override lock when --force...
2018-08-30 worktree: teach 'add' to respect --force for registered...
2018-08-30 worktree: disallow adding same path multiple times
2018-08-30 worktree: prepare for more checks of whether path can...
2018-08-30 worktree: generalize delete_git_dir() to reduce code...
2018-08-30 worktree: move delete_git_dir() earlier in file for...
2018-08-30 am: avoid directory rename detection when calling recur...
2018-08-29 rebase -i: rewrite init_basic_state() in C
2018-08-29 rebase -i: rewrite write_basic_state() in C
2018-08-29 rebase -i: rewrite the rest of init_revisions_and_short...
2018-08-29 rebase -i: implement the logic to initialize $revisions...
2018-08-29 rebase -i: remove unused modes and functions
2018-08-29 rebase -i: rewrite complete_action() in C
2018-08-29 mailinfo: support format=flowed
2018-08-29 convert hashmap comparison functions to oideq()
2018-08-29 convert "hashcmp() != 0" to "!hasheq()"
2018-08-29 convert "oidcmp() != 0" to "!oideq()"
2018-08-29 convert "hashcmp() == 0" to hasheq()
2018-08-29 convert "oidcmp() == 0" to oideq()
2018-08-29 commit-graph: define GIT_TEST_COMMIT_GRAPH
2018-08-27 Merge branch 'ja/i18n-message-fixes'
2018-08-27 Merge branch 'ds/commit-graph-fsck'
2018-08-27 Merge branch 'js/range-diff'
2018-08-27 Merge branch 'sg/test-rebase-editor-fix'
2018-08-27 Merge branch 'jk/hashcmp-optim-for-2.19'
2018-08-27 Merge branch 'ab/test-must-be-empty-for-master'
2018-08-27 Merge branch 'sg/t3420-autostash-fix'
2018-08-27 Merge branch 'sg/t3903-missing-fix'
2018-08-27 Merge branch 'sg/t7501-thinkofix'
2018-08-27 Merge branch 'sg/t0020-conversion-fix'
2018-08-27 Merge branch 'sg/t4051-fix'
2018-08-27 Merge branch 'js/larger-timestamps'
2018-08-27 Merge branch 'jk/use-compat-util-in-test-tool'
2018-08-27 Merge branch 'sg/test-must-be-empty'
2018-08-27 Merge branch 'rs/opt-updates'
2018-08-27 Merge branch 'nd/complete-config-vars'
2018-08-27 Merge branch 'ab/unconditional-free-and-null'
2018-08-27 Merge branch 'ep/worktree-quiet-option'
2018-08-27 Merge branch 'sm/branch-sort-config'
2018-08-27 Merge branch 'nd/config-core-checkstat-doc'
2018-08-27 range-diff: update stale summary of --no-dual-color
2018-08-23 i18n: fix mistakes in translated strings
2018-08-23 interpret-trailers: allow suppressing "---" divider
2018-08-22 rev-list: make empty --stdin not an error
2018-08-22 Merge branch 'nd/pack-deltify-regression-fix'
2018-08-21 pack-objects: reuse on-disk deltas for thin "have"...
2018-08-21 parseopt: group literal string alternatives in argument...
2018-08-21 remote: improve argument help for add --mirror
2018-08-21 checkout-index: improve argument help for --stage
2018-08-21 commit-graph: not compatible with replace objects
next