Merge branch 'js/git-remote-add-url-insteadof-test'
[gitweb.git] / builtin /
2016-01-25 update-index: move 'uc' var declaration
2016-01-25 update-index: add untracked cache notifications
2016-01-25 update-index: add --test-untracked-cache
2016-01-25 update-index: use enum for untracked cache options
2016-01-25 clean: make is_git_repository a public function
2016-01-22 Merge branch 'ep/shell-command-substitution-style'
2016-01-22 Merge branch 'rm/subtree-unwrap-tags'
2016-01-21 diff: make -O and --output work in subdirectory
2016-01-21 diff-no-index: do not take a redundant prefix argument
2016-01-20 Merge branch 'tg/grep-no-index-fallback'
2016-01-20 Merge branch 'ho/gitweb-squelch-undef-warning'
2016-01-20 Merge branch 'js/fopen-harder'
2016-01-20 Merge branch 'ss/clone-depth-single-doc'
2016-01-20 Merge branch 'nd/exclusion-regression-fix'
2016-01-20 Merge branch 'dk/reflog-walk-with-non-commit'
2016-01-20 Merge branch 'sg/t6050-failing-editor-test-fix'
2016-01-20 Merge branch 'ew/for-each-ref-doc'
2016-01-20 Merge branch 'dw/signoff-doc'
2016-01-20 Merge branch 'jk/clang-pedantic'
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'
next