Age | Commit message (Expand) | Author | Files | Lines |
2016-02-24 | Merge branch 'nd/git-common-dir-fix' | Junio C Hamano | 2 | -1/+12 |
2016-02-24 | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 5 | -33/+54 |
2016-02-24 | merge-recursive: find-renames resets threshold | Felipe Gonçalves Assis | 1 | -1/+3 |
2016-02-23 | t9200: avoid grep on non-ASCII data | John Keeping | 1 | -1/+1 |
2016-02-23 | t8005: avoid grep on non-ASCII data | John Keeping | 1 | -12/+16 |
2016-02-23 | credential-cache--daemon: change to the socket dir on startup | Jon Griffiths | 1 | -0/+9 |
2016-02-23 | Documentation/git-push: document that 'simple' is the default | Matthieu Moy | 1 | -0/+7 |
2016-02-23 | xdiff/xmerge: fix memory leak in xdl_merge | Patrick Steinhardt | 1 | -2/+7 |
2016-02-23 | credential-cache--daemon: disallow relative socket path | Jon Griffiths | 2 | -1/+4 |
2016-02-23 | credential-cache--daemon: refactor check_socket_directory | Jon Griffiths | 1 | -15/+13 |
2016-02-23 | tests: remove no-op full-svn-test target | Eric Wong | 1 | -6/+0 |
2016-02-23 | convert.c: correct attr_action() | Torsten Bögershausen | 2 | -16/+35 |
2016-02-22 | xdiff: drop XDL_EMIT_COMMON | Jeff King | 2 | -19/+0 |
2016-02-22 | merge-tree: drop generate_common strategy | Jeff King | 1 | -36/+2 |
2016-02-22 | merge-one-file: use empty blob for add/add base | Jeff King | 1 | -2/+1 |
2016-02-22 | ewah: convert to REALLOC_ARRAY, etc | Jeff King | 3 | -19/+8 |
2016-02-22 | convert ewah/bitmap code to use xmalloc | Jeff King | 4 | -30/+11 |
2016-02-22 | diff_populate_gitlink: use a strbuf | Jeff King | 1 | -8/+8 |
2016-02-22 | transport_anonymize_url: use xstrfmt | Jeff King | 1 | -5/+3 |
2016-02-22 | git-compat-util: drop mempcpy compat code | Jeff King | 1 | -9/+0 |
2016-02-22 | sequencer: simplify memory allocation of get_message | Jeff King | 1 | -19/+10 |
2016-02-22 | test-path-utils: fix normalize_path_copy output buffer size | Jeff King | 1 | -11/+4 |
2016-02-22 | fetch-pack: simplify add_sought_entry | Jeff King | 1 | -18/+9 |
2016-02-22 | fast-import: simplify allocation in start_packfile | Jeff King | 1 | -4/+1 |
2016-02-22 | write_untracked_extension: use FLEX_ALLOC helper | Jeff King | 1 | -5/+4 |
2016-02-22 | prepare_{git,shell}_cmd: use argv_array | Jeff King | 3 | -53/+39 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 25 | -53/+56 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 17 | -82/+35 |
2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 15 | -25/+17 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 34 | -64/+75 |
2016-02-22 | convert manual allocations to argv_array | Jeff King | 7 | -76/+43 |
2016-02-22 | argv-array: add detach function | Jeff King | 3 | -0/+19 |
2016-02-22 | add helpers for allocating flex-array structs | Jeff King | 1 | -0/+62 |
2016-02-22 | harden REALLOC_ARRAY and xcalloc against size_t overflow | Jeff King | 2 | -1/+5 |
2016-02-22 | Sync with 2.7.2 | Junio C Hamano | 2 | -1/+16 |
2016-02-22 | Merge branch 'js/git-remote-add-url-insteadof-test' | Junio C Hamano | 1 | -0/+5 |
2016-02-22 | Merge branch 'jk/config-include' | Junio C Hamano | 1 | -1/+3 |
2016-02-22 | Merge branch 'ew/connect-verbose' | Junio C Hamano | 1 | -2/+20 |
2016-02-22 | Git 2.7.2 | Junio C Hamano | 3 | -2/+17 |
2016-02-22 | Merge branch 'nd/ita-cleanup' into maint | Junio C Hamano | 6 | -10/+6 |
2016-02-22 | Merge branch 'pw/completion-stash' into maint | Junio C Hamano | 1 | -2/+2 |
2016-02-22 | Merge branch 'mm/clean-doc-fix' into maint | Junio C Hamano | 1 | -3/+1 |
2016-02-22 | Merge branch 'dw/mergetool-vim-window-shuffle' into maint | Junio C Hamano | 1 | -2/+2 |
2016-02-22 | Merge branch 'ah/stripspace-optstring' into maint | Junio C Hamano | 1 | -1/+1 |
2016-02-22 | merge-strategies.txt: fix typo | Felipe Gonçalves Assis | 1 | -2/+2 |
2016-02-22 | diff: clarify textconv interface | Jeff King | 3 | -1/+24 |
2016-02-22 | Merge branch 'ks/svn-pathnameencoding-4' of git://git.bogomips.org/git-svn | Junio C Hamano | 4 | -14/+54 |
2016-02-22 | Merge branch 'pw/completion-stash' | Junio C Hamano | 1 | -2/+2 |
2016-02-22 | completion: fix mis-indentation in _git_stash() | SZEDER Gábor | 1 | -2/+2 |
2016-02-22 | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 10 | -67/+67 |