summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pathspec: fix segfault in clear_pathspecbw/attr-pathspecBrandon Williams2017-04-161-1/+1
* pathspec: allow escaped query valuesBrandon Williams2017-03-132-4/+67
* pathspec: allow querying for attributesBrandon Williams2017-03-137-9/+382
* Second batch after 2.12Junio C Hamano2017-03-101-0/+65
* Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-106-31/+32
|\
| * pretty: use fmt_output_email_subject()rs/log-email-subjectRené Scharfe2017-03-016-15/+15
| * log-tree: factor out fmt_output_email_subject()René Scharfe2017-03-012-20/+21
* | Merge branch 'tg/stash-push'Junio C Hamano2017-03-104-30/+274
|\ \
| * | stash: allow pathspecs in the no verb formtg/stash-pushThomas Gummerer2017-02-283-4/+25
| * | stash: use stash_push for no verb formThomas Gummerer2017-02-283-15/+13
| * | stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer2017-02-284-12/+153
| * | stash: refactor stash_createThomas Gummerer2017-02-191-4/+18
| * | stash: add test for the create command line argumentsThomas Gummerer2017-02-191-0/+18
| * | stash: introduce push verbThomas Gummerer2017-02-193-3/+55
* | | Merge branch 'sb/submodule-init-url-selection'Junio C Hamano2017-03-102-19/+27
|\ \ \
| * | | submodule init: warn about falling back to a local pathsb/submodule-init-url-selectionStefan Beller2017-02-282-19/+27
* | | | Merge branch 'rj/remove-unused-mktemp'Junio C Hamano2017-03-106-60/+0
|\ \ \ \
| * | | | wrapper.c: remove unused gitmkstemps() functionrj/remove-unused-mktempRamsay Jones2017-02-285-40/+0
| * | | | wrapper.c: remove unused git_mkstemp() functionRamsay Jones2017-02-282-20/+0
| |/ / /
* | | | Merge branch 'ew/markdown-url-in-readme'Junio C Hamano2017-03-101-3/+3
|\ \ \ \
| * | | | README: create HTTP/HTTPS links from URLs in Markdownew/markdown-url-in-readmeEric Wong2017-03-011-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'ps/docs-diffcore'Junio C Hamano2017-03-101-5/+5
|\ \ \ \
| * | | | docs/diffcore: unquote "Complete Rewrites" in headersps/docs-diffcorePatrick Steinhardt2017-02-281-4/+4
| * | | | docs/diffcore: fix grammar in diffcore-rename headerPatrick Steinhardt2017-02-281-1/+1
| | |/ / | |/| |
* | | | Merge branch 'jt/http-base-url-update-upon-redirect'Junio C Hamano2017-03-103-0/+21
|\ \ \ \
| * | | | http: attempt updating base URL only if no errorjt/http-base-url-update-upon-redirectJonathan Tan2017-02-283-0/+21
| |/ / /
* | | | Merge branch 'jk/http-auth'Junio C Hamano2017-03-101-4/+46
|\ \ \ \
| * | | | http: add an "auto" mode for http.emptyauthjk/http-authJeff King2017-02-271-5/+45
| * | | | http: restrict auth methods to what the server advertisesJeff King2017-02-231-0/+2
| | |/ / | |/| |
* | | | Merge branch 'jh/send-email-one-cc'Junio C Hamano2017-03-102-5/+4
|\ \ \ \
| * | | | send-email: only allow one address per body tagjh/send-email-one-ccJohan Hovold2017-02-272-5/+4
| |/ / /
* | | | Merge branch 'rs/strbuf-add-real-path'Junio C Hamano2017-03-106-2/+49
|\ \ \ \
| * | | | strbuf: add strbuf_add_real_path()rs/strbuf-add-real-pathRené Scharfe2017-02-274-1/+32
| * | | | cocci: use ALLOC_ARRAYRené Scharfe2017-02-272-1/+17
| |/ / /
* | | | Merge branch 'rs/sha1-file-plug-fallback-base-leak'Junio C Hamano2017-03-101-0/+4
|\ \ \ \
| * | | | sha1_file: release fallback base's memory in unpack_entry()rs/sha1-file-plug-fallback-base-leakRené Scharfe2017-02-271-0/+4
* | | | | Merge branch 'rs/commit-parsing-optim'Junio C Hamano2017-03-101-12/+10
|\ \ \ \ \
| * | | | | commit: don't check for space twice when looking for headerrs/commit-parsing-optimRené Scharfe2017-02-271-10/+8
| * | | | | commit: be more precise when searching for headersRené Scharfe2017-02-271-2/+2
| |/ / / /
* | | | | Merge branch 'jk/t6300-cleanup'Junio C Hamano2017-03-101-1/+1
|\ \ \ \ \
| * | | | | t6300: avoid creating refs/heads/HEADjk/t6300-cleanupJeff King2017-02-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano2017-03-103-11/+16
|\ \ \ \ \
| * | | | | parse_hide_refs_config: tell parse_config_key we don't want a subsectionjk/parse-config-key-cleanupJeff King2017-02-241-4/+3
| * | | | | parse_config_key: allow matching single-level configJeff King2017-02-242-3/+10
| * | | | | parse_config_key: use skip_prefix instead of starts_withJeff King2017-02-241-4/+3
* | | | | | Merge branch 'sb/parse-hide-refs-config-cleanup'Junio C Hamano2017-03-101-3/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | refs: parse_hide_refs_config to use parse_config_keysb/parse-hide-refs-config-cleanupStefan Beller2017-02-241-3/+4
| |/ / / /
* | | | | Merge branch 'jt/upload-pack-error-report'Junio C Hamano2017-03-101-1/+5
|\ \ \ \ \
| * | | | | upload-pack: report "not our ref" to clientjt/upload-pack-error-reportJonathan Tan2017-02-231-1/+5
| |/ / / /
* | | | | Merge branch 'jk/ident-empty'Junio C Hamano2017-03-102-19/+66
|\ \ \ \ \