git manpage: note git-security@googlegroups.com
[gitweb.git] / builtin /
2017-10-18 Merge branch 'rs/archive-excluded-directory' into maint
2017-10-18 Merge branch 'rk/commit-tree-make-F-verbatim' into...
2017-10-18 Merge branch 'mh/packed-ref-store-prep' into maint
2017-10-18 Merge branch 'mm/send-email-cc-cruft' into maint
2017-10-18 Merge branch 'rs/strbuf-getwholeline-fix' into maint
2017-10-18 Merge branch 'jk/ref-filter-colors-fix'
2017-10-18 Merge branch 'js/rebase-i-final'
2017-10-17 check-ref-format --branch: strip refs/heads/ using...
2017-10-17 tag: respect color.ui config
2017-10-17 Revert "color: check color.ui in git_default_config()"
2017-10-17 Merge branch 'jk/ui-color-always-to-auto-maint' (early...
2017-10-17 Merge branch 'sb/diff-color-move'
2017-10-17 Merge branch 'js/rebase-i-final'
2017-10-17 Merge branch 'jc/doc-checkout'
2017-10-17 upload-pack, receive-pack: introduce protocol version 1
2017-10-17 Merge branch 'master' of git://github.com/git-l10n...
2017-10-16 refs: convert resolve_ref_unsafe to struct object_id
2017-10-16 worktree: convert struct worktree to object_id
2017-10-16 refs: convert resolve_gitlink_ref to struct object_id
2017-10-16 refs: convert reflog_expire parameter to struct object_id
2017-10-16 refs: convert read_ref_at to struct object_id
2017-10-16 refs: convert peel_ref to struct object_id
2017-10-16 builtin/pack-objects: convert to struct object_id
2017-10-16 pack-bitmap: convert traverse_bitmap_commit_list to...
2017-10-16 refs: convert dwim_log to struct object_id
2017-10-16 builtin/reflog: convert remaining unsigned char uses...
2017-10-16 refs: convert dwim_ref and expand_ref to struct object_id
2017-10-16 refs: convert read_ref and read_ref_full to object_id
2017-10-16 refs: convert resolve_refdup and refs_resolve_refdup...
2017-10-16 Convert check_connected to use struct object_id
2017-10-16 refs: update ref transactions to use struct object_id
2017-10-16 refs: convert update_ref and refs_update_ref to use...
2017-10-16 refs: convert delete_ref and refs_delete_ref to struct...
2017-10-13 branch: split validate_new_branchname() into two
2017-10-13 pull: pass --signoff/--no-signoff to "git merge"
2017-10-11 merge-ours: do not use cmd_*() as a subroutine
2017-10-11 describe: do not use cmd_*() as a subroutine
2017-10-11 Merge branch 'ls/filter-process-delayed'
2017-10-11 Merge branch 'ds/avoid-overflow-in-midpoint-computation'
2017-10-11 Merge branch 'tb/complete-describe'
2017-10-11 Merge branch 'sb/test-cmp-expect-actual'
2017-10-11 Merge branch 'jk/refs-df-conflict'
2017-10-11 Merge branch 'rs/rs-mailmap'
2017-10-11 Merge branch 'rs/fsck-null-return-from-lookup'
2017-10-11 Merge branch 'jk/sha1-loose-object-info-fix'
2017-10-11 Merge branch 'hn/string-list-doc'
2017-10-11 Merge branch 'tb/show-trailers-in-ref-filter'
2017-10-11 Merge branch 'jt/oidmap'
2017-10-11 Merge branch 'jr/hash-migration-plan-doc'
2017-10-09 cleanup: fix possible overflow errors in binary search
2017-10-09 Merge branch 'js/rebase-i-final'
2017-10-08 Merge branch 'maint' of git://github.com/git-l10n/git-po
2017-10-07 submodule: port submodule subcommand 'status' from...
2017-10-07 submodule--helper: introduce for_each_listed_submodule()
2017-10-07 Merge branch 'tb/ref-filter-empty-modifier'
2017-10-07 Merge branch 'ks/verify-filename-non-option-error-messa...
2017-10-07 Merge branch 'ks/branch-tweak-error-message-for-extra...
2017-10-07 Merge branch 'jk/ui-color-always-to-auto'
2017-10-07 Merge branch 'ma/builtin-unleak'
2017-10-07 Merge branch 'rb/compat-poll-fix'
2017-10-07 Merge branch 'tg/memfixes'
2017-10-07 Merge branch 'sb/branch-avoid-repeated-strbuf-release'
2017-10-07 Merge branch 'rs/qsort-s'
2017-10-07 Merge branch 'jn/strbuf-doc-re-reuse'
2017-10-07 Merge branch 'tb/delimit-pretty-trailers-args-with...
2017-10-07 read-cache: leave lock in right state in `write_locked_...
2017-10-07 read-cache: drop explicit `CLOSE_LOCK`-flag
2017-10-06 bisect--helper: `is_expected_rev` & `check_expected_rev...
2017-10-06 bisect--helper: `bisect_clean_state` shell function...
2017-10-06 bisect--helper: `write_terms` shell function in C
2017-10-06 bisect--helper: rewrite `check_term_format` shell funct...
2017-10-06 bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
2017-10-06 apply: move lockfile into `apply_state`
2017-10-06 checkout-index: simplify locking logic
2017-10-06 treewide: prefer lockfiles on the stack
2017-10-05 Merge branch 'ar/request-pull-phrasofix'
2017-10-05 Merge branch 'rs/run-command-use-alloc-array'
2017-10-05 Merge branch 'sb/git-clang-format'
2017-10-05 Merge branch 'rs/use-free-and-null'
2017-10-05 Merge branch 'rs/tag-null-pointer-arith-fix'
2017-10-05 Merge branch 'rs/cocci-de-paren-call-params'
2017-10-05 Merge branch 'rs/cleanup-strbuf-users'
2017-10-05 Merge branch 'rs/resolve-ref-optional-result'
2017-10-05 Merge branch 'er/fast-import-dump-refs-on-checkpoint'
2017-10-04 branch: reset instead of release a strbuf
2017-10-04 branch: change the error messages to be more meaningful
2017-10-04 Merge branch 'jk/ui-color-always-to-auto-maint' into...
2017-10-04 provide --color option for all ref-filter users
2017-10-03 Merge branch 'bw/git-clang-format'
2017-10-03 Merge branch 'ad/doc-markup-fix'
2017-10-03 Merge branch 'mh/mmap-packed-refs'
2017-10-03 Merge branch 'mr/doc-negative-pathspec'
2017-10-03 Merge branch 'sb/submodule-diff-header-fix'
2017-10-03 Merge branch 'sb/diff-color-move'
2017-10-03 Merge branch 'sb/test-submodule-update-config'
2017-10-03 Merge branch 'jk/validate-headref-fix'
2017-10-03 Merge branch 'jk/read-in-full'
2017-10-03 Merge branch 'jk/no-optional-locks'
2017-10-03 Merge branch 'sd/branch-copy'
2017-10-03 Merge branch 'hn/string-list-doc'
next