Merge branch 'bc/rev-parse-parseopt-fix'
[gitweb.git] / builtin /
2017-09-10 Sync with maint
2017-09-10 Merge branch 'rs/apply-epoch'
2017-09-10 Merge branch 'jk/drop-sha1-entry-pos'
2017-09-10 Merge branch 'nd/worktree-kill-parse-ref'
2017-09-10 Merge branch 'mm/send-email-cc-cruft'
2017-09-10 Merge branch 'ls/convert-filter-progress'
2017-09-10 Merge branch 'ma/up-to-date'
2017-09-10 Merge branch 'ma/ts-cleanups'
2017-09-10 Merge branch 'jt/doc-pack-objects-fix' into maint
2017-09-10 Merge branch 'jn/vcs-svn-cleanup' into maint
2017-09-10 Merge branch 'bc/vcs-svn-cleanup' into maint
2017-09-10 Merge branch 'jk/doc-the-this' into maint
2017-09-10 Merge branch 'rs/commit-h-single-parent-cleanup' into...
2017-09-10 Merge branch 'mg/format-ref-doc-fix' into maint
2017-09-10 Merge branch 'sb/submodule-parallel-update' into maint
2017-09-10 Merge branch 'hv/t5526-andand-chain-fix' into maint
2017-09-10 Merge branch 'sb/sha1-file-cleanup' into maint
2017-09-10 Merge branch 'rs/t1002-do-not-use-sum' into maint
2017-09-10 Merge branch 'ah/doc-empty-string-is-false' into maint
2017-09-10 Merge branch 'rs/merge-microcleanup' into maint
2017-09-10 Merge branch 'rs/find-pack-entry-bisection' into maint
2017-09-10 Merge branch 'rs/apply-lose-prefix-length' into maint
2017-09-10 Merge branch 'rj/add-chmod-error-message' into maint
2017-09-10 Merge branch 'jk/hashcmp-memcmp' into maint
2017-09-10 Merge branch 'rs/t3700-clean-leftover' into maint
2017-09-10 Merge branch 'jc/perl-git-comment-typofix' into maint
2017-09-10 Merge branch 'mf/no-dashed-subcommands' into maint
2017-09-10 Merge branch 'ab/ref-filter-no-contains' into maint
2017-09-10 Merge branch 'rs/archive-excluded-directory' into maint
2017-09-10 Merge branch 'mg/killed-merge' into maint
2017-09-10 Merge branch 'tb/apply-with-crlf' into maint
2017-09-10 Merge branch 'cc/subprocess-handshake-missing-capabilit...
2017-09-10 Merge branch 'as/grep-quiet-no-match-exit-code-fix...
2017-09-10 Merge branch 'kd/stash-with-bash-4.4' into maint
2017-09-10 Merge branch 'rs/win32-syslog-leakfix' into maint
2017-09-10 Merge branch 'rs/unpack-entry-leakfix' into maint
2017-09-10 Merge branch 'rs/fsck-obj-leakfix' into maint
2017-09-10 Merge branch 'ur/svn-local-zone' into maint
2017-09-10 Merge branch 'pw/am-signoff' into maint
2017-09-10 Merge branch 'rs/in-obsd-basename-dirname-take-const...
2017-09-10 Merge branch 'rs/t4062-obsd' into maint
2017-09-10 Merge branch 'rs/obsd-getcwd-workaround' into maint
2017-09-10 Merge branch 'bw/clone-recursive-quiet' into maint
2017-09-10 Merge branch 'pw/sequence-rerere-autoupdate' into maint
2017-09-10 Merge branch 'bw/push-options-recursively-to-submodules...
2017-09-10 Merge branch 'ma/pager-per-subcommand-action' into...
2017-09-10 Merge branch 'jk/rev-list-empty-input' into maint
2017-09-10 Merge branch 'st/lib-gpg-kill-stray-agent' into maint
2017-09-10 commit-tree: do not complete line in -F input
2017-09-08 shortlog: skip format/parse roundtrip for internal...
2017-09-08 add UNLEAK annotation for reducing leak false positives
2017-09-08 builtin/merge: honor commit-msg hook for merges
2017-09-07 pull: honor submodule.recurse config option
2017-09-07 pull: fix cli and config option parsing order
2017-09-07 hashmap: add API to disable item counting when threaded
2017-09-06 shortlog: release strbuf after use in insert_one_record()
2017-09-06 remote: release strbuf after use in set_url()
2017-09-06 remote: release strbuf after use in migrate_file()
2017-09-06 remote: release strbuf after use in read_remote_branches()
2017-09-06 notes: release strbuf after use in notes_copy_from_stdin()
2017-09-06 merge: release strbuf after use in write_merge_heads()
2017-09-06 merge: release strbuf after use in save_state()
2017-09-06 help: release strbuf on error return in exec_woman_emacs()
2017-09-06 help: release strbuf on error return in exec_man_man()
2017-09-06 help: release strbuf on error return in exec_man_konque...
2017-09-06 clone: release strbuf after use in remove_junk()
2017-09-06 clean: release strbuf after use in remove_dirs()
2017-09-06 check-ref-format: release strbuf after use in check_ref...
2017-09-06 am: release strbuf after use in safe_to_abort()
2017-09-06 am: release strbuf on error return in hg_patch_to_mail()
2017-09-06 am: release strbufs after use in detect_patch_format()
2017-09-06 rev-parse: don't trim bisect refnames
2017-09-06 reset: free allocated tree buffers
2017-09-06 reset: make tree counting less confusing
2017-09-06 config: plug user_config leak
2017-09-06 update-index: fix cache entry leak in add_one_file()
2017-09-06 add: free leaked pathspec after add_files_to_cache()
2017-09-06 stop leaking lock structs in some simple cases
2017-09-06 tempfile: auto-allocate tempfiles on heap
2017-09-06 Merge branch 'rs/archive-excluded-directory'
2017-09-06 Merge branch 'po/read-graft-line'
2017-09-06 Merge branch 'ks/branch-set-upstream'
2017-09-06 name-rev: change ULONG_MAX to TIME_MAX
2017-08-27 Merge branch 'mg/killed-merge'
2017-08-27 Merge branch 'jt/packmigrate'
2017-08-27 Merge branch 'mh/ref-lock-entry'
2017-08-27 Merge branch 'jt/doc-pack-objects-fix'
2017-08-27 Merge branch 'jc/cutoff-config'
2017-08-27 Merge branch 'kw/write-index-reduce-alloc'
2017-08-27 Merge branch 'bw/submodule-config-cleanup'
2017-08-27 Merge branch 'js/gitweb-raw-blob-link-in-history'
2017-08-27 Merge branch 'po/object-id'
2017-08-27 Merge branch 'jn/vcs-svn-cleanup'
2017-08-27 Merge branch 'bc/vcs-svn-cleanup'
2017-08-27 Merge branch 'tb/apply-with-crlf'
2017-08-27 Merge branch 'jt/stash-tests'
2017-08-27 Merge branch 'jk/trailers-parse'
2017-08-27 Merge branch 'pb/trailers-from-command-line'
2017-08-27 Merge branch 'jt/diff-color-move-fix'
2017-08-27 Merge branch 'sb/diff-color-move'
next