Merge git://ozlabs.org/~paulus/gitk
[gitweb.git] / builtin /
2015-10-15 Merge branch 'tk/doc-interpret-trailers-grammo'
2015-10-15 Merge branch 'es/worktree-add-cleanup'
2015-10-15 Merge branch 'dt/log-follow-config'
2015-10-15 Merge branch 'cc/quote-comments'
2015-10-15 Merge branch 'gr/rebase-i-drop-warn'
2015-10-15 Merge branch 'mm/detach-at-HEAD-reflog'
2015-10-15 Merge branch 'sa/send-email-smtp-batch-data-limit'
2015-10-15 Merge branch 'pt/am-builtin'
2015-10-15 Merge branch 'nd/clone-linked-checkout'
2015-10-15 Merge branch 'js/icase-wt-detection'
2015-10-15 Merge branch 'kn/for-each-branch'
2015-10-15 Merge branch 'sb/perf-without-installed-git'
2015-10-15 Merge branch 'sb/http-flaky-test-fix'
2015-10-15 Merge branch 'jc/fsck-dropped-errors'
2015-10-15 Merge branch 'ls/p4-translation-failure'
2015-10-15 Merge branch 'nd/gc-auto-background-fix'
2015-10-15 Merge branch 'mk/submodule-gitdir-path'
2015-10-14 Merge branch 'pt/pull-builtin'
2015-10-14 Merge branch 'nd/ls-remote-does-not-have-u-option'
2015-10-14 Merge branch 'jk/asciidoctor-section-heading-markup...
2015-10-14 Merge branch 'tk/typofix-connect-unknown-proto-error'
2015-10-14 Merge branch 'jk/notes-dwim-doc'
2015-10-09 am -3: do not let failed merge from completing the...
2015-10-08 worktree: add 'list' command
2015-10-07 Merge branch 'ls/p4-path-encoding'
2015-10-07 Merge branch 'gb/filter-branch-progress'
2015-10-07 Merge branch 'nd/ignore-then-not-ignore'
2015-10-07 Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'
2015-10-07 clone --dissociate: avoid locking pack files
2015-10-05 Sync with 2.6.1
2015-10-05 Merge branch 'mm/keyid-docs'
2015-10-05 Merge branch 'bb/remote-get-url'
2015-10-05 Merge branch 'jk/blame-first-parent'
2015-10-05 Merge branch 'jw/make-arflags-customizable'
2015-10-05 Merge branch 'jk/rebase-no-autostash'
2015-10-05 Merge branch 'jk/make-findstring-makeflags-fix'
2015-10-05 Merge branch 'sb/submodule-helper'
2015-10-05 Merge branch 'kn/for-each-tag'
2015-10-05 Merge branch 'jk/test-lint-forbid-when-finished-in...
2015-10-05 Merge branch 'jk/interpret-trailers-outside-a-repository'
2015-10-05 Merge branch 'as/subtree-with-spaces'
2015-10-05 Merge branch 'jk/connect-clear-env'
2015-10-05 Merge branch 'jk/date-local'
2015-10-05 Merge branch 'dt/refs-bisection'
2015-10-05 Merge branch 'nk/stash-show-config'
2015-10-05 Merge branch 'jk/async-pkt-line'
2015-10-05 Merge branch 'jh/quiltimport-explicit-series-file'
2015-10-05 Merge branch 'ld/p4-import-labels'
2015-10-05 Merge branch 'ad/bisect-terms'
2015-10-05 Merge branch 'jc/rerere'
2015-10-05 Merge branch 'kn/for-each-tag-branch'
2015-10-05 name-rev: use strip_suffix to avoid magic numbers
2015-10-05 use strbuf_complete to conditionally append slash
2015-10-05 fsck: use for_each_loose_file_in_objdir
2015-10-05 fsck: drop inode-sorting code
2015-10-05 convert strncpy to memcpy
2015-10-05 help: clean up kfmclient munging
2015-10-05 receive-pack: simplify keep_arg computation
2015-10-05 avoid sprintf and strcpy with flex arrays
2015-10-05 use alloc_ref rather than hand-allocating "struct ref"
2015-10-05 use sha1_to_hex_r() instead of strcpy
2015-10-05 transport: use strbufs for status table "quickref"...
2015-10-05 apply: convert root string to strbuf
2015-10-05 init: use strbufs to store paths
2015-10-05 probe_utf8_pathname_composition: use internal strbuf
2015-10-02 worktree: add top-level worktree.c
2015-09-30 am: configure gpg at startup
2015-09-29 Sync with v2.5.4
2015-09-28 Sync with 2.4.10
2015-09-28 Sync with 2.3.10
2015-09-28 Merge branch 'jk/xdiff-memory-limits' into maint-2.3
2015-09-28 merge-file: enforce MAX_XDIFF_SIZE on incoming files
2015-09-28 react to errors in xdi_diff
2015-09-28 ls-remote.txt: delete unsupported option
2015-09-28 clone: better error when --reference is a linked checkout
2015-09-28 clone: allow --local from a linked checkout
2015-09-25 remote-ext: simplify git pkt-line generation
2015-09-25 upload-archive: convert sprintf to strbuf
2015-09-25 help: drop prepend function in favor of xstrfmt
2015-09-25 fetch: replace static buffer with xstrfmt
2015-09-25 config: use xstrfmt in normalize_value
2015-09-25 replace trivial malloc + sprintf / strcpy calls with...
2015-09-25 receive-pack: convert strncpy to xsnprintf
2015-09-25 use xsnprintf for generating git object headers
2015-09-25 convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 mailsplit: make PATH_MAX buffers dynamic
2015-09-25 fsck: use strbuf to generate alternate directories
2015-09-25 fsck: don't fsck alternates for connectivity-only check
2015-09-25 mailsplit: fix FILE* leak in split_maildir
2015-09-25 show-branch: avoid segfault with --reflog of unborn...
2015-09-25 branch: add '--points-at' option
2015-09-25 branch.c: use 'ref-filter' APIs
2015-09-25 branch.c: use 'ref-filter' data structures
2015-09-25 branch: drop non-commit error reporting
2015-09-23 fsck: exit with non-zero when problems are found
2015-09-23 branch: move 'current' check down to the presentation...
2015-09-23 branch: roll show_detached HEAD into regular ref_list
2015-09-23 branch: bump get_head_description() to the top
2015-09-23 branch: refactor width computation
2015-09-21 Merge branch 'bn/send-email-smtp-auth-error-message...
next