worktree: fix "add -B"
[gitweb.git] / builtin /
2016-01-20 Merge branch 'ew/send-email-mutt-alias-fix'
2016-01-20 Merge branch 'ss/user-manual'
2016-01-20 Merge branch 'nd/clear-gitenv-upon-use-of-alias'
2016-01-20 Merge branch 'nd/ita-cleanup'
2016-01-20 Merge branch 'nd/dir-exclude-cleanup'
2016-01-20 Merge branch 'jk/pack-revindex'
2016-01-20 Merge branch 'mh/notes-allow-reading-treeish'
2016-01-19 ls-remote: add support for showing symrefs
2016-01-19 ls-remote: use parse-options api
2016-01-19 ls-remote: document --refs option
2016-01-19 shortlog: don't warn on empty author
2016-01-19 shortlog: optimize out useless string list
2016-01-19 shortlog: optimize out useless "<none>" normalization
2016-01-19 shortlog: optimize "--summary" mode
2016-01-19 shortlog: replace hand-parsing of author with pretty...
2016-01-19 shortlog: use strbufs to read from stdin
2016-01-19 shortlog: match both "Author:" and "author" on stdin
2016-01-19 ls-files: add eol diagnostics
2016-01-17 notes: allow merging from arbitrary references
2016-01-15 grep: read -f file with strbuf_getline()
2016-01-15 send-pack: read list of refs with strbuf_getline()
2016-01-15 column: read lines with strbuf_getline()
2016-01-15 cat-file: read batch stream with strbuf_getline()
2016-01-15 clone/sha1_file: read info/alternates with strbuf_getline()
2016-01-15 rev-parse: read parseopt spec with strbuf_getline()
2016-01-15 hash-object: read --stdin-paths with strbuf_getline()
2016-01-15 strbuf: give strbuf_getline() to the "most text friendl...
2016-01-15 checkout-index: there are only two possible line termin...
2016-01-15 update-index: there are only two possible line terminations
2016-01-15 check-ignore: there are only two possible line terminations
2016-01-15 check-attr: there are only two possible line terminations
2016-01-15 mktree: there are only two possible line terminations
2016-01-15 strbuf: introduce strbuf_getline_{lf,nul}()
2016-01-14 strbuf: make strbuf_getline_crlf() global
2016-01-14 interpret-trailers: add option for in-place editing
2016-01-13 remote: handle the config setting branch.*.rebase=inter...
2016-01-13 pull: allow interactive rebase with --rebase=interactive
2016-01-13 receive-pack: release pack files before garbage-collecting
2016-01-13 merge: release pack files before garbage-collecting
2016-01-13 am: release pack files before garbage-collecting
2016-01-13 fetch: release pack files before garbage-collecting
2016-01-13 format-patch: introduce format.outputDirectory configur...
2016-01-12 Sync with maint
2016-01-12 Merge branch 'vl/grep-configurable-threads'
2016-01-12 Merge branch 'ea/blame-progress'
2016-01-12 Merge branch 'sb/submodule-parallel-fetch'
2016-01-12 Merge branch 'ps/push-delete-option'
2016-01-12 Merge branch 'ep/make-phoney'
2016-01-12 Merge branch 'nd/stop-setenv-work-tree'
2016-01-12 notes: allow treeish expressions as notes ref
2016-01-12 checkout,clone: check return value of create_symref
2016-01-12 builtin/grep: add grep.fallbackToNoIndex config
2016-01-11 Handle more file writes correctly in shared repos
2016-01-07 commit: allow editing the commit message even in shared...
2016-01-04 Sync with 2.6.5
2016-01-04 Merge branch 'jk/pending-keep-tag-name' into maint
2016-01-04 Merge branch 'jk/symbolic-ref-maint' into maint
2016-01-04 Merge branch 'jk/ident-loosen-getpwuid' into maint
2016-01-04 Merge branch 'jk/send-email-ssl-errors' into maint
2016-01-04 Merge branch 'sg/completion-no-column' into maint
2016-01-04 avoid shifting signed integers 31 bits
2015-12-29 dir: free untracked cache when removing it
2015-12-28 Merge branch 'sh/p4-multi-depot'
2015-12-28 Merge branch 'jk/pending-keep-tag-name'
2015-12-28 Merge branch 'jk/symbolic-ref-maint'
2015-12-28 Merge tag 'l10n-2.7.0-rnd2' of git://github.com/git...
2015-12-28 grep: make it clear i-t-a entries are ignored
2015-12-22 Merge branch 'js/emu-write-epipe-on-windows'
2015-12-22 push: don't mark options of recurse-submodules for...
2015-12-22 Merge branch 'nd/stop-setenv-work-tree' into nd/clear...
2015-12-22 Merge branch 'master' of git://github.com/git-l10n...
2015-12-21 symbolic-ref: propagate error code from create_symref()
2015-12-21 Merge branch 'bc/format-patch-null-from-line'
2015-12-21 Merge branch 'jk/ident-loosen-getpwuid'
2015-12-21 Merge branch 'jk/send-email-ssl-errors'
2015-12-21 Merge branch 'sg/completion-no-column'
2015-12-21 Merge branch 'mc/push-recurse-submodules-config'
2015-12-21 Merge git://ozlabs.org/~paulus/gitk
2015-12-16 Merge branch 'fr/rebase-i-continue-preserve-options'
2015-12-16 Merge branch 'maint'
2015-12-16 push: add '-d' as shorthand for '--delete'
2015-12-16 submodules: allow parallel fetching, add tests and...
2015-12-16 grep: add --threads=<num> option and grep.threads confi...
2015-12-16 Merge branch 'sg/lock-file-commit-error' into maint
2015-12-16 blame: add support for --[no-]progress option
2015-12-15 grep: slight refactoring to the code that disables...
2015-12-15 grep: allow threading even on a single-core machine
2015-12-15 format-patch: add an option to suppress commit hash
2015-12-15 Sync with maint
2015-12-15 Merge branch 'dt/fsck-verify-pack-error' into maint
2015-12-15 Merge branch 'ep/ident-with-getaddrinfo' into maint
2015-12-15 Merge branch 'ls/p4-keep-empty-commits' into maint
2015-12-15 Merge branch 'jk/send-email-complete-aliases'
2015-12-15 Merge branch 'ep/ident-with-getaddrinfo'
2015-12-15 Merge branch 'jk/prune-mtime' into maint
2015-12-15 Merge branch 'ls/p4-keep-empty-commits'
2015-12-15 Merge branch 'jk/prune-mtime'
2015-12-11 Merge branch 'maint'
2015-12-11 Merge branch 'sn/null-pointer-arith-in-mark-tree-uninte...
2015-12-11 Merge branch 'sg/lock-file-commit-error' into maint
next