Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jt/push-options-doc' into maint | Junio C Hamano | 2017-06-04 | 1 | -2/+49 |
|\ | |||||
| * | receive-pack: verify push options in certjt/push-options-doc | Jonathan Tan | 2017-05-10 | 1 | -2/+49 |
* | | Merge branch 'js/plug-leaks' into maint | Junio C Hamano | 2017-06-04 | 11 | -35/+69 |
|\ \ | |||||
| * | | checkout: fix memory leakjs/plug-leaks | Junio C Hamano | 2017-05-09 | 1 | -0/+1 |
| * | | show_worktree(): plug memory leak | Johannes Schindelin | 2017-05-08 | 1 | -3/+5 |
| * | | name-rev: avoid leaking memory in the `deref` case | Johannes Schindelin | 2017-05-08 | 1 | -2/+5 |
| * | | receive-pack: plug memory leak in update() | Johannes Schindelin | 2017-05-08 | 1 | -1/+3 |
| * | | fast-export: avoid leaking memory in handle_tag() | Johannes Schindelin | 2017-05-08 | 1 | -0/+2 |
| * | | mktree: plug memory leaks reported by Coverity | Johannes Schindelin | 2017-05-08 | 1 | -2/+3 |
| * | | pack-redundant: plug memory leak | Johannes Schindelin | 2017-05-08 | 1 | -0/+1 |
| * | | checkout: fix memory leak | Johannes Schindelin | 2017-05-08 | 1 | -8/+9 |
| * | | cat-file: fix memory leak | Johannes Schindelin | 2017-05-08 | 1 | -0/+1 |
| * | | mailinfo & mailsplit: check for EOF while parsing | Johannes Schindelin | 2017-05-08 | 1 | -0/+10 |
| * | | difftool: address a couple of resource/memory leaks | Johannes Schindelin | 2017-05-08 | 1 | -10/+23 |
| * | | get_mail_commit_oid(): avoid resource leak | Johannes Schindelin | 2017-05-08 | 1 | -9/+6 |
* | | | Merge branch 'jk/disable-pack-reuse-when-broken' into maint | Junio C Hamano | 2017-06-04 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | pack-objects: disable pack reuse for object-selection options | Jeff King | 2017-05-09 | 1 | -1/+5 |
* | | | | Merge branch 'jk/am-leakfix' into maint | Junio C Hamano | 2017-06-04 | 1 | -20/+14 |
|\ \ \ \ | |||||
| * | | | | am: shorten ident_split variable name in get_commit_info()jk/am-leakfix | Jeff King | 2017-04-27 | 1 | -11/+9 |
| * | | | | am: simplify allocations in get_commit_info() | Jeff King | 2017-04-27 | 1 | -15/+10 |
| * | | | | am: fix commit buffer leak in get_commit_info() | Jeff King | 2017-04-27 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jc/read-tree-empty-with-m' into maint | Junio C Hamano | 2017-06-04 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | read-tree: "read-tree -m --empty" does not make sensejc/read-tree-empty-with-m | Junio C Hamano | 2017-05-10 | 1 | -1/+1 |
* | | | | | Merge branch 'ja/do-not-ask-needless-questions' into maint | Junio C Hamano | 2017-06-04 | 3 | -7/+8 |
|\ \ \ \ \ | |||||
| * | | | | | read-tree -m: make error message for merging 0 trees less smart aleck | Jean-Noel Avila | 2017-05-12 | 1 | -2/+3 |
| * | | | | | usability: don't ask questions if no reply is required | Jean-Noel Avila | 2017-05-12 | 2 | -5/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ah/log-decorate-default-to-auto' into maint | Junio C Hamano | 2017-06-04 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/log: honor log.decorateah/log-decorate-default-to-auto | brian m. carlson | 2017-05-15 | 1 | -2/+2 |
* | | | | | | Merge branch 'ja/i18n-cleanup' | Junio C Hamano | 2017-05-04 | 1 | -6/+6 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | i18n: remove i18n from tag reflog message | Jean-Noel Avila | 2017-05-01 | 1 | -6/+6 |
* | | | | | | Merge branch 'jk/submodule-init-segv-fix' | Junio C Hamano | 2017-05-01 | 1 | -3/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | submodule_init: die cleanly on submodules without url definedjk/submodule-init-segv-fix | Jeff King | 2017-04-24 | 1 | -3/+3 |
* | | | | | | Merge branch 'nd/worktree-add-lock' | Junio C Hamano | 2017-04-26 | 1 | -4/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | worktree add: add --lock optionnd/worktree-add-lock | Nguyễn Thái Ngọc Duy | 2017-04-20 | 1 | -4/+11 |
* | | | | | | | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 2017-04-26 | 6 | -20/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | am: drop "dir" parameter from am_state_initjk/war-on-git-path | Jeff King | 2017-04-20 | 1 | -6/+4 |
| * | | | | | | | replace strbuf_addstr(git_path()) with git_path_buf() | Jeff King | 2017-04-20 | 1 | -4/+2 |
| * | | | | | | | replace xstrdup(git_path(...)) with git_pathdup(...) | Jeff King | 2017-04-20 | 1 | -2/+3 |
| * | | | | | | | use git_path_* helper functions | Jeff King | 2017-04-20 | 2 | -5/+5 |
| * | | | | | | | branch: add edit_description() helper | Jeff King | 2017-04-20 | 1 | -3/+3 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'nd/conditional-config-in-early-config' | Junio C Hamano | 2017-04-26 | 1 | -9/+12 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | config: prepare to pass more info in git_config_with_options() | Nguyễn Thái Ngọc Duy | 2017-04-17 | 1 | -9/+12 |
* | | | | | | | | Merge branch 'gb/rebase-signoff' | Junio C Hamano | 2017-04-26 | 1 | -21/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin/am: fold am_signoff() into am_append_signoff() | Giuseppe Bilotta | 2017-04-16 | 1 | -18/+15 |
| * | | | | | | | | builtin/am: honor --signoff also when --rebasing | Giuseppe Bilotta | 2017-04-16 | 1 | -3/+3 |
* | | | | | | | | | Merge branch 'dt/xgethostname-nul-termination' | Junio C Hamano | 2017-04-23 | 2 | -6/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | xgethostname: handle long hostnamesdt/xgethostname-nul-termination | David Turner | 2017-04-18 | 2 | -2/+2 |
| * | | | | | | | | | use HOST_NAME_MAX to size buffers for gethostname(2) | René Scharfe | 2017-04-18 | 2 | -4/+8 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/ls-files-recurse-submodules-fix' | Junio C Hamano | 2017-04-23 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ls-files: fix path used when recursing into submodulesjk/ls-files-recurse-submodules-fix | Jacob Keller | 2017-04-18 | 1 | -1/+4 |