gitweb.git

Commits

2017-04-20 Git 2.13-rc0 v2.13.0-rc0
2017-04-20 Merge branch 'jh/memihash-opt'
2017-04-20 Merge branch 'vn/revision-shorthand-for-side-branch...
2017-04-20 Merge branch 'sf/putty-w-args'
2017-04-20 Merge branch 'ld/p4-current-branch-fix'
2017-04-20 Merge branch 'dt/gc-ignore-old-gc-logs'
2017-04-20 Merge branch 'bw/attr-pathspec'
2017-04-20 Merge branch 'ab/grep-plug-pathspec-leak'
2017-04-20 Merge branch 'jk/no-looking-at-dotgit-outside-repo'
2017-04-20 Merge branch 'nd/files-backend-git-dir'
2017-04-20 Merge branch 'bw/submodule-is-active'
2017-04-20 Merge branch 'va/i18n-perl-scripts'
2017-04-20 Merge branch 'sb/submodule-rm-absorb'
2017-04-20 Merge branch 'ah/diff-files-ours-theirs-doc'
2017-04-20 Merge branch 'lt/mailinfo-in-body-header-continuation'
2017-04-20 Merge branch 'bw/push-options-recursively-to-submodules'
2017-04-20 Merge branch 'bc/object-id'
2017-04-20 Merge branch 'sb/submodule-short-status'
2017-04-19 p0004: make perf test executable
2017-04-17 doc/revisions: remove brackets from rev^-n shorthand
2017-04-17 Twelfth batch for 2.13
2017-04-17 Merge branch 'js/difftool-builtin'
2017-04-17 Merge branch 'sb/unpack-trees-would-lose-submodule...
2017-04-17 Merge branch 'ab/regen-perl-mak-with-different-perl'
2017-04-17 Merge branch 'sb/show-diff-for-submodule-in-diff-fix'
2017-04-17 Merge branch 'qp/bisect-docfix'
2017-04-17 Merge branch 'mm/ls-files-s-doc'
2017-04-17 Merge branch 'jk/loose-object-info-report-error'
2017-04-17 Merge branch 'jc/bs-t-is-not-a-tab-for-sed'
2017-04-17 Merge branch 'jc/unused-symbols'
2017-04-17 Merge branch 'jk/snprintf-cleanups'
2017-04-17 git-p4: don't use name-rev to get current branch
2017-04-17 git-p4: add read_pipe_text() internal function
2017-04-17 git-p4: add failing test for name-rev rather than symbo...
2017-04-17 test-read-cache: setup git dir
2017-04-17 t6500: wait for detached auto gc at the end of the...
2017-04-17 pathspec: fix segfault in clear_pathspec
2017-04-17 grep: plug a trivial memory leak
2017-04-17 connect.c: handle errors from split_cmdline
2017-04-14 refs.h: add a note about sorting order of for_each_ref_*
2017-04-14 t1406: new tests for submodule ref store
2017-04-14 t1405: some basic tests on main ref store
2017-04-14 t/helper: add test-ref-store to test ref-store functions
2017-04-14 refs: delete pack_refs() in favor of refs_pack_refs()
2017-04-14 files-backend: avoid ref api targeting main ref store
2017-04-14 refs: new transaction related ref-store api
2017-04-14 refs: add new ref-store api
2017-04-14 refs: rename get_ref_store() to get_submodule_ref_store...
2017-04-14 files-backend: replace submodule_allowed check in files...
2017-04-14 has_sha1_file: don't bother if we are not in a repository
2017-04-14 submodule--helper: fix typo in is_active error message
2017-04-14 git-add--interactive.perl: add missing dot in a message
2017-04-14 submodule.c: add missing ' in error messages
2017-04-14 difftool: fix use-after-free
2017-04-13 diff-files: document --ours etc.
2017-04-13 t3008: skip lazy-init test on a single-core box
2017-04-13 test-online-cpus: helper to return cpu count
2017-04-11 mailinfo: fix in-body header continuations
2017-04-11 push: propagate remote and refspec with --recurse-submo...
2017-04-11 submodule--helper: add push-check subcommand
2017-04-11 remote: expose parse_push_refspec function
2017-04-11 push: propagate push-options with --recurse-submodules
2017-04-11 Eleventh batch for 2.13
2017-04-11 Merge branch 'ls/travis-relays-for-windows-ci'
2017-04-11 Merge branch 'cc/untracked'
2017-04-11 Merge branch 'ah/log-decorate-default-to-auto'
2017-04-11 Merge branch 'ab/ref-filter-no-contains'
2017-04-02 diff: submodule inline diff to initialize env array.
2017-04-02 push: unmark a local variable as static
2017-04-01 git-bisect.txt: add missing word
2017-04-01 Documentation: document elements in "ls-files -s" outpu...
2017-04-01 index-pack: detect local corruption in collision check
2017-04-01 sha1_loose_object_info: return error for corrupted...
2017-04-01 contrib/git-resurrect.sh: do not write \t for HT in...
2017-04-01 name-hash: fix buffer overrun
2017-03-31 remote.[ch]: parse_push_cas_option() can be static
2017-03-31 Documentation: update and rename api-sha1-array.txt
2017-03-31 Rename sha1_array to oid_array
2017-03-31 Convert sha1_array_for_each_unique and for_each_abbrev...
2017-03-31 Convert sha1_array_lookup to take struct object_id
2017-03-31 Convert remaining callers of sha1_array_lookup to object_id
2017-03-31 Make sha1_array_append take a struct object_id *
2017-03-30 daemon: use an argv_array to exec children
2017-03-30 gc: replace local buffer with git_path
2017-03-30 transport-helper: replace checked snprintf with xsnprintf
2017-03-30 convert unchecked snprintf into xsnprintf
2017-03-30 combine-diff: replace malloc/snprintf with xstrfmt
2017-03-30 replace unchecked snprintf calls with heap buffers
2017-03-30 receive-pack: print --pack-header directly into argv...
2017-03-30 name-rev: replace static buffer with strbuf
2017-03-30 create_branch: use xstrfmt for reflog message
2017-03-30 create_branch: move msg setup closer to point of use
2017-03-30 avoid using mksnpath for refs
2017-03-30 avoid using fixed PATH_MAX buffers for refs
2017-03-30 fetch: use heap buffer to format reflog
2017-03-30 tag: use strbuf to format tag header
2017-03-30 diff: avoid fixed-size buffer for patch-ids
2017-03-30 Tenth batch for 2.13
2017-03-30 Merge branch 'jk/make-coccicheck-detect-errors'
2017-03-30 Merge branch 'bc/push-cert-receive-fix'
next