tests: turn off git-daemon tests if FIFOs are not available
[gitweb.git] / builtin /
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...
2015-09-21 gc: save log from daemonized gc --auto and print it...
2015-09-20 Merge branch 'master' of git://github.com/git-l10n...
2015-09-17 Sync with 2.5.3
2015-09-17 Merge branch 'po/doc-branch-desc'
2015-09-17 Merge branch 'et/win32-poll-timeout'
2015-09-17 Merge branch 'as/config-doc-markup-fix'
2015-09-17 remote: add get-url subcommand
2015-09-17 Merge branch 'dt/untracked-subdir' into maint
2015-09-17 Merge branch 'br/svn-doc-include-paths-config' into...
2015-09-17 Merge branch 'ah/submodule-typofix-in-error' into maint
2015-09-17 Merge branch 'js/maint-am-skip-performance-regression...
2015-09-17 tag.c: implement '--merged' and '--no-merged' options
2015-09-17 tag.c: implement '--format' option
2015-09-17 tag.c: use 'ref-filter' APIs
2015-09-17 tag.c: use 'ref-filter' data structures
2015-09-17 ref-filter: add option to match literal pattern
2015-09-17 ref-filter: add support for %(contents:lines=X)
2015-09-16 blame: handle --first-parent
2015-09-14 Merge branch 'js/maint-am-skip-performance-regression'
2015-09-14 Merge branch 'ah/show-ref-usage-string'
2015-09-14 Merge branch 'sg/help-group'
2015-09-14 Merge branch 'rt/help-strings-fix'
2015-09-14 Merge git://ozlabs.org/~paulus/gitk
2015-09-14 Merge branch 'jk/pack-protocol-doc'
next