summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-24Merge branch 'bc/http-empty-auth'Junio C Hamano
2016-02-24Merge branch 'sp/remote-curl-ssl-strerror'Junio C Hamano
2016-02-24Merge branch 'jk/lose-name-path'Junio C Hamano
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-24Merge branch 'nd/git-common-dir-fix'Junio C Hamano
2016-02-24Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2016-02-24merge-recursive: find-renames resets thresholdFelipe Gonçalves Assis
2016-02-23t9200: avoid grep on non-ASCII dataJohn Keeping
2016-02-23t8005: avoid grep on non-ASCII dataJohn Keeping
2016-02-23credential-cache--daemon: change to the socket dir on startupJon Griffiths
2016-02-23Documentation/git-push: document that 'simple' is the defaultMatthieu Moy
2016-02-23xdiff/xmerge: fix memory leak in xdl_mergePatrick Steinhardt
2016-02-23credential-cache--daemon: disallow relative socket pathJon Griffiths
2016-02-23credential-cache--daemon: refactor check_socket_directoryJon Griffiths
2016-02-23tests: remove no-op full-svn-test targetEric Wong
2016-02-23convert.c: correct attr_action()Torsten Bögershausen
2016-02-22xdiff: drop XDL_EMIT_COMMONJeff King
2016-02-22merge-tree: drop generate_common strategyJeff King
2016-02-22merge-one-file: use empty blob for add/add baseJeff King
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King
2016-02-22convert ewah/bitmap code to use xmallocJeff King
2016-02-22diff_populate_gitlink: use a strbufJeff King
2016-02-22transport_anonymize_url: use xstrfmtJeff King
2016-02-22git-compat-util: drop mempcpy compat codeJeff King
2016-02-22sequencer: simplify memory allocation of get_messageJeff King
2016-02-22test-path-utils: fix normalize_path_copy output buffer sizeJeff King
2016-02-22fetch-pack: simplify add_sought_entryJeff King
2016-02-22fast-import: simplify allocation in start_packfileJeff King
2016-02-22write_untracked_extension: use FLEX_ALLOC helperJeff King
2016-02-22prepare_{git,shell}_cmd: use argv_arrayJeff King
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-22convert manual allocations to argv_arrayJeff King
2016-02-22argv-array: add detach functionJeff King
2016-02-22add helpers for allocating flex-array structsJeff King
2016-02-22harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King
2016-02-22Sync with 2.7.2Junio C Hamano
2016-02-22Merge branch 'js/git-remote-add-url-insteadof-test'Junio C Hamano
2016-02-22Merge branch 'jk/config-include'Junio C Hamano
2016-02-22Merge branch 'ew/connect-verbose'Junio C Hamano
2016-02-22Git 2.7.2v2.7.2Junio C Hamano
2016-02-22Merge branch 'nd/ita-cleanup' into maintJunio C Hamano
2016-02-22Merge branch 'pw/completion-stash' into maintJunio C Hamano
2016-02-22Merge branch 'mm/clean-doc-fix' into maintJunio C Hamano
2016-02-22Merge branch 'dw/mergetool-vim-window-shuffle' into maintJunio C Hamano
2016-02-22Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano
2016-02-22merge-strategies.txt: fix typoFelipe Gonçalves Assis
2016-02-22diff: clarify textconv interfaceJeff King