git
2016-02-22  Jeff Kingconvert ewah/bitmap code to use xmalloc
2016-02-22  Jeff Kingdiff_populate_gitlink: use a strbuf
2016-02-22  Jeff Kingtransport_anonymize_url: use xstrfmt
2016-02-22  Jeff Kinggit-compat-util: drop mempcpy compat code
2016-02-22  Jeff Kingsequencer: simplify memory allocation of get_message
2016-02-22  Jeff Kingtest-path-utils: fix normalize_path_copy output buffer...
2016-02-22  Jeff Kingfetch-pack: simplify add_sought_entry
2016-02-22  Jeff Kingfast-import: simplify allocation in start_packfile
2016-02-22  Jeff Kingwrite_untracked_extension: use FLEX_ALLOC helper
2016-02-22  Jeff Kingprepare_{git,shell}_cmd: use argv_array
2016-02-22  Jeff Kinguse st_add and st_mult for allocation size computation
2016-02-22  Jeff Kingconvert trivial cases to FLEX_ARRAY macros
2016-02-22  Jeff Kinguse xmallocz to avoid size arithmetic
2016-02-22  Jeff Kingconvert trivial cases to ALLOC_ARRAY
2016-02-22  Jeff Kingconvert manual allocations to argv_array
2016-02-22  Jeff Kingargv-array: add detach function
2016-02-22  Jeff Kingadd helpers for allocating flex-array structs
2016-02-22  Jeff Kingharden REALLOC_ARRAY and xcalloc against size_t overflow
2016-02-22  Junio C HamanoSync with 2.7.2
2016-02-22  Junio C HamanoMerge branch 'js/git-remote-add-url-insteadof-test'
2016-02-22  Junio C HamanoMerge branch 'jk/config-include'
2016-02-22  Junio C HamanoMerge branch 'ew/connect-verbose'
2016-02-22  Junio C HamanoGit 2.7.2 v2.7.2
2016-02-22  Junio C HamanoMerge branch 'nd/ita-cleanup' into maint
2016-02-22  Junio C HamanoMerge branch 'pw/completion-stash' into maint
2016-02-22  Junio C HamanoMerge branch 'mm/clean-doc-fix' into maint
2016-02-22  Junio C HamanoMerge branch 'dw/mergetool-vim-window-shuffle' into...
2016-02-22  Junio C HamanoMerge branch 'ah/stripspace-optstring' into maint
2016-02-22  Felipe Gonçalves... merge-strategies.txt: fix typo
2016-02-22  Jeff Kingdiff: clarify textconv interface
2016-02-22  Junio C HamanoMerge branch 'ks/svn-pathnameencoding-4' of git://git...
2016-02-22  Junio C HamanoMerge branch 'pw/completion-stash'
2016-02-22  SZEDER Gáborcompletion: fix mis-indentation in _git_stash()
2016-02-22  Patrick Steinhardtconfig: rename git_config_set_or_die to git_config_set
2016-02-22  Patrick Steinhardtconfig: rename git_config_set to git_config_set_gently
2016-02-22  Patrick Steinhardtcompat: die when unable to set core.precomposeunicode
2016-02-22  Patrick Steinhardtsequencer: die on config error when saving replay opts
2016-02-22  Patrick Steinhardtinit-db: die on config errors when initializing empty...
2016-02-22  Patrick Steinhardtclone: die on config error in cmd_clone
2016-02-22  Patrick Steinhardtremote: die on config error when manipulating remotes
2016-02-22  Patrick Steinhardtremote: die on config error when setting/adding branches
2016-02-22  Patrick Steinhardtremote: die on config error when setting URL
2016-02-22  Patrick Steinhardtsubmodule--helper: die on config error when cloning...
2016-02-22  Patrick Steinhardtsubmodule: die on config error when linking modules
2016-02-22  Patrick Steinhardtbranch: die on config error when editing branch description
2016-02-22  Patrick Steinhardtbranch: die on config error when unsetting upstream
2016-02-22  Patrick Steinhardtbranch: report errors in tracking branch setup
2016-02-22  Lars Schneiderconfig: add '--show-origin' option to print the origin...
2016-02-22  Lars Schneiderconfig: add 'origin_type' to config_source struct
2016-02-22  Alexander Kuleshovgit.c: simplify stripping extension of a file in handle...
2016-02-22  Kazutoshi Satodagit-svn: apply "svn.pathnameencoding" before URL encoding
2016-02-22  Kazutoshi Satodagit-svn: enable "svn.pathnameencoding" on dcommit
2016-02-22  Eric Wonggit-svn: hoist out utf8 prep from t9129 to lib-git-svn
2016-02-21  Michael J Grubertests: rename work-tree tests to *work-tree*
2016-02-19  Alexander Kuleshovexec_cmd.c: use find_last_dir_sep() for code simplification
2016-02-19  Lars Schneiderrename git_config_from_buf to git_config_from_mem
2016-02-19  Jeff Kingtree-diff: catch integer overflow in combine_diff_path...
2016-02-19  Jeff Kingadd helpers for detecting size_t overflow
2016-02-19  Jeff Kingreflog_expire_cfg: NUL-terminate pattern field
2016-02-17  Karthik Nayakref-filter: introduce objectname_atom_parser()
2016-02-17  Karthik Nayakref-filter: introduce contents_atom_parser()
2016-02-17  Karthik Nayakref-filter: introduce remote_ref_atom_parser()
2016-02-17  Karthik Nayakref-filter: align: introduce long-form syntax
2016-02-17  Karthik Nayakref-filter: introduce align_atom_parser()
2016-02-17  Karthik Nayakref-filter: introduce parse_align_position()
2016-02-17  Karthik Nayakref-filter: introduce color_atom_parser()
2016-02-17  Karthik Nayakref-filter: introduce parsing functions for each valid...
2016-02-17  Karthik Nayakref-filter: introduce struct used_atom
2016-02-17  Karthik Nayakref-filter: bump 'used_atom' and related code to the top
2016-02-17  Jeff Kingref-filter: use string_list_split over strbuf_split
2016-02-17  Lars Schneidert: do not hide Git's exit code in tests using 'nul_to_q'
2016-02-17  Felipe Gonçalves... merge-recursive: more consistent interface
2016-02-17  Felipe Gonçalves... merge-recursive: option to disable renames
2016-02-17  Junio C HamanoMerge branch 'maint'
2016-02-17  Junio C HamanoSeventh batch for the 2.8 cycle
2016-02-17  Junio C HamanoMerge branch 'dw/mergetool-vim-window-shuffle'
2016-02-17  Junio C HamanoMerge branch 'ah/stripspace-optstring'
2016-02-17  Junio C HamanoMerge branch 'mm/clean-doc-fix'
2016-02-17  Junio C HamanoMerge branch 'jk/rerere-xsnprintf'
2016-02-17  Junio C HamanoMerge branch 'jk/test-path-utils-xsnprintf'
2016-02-17  Junio C HamanoMerge branch 'da/user-useconfigonly'
2016-02-17  Junio C HamanoMerge branch 'nd/clear-gitenv-upon-use-of-alias'
2016-02-17  Junio C HamanoMerge branch 'mg/mingw-test-fix'
2016-02-17  Junio C HamanoMerge branch 'js/mingw-tests'
2016-02-17  Junio C HamanoMerge branch 'jk/drop-rsync-transport'
2016-02-17  Junio C HamanoStart preparing for 2.7.2
2016-02-17  Junio C HamanoMerge branch 'js/test-lib-windows-emulated-yes' into...
2016-02-17  Junio C HamanoMerge branch 'aw/push-force-with-lease-reporting' into...
2016-02-17  Junio C HamanoMerge branch 'nd/do-not-move-worktree-manually' into...
2016-02-17  Junio C HamanoMerge branch 'js/xmerge-marker-eol' into maint
2016-02-17  GyuYong Junggit-cvsserver.perl: fix typo
2016-02-17  Johannes Schindelint5505: 'remote add x y' should work when url.y.insteadO...
2016-02-17  Junio C Hamanoam -i: fix "v"iew
2016-02-17  Junio C Hamanopager: factor out a helper to prepare a child process...
2016-02-16  Junio C Hamanopager: lose a separate argv[]
2016-02-16  Patrick Steinhardtconfig: introduce set_or_die wrappers
2016-02-16  Thomas Gummererremote: use remote_is_configured() for add and rename
2016-02-16  Thomas Gummererremote: actually check if remote exits
2016-02-16  Thomas Gummererremote: simplify remote_is_configured()
2016-02-16  Thomas Gummererremote: use parse_config_key
next