Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/merge-quit' | Junio C Hamano | 2019-06-13 | 1 | -0/+26 |
|\ | |||||
| * | merge: add --quit | Nguyễn Thái Ngọc Duy | 2019-05-19 | 1 | -0/+26 |
* | | Merge branch 'ab/fail-prereqs-in-test' | Junio C Hamano | 2019-06-13 | 7 | -10/+43 |
|\ \ | |||||
| * | | tests: add a special setup where prerequisites fail | Ævar Arnfjörð Bjarmason | 2019-05-14 | 7 | -10/+43 |
* | | | Merge branch 'nd/corrupt-worktrees' | Junio C Hamano | 2019-06-13 | 1 | -0/+12 |
|\ \ \ | |||||
| * | | | worktree add: be tolerant of corrupt worktrees | Nguyễn Thái Ngọc Duy | 2019-05-15 | 1 | -0/+12 |
| | |/ | |/| | |||||
* | | | Merge branch 'js/rebase-cleanup' | Junio C Hamano | 2019-06-13 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | t3400: stop referring to the scripted rebase | Johannes Schindelin | 2019-05-15 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'nd/worktree-name-sanitization' | Junio C Hamano | 2019-06-13 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | worktree add: sanitize worktree names | Nguyễn Thái Ngọc Duy | 2019-05-15 | 1 | -0/+5 |
* | | | | Merge branch 'en/fast-export-encoding' | Junio C Hamano | 2019-06-13 | 4 | -9/+91 |
|\ \ \ \ | |||||
| * | | | | fast-export: do automatic reencoding of commit messages only if requested | Elijah Newren | 2019-05-14 | 1 | -3/+35 |
| * | | | | fast-export: avoid stripping encoding header if we cannot reencode | Elijah Newren | 2019-05-14 | 2 | -0/+22 |
| * | | | | fast-import: support 'encoding' commit header | Elijah Newren | 2019-05-14 | 1 | -0/+20 |
| * | | | | t9350: fix encoding test to actually test reencoding | Elijah Newren | 2019-05-14 | 2 | -10/+18 |
* | | | | | Merge branch 'sb/format-patch-base-patch-id-fix' | Junio C Hamano | 2019-06-13 | 1 | -3/+29 |
|\ \ \ \ \ | |||||
| * | | | | | format-patch: make --base patch-id output stable | Stephen Boyd | 2019-05-08 | 1 | -4/+4 |
| * | | | | | format-patch: inform user that patch-id generation is unstable | Stephen Boyd | 2019-05-08 | 1 | -5/+31 |
| |/ / / / | |||||
* | | | | | Merge branch 'nd/init-relative-template-fix' | Junio C Hamano | 2019-06-13 | 2 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | init: make --template path relative to $CWD | Nguyễn Thái Ngọc Duy | 2019-05-13 | 2 | -4/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ab/send-email-transferencoding-fix' | Junio C Hamano | 2019-06-13 | 1 | -20/+82 |
|\ \ \ \ \ | |||||
| * | | | | | send-email: fix regression in sendemail.identity parsing | Ævar Arnfjörð Bjarmason | 2019-05-29 | 1 | -0/+64 |
| * | | | | | send-email: fix broken transferEncoding tests | Ævar Arnfjörð Bjarmason | 2019-05-19 | 1 | -24/+11 |
| * | | | | | send-email: remove cargo-culted multi-patch pattern in tests | Ævar Arnfjörð Bjarmason | 2019-05-19 | 1 | -7/+7 |
| * | | | | | send-email: do defaults -> config -> getopt in that order | Ævar Arnfjörð Bjarmason | 2019-05-13 | 1 | -1/+12 |
* | | | | | | Merge branch 'en/merge-directory-renames-fix' | Junio C Hamano | 2019-06-06 | 1 | -0/+116 |
|\ \ \ \ \ \ | |||||
| * | | | | | | merge-recursive: restore accidentally dropped setting of path | Elijah Newren | 2019-06-05 | 1 | -0/+116 |
* | | | | | | | Merge branch 'cc/list-objects-filter-wo-sparse-path' | Junio C Hamano | 2019-06-03 | 2 | -84/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | list-objects-filter: disable 'sparse:path' filters | Christian Couder | 2019-05-29 | 2 | -84/+26 |
* | | | | | | | | Merge branch 'js/rebase-deprecate-preserve-merges' | Junio C Hamano | 2019-05-30 | 2 | -7/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | tests: mark a couple more test cases as requiring `rebase -p` | Johannes Schindelin | 2019-05-28 | 2 | -7/+13 |
* | | | | | | | | | Merge branch 'sg/trace2-rename' | Junio C Hamano | 2019-05-30 | 5 | -32/+32 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | trace2: rename environment variables to GIT_TRACE2* | SZEDER Gábor | 2019-05-28 | 5 | -32/+32 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 2019-05-30 | 4 | -0/+94 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | diff-parseopt: restore -U (no argument) behavior | Nguyễn Thái Ngọc Duy | 2019-05-29 | 4 | -0/+94 |
* | | | | | | | | | Merge branch 'jk/get-oid-indexed-object-name' | Junio C Hamano | 2019-05-19 | 1 | -6/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | get_oid: handle NULL repo->index | Jeff King | 2019-05-15 | 1 | -6/+2 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'tz/test-lib-check-working-jgit' | Junio C Hamano | 2019-05-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | test-lib: try harder to ensure a working jgit | Todd Zullinger | 2019-05-15 | 1 | -1/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'es/check-non-portable-pre-5.10' | Junio C Hamano | 2019-05-19 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | check-non-portable-shell: support Perl versions older than 5.10 | Eric Sunshine | 2019-05-13 | 1 | -4/+5 |
* | | | | | | | | | | Merge branch 'js/fsmonitor-refresh-after-discarding-index' | Junio C Hamano | 2019-05-19 | 2 | -1/+31 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fsmonitor: force a refresh after the index was discarded | Johannes Schindelin | 2019-05-08 | 1 | -1/+1 |
| * | | | | | | | | | | fsmonitor: demonstrate that it is not refreshed after discard_index() | Johannes Schindelin | 2019-05-08 | 2 | -1/+31 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'js/t5580-unc-alternate-test' | Junio C Hamano | 2019-05-19 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | t5580: verify that alternates can be UNC paths | Johannes Schindelin | 2019-05-07 | 1 | -0/+12 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'bl/t4253-exit-code-from-format-patch' | Junio C Hamano | 2019-05-19 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | t4253-am-keep-cr-dos: avoid using pipes | Boxuan Li | 2019-05-07 | 1 | -2/+4 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'dl/difftool-mergetool' | Junio C Hamano | 2019-05-19 | 2 | -61/+126 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | difftool: fallback on merge.guitool | Denton Liu | 2019-05-13 | 1 | -0/+16 |