aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'tg/add-chmod+x-fix' into maintJunio C Hamano2016-09-29
|\
| * t3700-add: do not check working tree file mode without POSIXPERMJohannes Sixt2016-09-21
| * t3700-add: create subdirectory gentlyJohannes Sixt2016-09-21
| * add: modify already added files when --chmod is givenThomas Gummerer2016-09-15
| * read-cache: introduce chmod_index_entryThomas Gummerer2016-09-15
| * update-index: add test for chmod flagsThomas Gummerer2016-09-14
| * Merge branch 'ib/t3700-add-chmod-x-updates' into tg/add-chmod+x-fixJunio C Hamano2016-09-14
| |\
* | \ Merge branch 'et/add-chmod-x' into maintJunio C Hamano2016-09-29
|\ \ \ | |/ /
| * | add: document the chmod optionThomas Gummerer2016-09-12
* | | Merge branch 'rt/rebase-i-broken-insn-advise' into maintJunio C Hamano2016-09-29
|\ \ \
| * | | rebase -i: improve advice on bad instruction linesRalf Thielow2016-09-07
* | | | Merge branch 'ls/travis-homebrew-path-fix' into maintJunio C Hamano2016-09-29
|\ \ \ \
| * | | | travis-ci: ask homebrew for its path instead of hardcoding itLars Schneider2016-09-22
* | | | | Merge branch 'js/regexec-buf' into maintJunio C Hamano2016-09-29
|\ \ \ \ \
| * | | | | regex: use regexec_buf()Johannes Schindelin2016-09-21
| * | | | | regex: add regexec_buf() that can work on a non NUL-terminated stringJohannes Schindelin2016-09-21
| * | | | | regex: -G<pattern> feeds a non NUL-terminated string to regexec() and failsJohannes Schindelin2016-09-21
* | | | | | Merge branch 'nd/checkout-disambiguation' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \
| * | | | | | checkout: fix ambiguity check in subdirNguyễn Thái Ngọc Duy2016-09-21
| * | | | | | checkout.txt: document a common case that ignores ambiguation rulesNguyễn Thái Ngọc Duy2016-09-21
| * | | | | | checkout: add some spaces between code and commentNguyễn Thái Ngọc Duy2016-09-08
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ep/doc-check-ref-format-example' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \
| * | | | | | git-check-ref-format.txt: fixup documentationElia Pinto2016-09-21
* | | | | | | Merge branch 'mm/config-color-ui-default-to-auto' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \
| * | | | | | | Documentation/config: default for color.* is color.uiMatthieu Moy2016-09-16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/reduce-gc-aggressive-depth' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \
| * | | | | | | gc: default aggressive depth to 50Jeff King2016-08-11
* | | | | | | | Merge branch 'jk/rebase-i-drop-ident-check' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase-interactive: drop early check for valid identJeff King2016-07-29
* | | | | | | | | Merge branch 'jt/format-patch-base-info-above-sig' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | format-patch: show base info before email signatureJosh Triplett2016-09-15
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ks/perf-build-with-autoconf' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t/perf/run: copy config.mak.autogen & friends to build areaKirill Smelkov2016-09-15
* | | | | | | | | | Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xdiff: fix merging of hunks with -W context and -u contextRené Scharfe2016-09-14
* | | | | | | | | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | http: always remove curl easy from curlm session on releaseEric Wong2016-09-13
| * | | | | | | | | | | http: consolidate #ifdefs for curl_multi_remove_handleEric Wong2016-09-13
| * | | | | | | | | | | http: warn on curl_multi_add_handle failuresEric Wong2016-09-13
* | | | | | | | | | | | Merge branch 'jk/patch-ids-no-merges' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | patch-ids: refuse to compute patch-id for merge commitJeff King2016-09-12
| * | | | | | | | | | | | patch-ids: turn off rename detectionJeff King2016-09-09
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'js/git-gui-commit-gpgsign' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/commit-gpgsign' of ../git-gui into js/git-gui-commit-gpgsignJunio C Hamano2016-09-11
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | git-gui: respect commit.gpgsign againJohannes Schindelin2016-09-11
* | | | | | | | | | | | | Merge branch 'jk/fix-remote-curl-url-wo-proto' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | remote-curl: handle URLs without protocolJeff King2016-09-08
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'sy/git-gui-i18n-ja' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sy/i18n' of git-guiJunio C Hamano2016-09-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | git-gui: update Japanese informationSatoshi Yasushima2016-09-07