gitweb.git

Commits

2016-03-10 Git 2.7.3 v2.7.3
2016-03-10 Merge branch 'ma/update-hooks-sample-typofix' into...
2016-03-10 Merge branch 'dt/initial-ref-xn-commit-doc' into maint
2016-03-10 Merge branch 'ps/plug-xdl-merge-leak' into maint
2016-03-10 Merge branch 'ak/git-strip-extension-from-dashed-comman...
2016-03-10 Merge branch 'ak/extract-argv0-last-dir-sep' into maint
2016-03-10 Merge branch 'jk/pack-idx-corruption-safety' into maint
2016-03-10 Merge branch 'js/config-set-in-non-repository' into...
2016-03-10 Merge branch 'sb/submodule-module-list-fix' into maint
2016-03-10 Merge branch 'jk/grep-binary-workaround-in-test' into...
2016-03-10 Merge branch 'mm/push-simple-doc' into maint
2016-03-10 Merge branch 'jk/tighten-alloc' into maint
2016-03-10 Merge branch 'jk/more-comments-on-textconv' into maint
2016-03-10 Merge branch 'jk/no-diff-emit-common' into maint
2016-03-10 Merge branch 'jc/am-i-v-fix' into maint
2016-03-10 Merge branch 'nd/git-common-dir-fix' into maint
2016-03-10 Merge branch 'nd/dwim-wildcards-as-pathspecs' into...
2016-03-10 Merge branch 'jk/epipe-in-async' into maint
2016-03-10 Merge branch 'ps/config-error' into maint
2016-03-10 Merge branch 'mg/work-tree-tests' into maint
2016-03-10 Merge branch 'sp/remote-curl-ssl-strerror' into maint
2016-02-29 compat/mingw: brown paper bag fix for 50a6c8e
2016-02-27 sha1_file.c: mark strings for translation
2016-02-25 t5504: handle expected output from SIGPIPE death
2016-02-25 test_must_fail: report number of unexpected signal
2016-02-25 fetch-pack: ignore SIGPIPE in sideband demuxer
2016-02-25 write_or_die: handle EPIPE in async threads
2016-02-25 refs: document transaction semantics
2016-02-25 use_pack: handle signed off_t overflow
2016-02-25 nth_packed_object_offset: bounds-check extended offset
2016-02-25 t5313: test bounds-checks of corrupted/malicious pack...
2016-02-25 git config: report when trying to modify a non-existing...
2016-02-25 templates/hooks: fix minor typo in the sample update...
2016-02-24 submodule helper list: respect correct path prefix
2016-02-23 t9200: avoid grep on non-ASCII data
2016-02-23 t8005: avoid grep on non-ASCII data
2016-02-23 Documentation/git-push: document that 'simple' is the...
2016-02-23 xdiff/xmerge: fix memory leak in xdl_merge
2016-02-23 xdiff: drop XDL_EMIT_COMMON
2016-02-23 merge-tree: drop generate_common strategy
2016-02-23 merge-one-file: use empty blob for add/add base
2016-02-22 ewah: convert to REALLOC_ARRAY, etc
2016-02-22 convert ewah/bitmap code to use xmalloc
2016-02-22 diff_populate_gitlink: use a strbuf
2016-02-22 transport_anonymize_url: use xstrfmt
2016-02-22 git-compat-util: drop mempcpy compat code
2016-02-22 sequencer: simplify memory allocation of get_message
2016-02-22 test-path-utils: fix normalize_path_copy output buffer...
2016-02-22 fetch-pack: simplify add_sought_entry
2016-02-22 fast-import: simplify allocation in start_packfile
2016-02-22 write_untracked_extension: use FLEX_ALLOC helper
2016-02-22 prepare_{git,shell}_cmd: use argv_array
2016-02-22 use st_add and st_mult for allocation size computation
2016-02-22 convert trivial cases to FLEX_ARRAY macros
2016-02-22 use xmallocz to avoid size arithmetic
2016-02-22 convert trivial cases to ALLOC_ARRAY
2016-02-22 convert manual allocations to argv_array
2016-02-22 argv-array: add detach function
2016-02-22 add helpers for allocating flex-array structs
2016-02-22 harden REALLOC_ARRAY and xcalloc against size_t overflow
2016-02-22 Git 2.7.2 v2.7.2
2016-02-22 Merge branch 'nd/ita-cleanup' into maint
2016-02-22 Merge branch 'pw/completion-stash' into maint
2016-02-22 Merge branch 'mm/clean-doc-fix' into maint
2016-02-22 Merge branch 'dw/mergetool-vim-window-shuffle' into...
2016-02-22 Merge branch 'ah/stripspace-optstring' into maint
2016-02-22 diff: clarify textconv interface
2016-02-22 completion: fix mis-indentation in _git_stash()
2016-02-22 config: rename git_config_set_or_die to git_config_set
2016-02-22 config: rename git_config_set to git_config_set_gently
2016-02-22 compat: die when unable to set core.precomposeunicode
2016-02-22 sequencer: die on config error when saving replay opts
2016-02-22 init-db: die on config errors when initializing empty...
2016-02-22 clone: die on config error in cmd_clone
2016-02-22 remote: die on config error when manipulating remotes
2016-02-22 remote: die on config error when setting/adding branches
2016-02-22 remote: die on config error when setting URL
2016-02-22 submodule--helper: die on config error when cloning...
2016-02-22 submodule: die on config error when linking modules
2016-02-22 branch: die on config error when editing branch description
2016-02-22 branch: die on config error when unsetting upstream
2016-02-22 branch: report errors in tracking branch setup
2016-02-22 git.c: simplify stripping extension of a file in handle...
2016-02-21 tests: rename work-tree tests to *work-tree*
2016-02-19 exec_cmd.c: use find_last_dir_sep() for code simplification
2016-02-19 tree-diff: catch integer overflow in combine_diff_path...
2016-02-19 add helpers for detecting size_t overflow
2016-02-19 reflog_expire_cfg: NUL-terminate pattern field
2016-02-17 Start preparing for 2.7.2
2016-02-17 Merge branch 'js/test-lib-windows-emulated-yes' into...
2016-02-17 Merge branch 'aw/push-force-with-lease-reporting' into...
2016-02-17 Merge branch 'nd/do-not-move-worktree-manually' into...
2016-02-17 Merge branch 'js/xmerge-marker-eol' into maint
2016-02-17 git-cvsserver.perl: fix typo
2016-02-17 am -i: fix "v"iew
2016-02-17 pager: factor out a helper to prepare a child process...
2016-02-16 pager: lose a separate argv[]
2016-02-16 config: introduce set_or_die wrappers
2016-02-15 remote-curl: include curl_errorstr on SSL setup failures
2016-02-13 rev-parse: take prefix into account in --git-common-dir
next