Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | blame: move blame_entry duplication to add_blame_entry()rs/blame-code-cleanup | René Scharfe | 2017-03-11 | 1 | -17/+8 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'st/verify-tag' into maint | Junio C Hamano | 2017-03-28 | 2 | -14/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | t7004, t7030: fix here-doc syntax errorsst/verify-tag | Santiago Torres | 2017-03-24 | 2 | -14/+10 | |
* | | | | | | | | | | | | | | | | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 2017-03-28 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex'js/regexec-buf | SZEDER Gábor | 2017-03-18 | 2 | -2/+10 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/execv-dashed-external' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | run-command: fix segfault when cleaning forked async processjk/execv-dashed-external | Jeff King | 2017-03-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ew/http-alternates-as-redirects-warning' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | http: release strbuf on disabled alternatesew/http-alternates-as-redirects-warning | Eric Wong | 2017-03-06 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | http: inform about alternates-as-redirects behavior | Eric Wong | 2017-03-06 | 1 | -3/+5 | |
| | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'dp/filter-branch-prune-empty' into maint | Junio C Hamano | 2017-03-28 | 4 | -8/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | p7000: add test for filter-branch with --prune-emptydp/filter-branch-prune-empty | Devin J. Pohly | 2017-03-03 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | filter-branch: fix --prune-empty on parentless commits | Devin J. Pohly | 2017-03-03 | 3 | -10/+10 | |
| * | | | | | | | | | | | | | | | | | | t7003: ensure --prune-empty removes entire branch when applicable | Devin J. Pohly | 2017-03-03 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | t7003: ensure --prune-empty can prune root commit | Devin J. Pohly | 2017-03-03 | 1 | -0/+30 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maint | Junio C Hamano | 2017-03-28 | 7 | -30/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | fetch-pack: add specific error for fetching an unadvertised objectmm/fetch-show-error-message-on-unadvertised-object | Matt McCutchen | 2017-03-02 | 3 | -18/+35 | |
| * | | | | | | | | | | | | | | | | | | fetch_refs_via_pack: call report_unmatched_refs | Matt McCutchen | 2017-03-02 | 2 | -6/+11 | |
| * | | | | | | | | | | | | | | | | | | fetch-pack: move code to report unmatched refs to a function | Matt McCutchen | 2017-03-02 | 4 | -9/+23 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/interpret-branch-name' into maint | Junio C Hamano | 2017-03-28 | 10 | -51/+249 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | checkout: restrict @-expansions when finding branchjk/interpret-branch-name | Jeff King | 2017-03-02 | 2 | -1/+11 | |
| * | | | | | | | | | | | | | | | | | | strbuf_check_ref_format(): expand only local branches | Jeff King | 2017-03-02 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | branch: restrict @-expansions when deleting | Jeff King | 2017-03-02 | 2 | -4/+7 | |
| * | | | | | | | | | | | | | | | | | | t3204: test git-branch @-expansion corner cases | Jeff King | 2017-03-02 | 1 | -0/+123 | |
| * | | | | | | | | | | | | | | | | | | interpret_branch_name: allow callers to restrict expansions | Jeff King | 2017-03-02 | 8 | -28/+69 | |
| * | | | | | | | | | | | | | | | | | | strbuf_branchname: add docstring | Jeff King | 2017-03-02 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | strbuf_branchname: drop return value | Jeff King | 2017-03-02 | 2 | -5/+2 | |
| * | | | | | | | | | | | | | | | | | | interpret_branch_name: move docstring to header file | Jeff King | 2017-03-02 | 2 | -21/+21 | |
| * | | | | | | | | | | | | | | | | | | interpret_branch_name(): handle auto-namelen for @{-1} | Jeff King | 2017-03-02 | 2 | -1/+10 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'ab/cond-skip-tests' into maint | Junio C Hamano | 2017-03-28 | 3 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | gitweb tests: skip tests when we don't have Time::HiResab/cond-skip-tests | Ævar Arnfjörð Bjarmason | 2017-03-01 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | gitweb tests: change confusing "skip_all" phrasing | Ævar Arnfjörð Bjarmason | 2017-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | cvs tests: skip tests that call "cvs commit" when running as root | Ævar Arnfjörð Bjarmason | 2017-02-27 | 2 | -0/+10 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/ident-empty' into maint | Junio C Hamano | 2017-03-28 | 2 | -19/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | ident: do not ignore empty config name/emailjk/ident-empty | Jeff King | 2017-02-23 | 2 | -2/+13 | |
| * | | | | | | | | | | | | | | | | | | ident: reject all-crud ident name | Jeff King | 2017-02-23 | 2 | -0/+16 | |
| * | | | | | | | | | | | | | | | | | | ident: handle NULL email when complaining of empty name | Jeff King | 2017-02-23 | 2 | -13/+33 | |
| * | | | | | | | | | | | | | | | | | | ident: mark error messages for translation | Jeff King | 2017-02-23 | 1 | -6/+6 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/delta-chain-limit' into maint | Junio C Hamano | 2017-03-28 | 3 | -23/+207 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | pack-objects: convert recursion to iteration in break_delta_chain()jk/delta-chain-limit | Jeff King | 2017-01-27 | 1 | -30/+99 | |
| * | | | | | | | | | | | | | | | | | | pack-objects: enforce --depth limit in reused deltas | Jeff King | 2017-01-27 | 3 | -0/+115 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'sg/test-with-stdin' into maint | Junio C Hamano | 2017-03-28 | 2 | -8/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | tests: make the 'test_pause' helper work in non-verbose modesg/test-with-stdin | SZEDER Gábor | 2017-03-18 | 1 | -7/+2 | |
| * | | | | | | | | | | | | | | | | | | | tests: create an interactive gdb session with the 'debug' helper | SZEDER Gábor | 2017-03-18 | 2 | -1/+2 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/interop-test' into maint | Junio C Hamano | 2017-03-28 | 8 | -1/+270 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | t/interop: add test of old clients against modern git-daemonjk/interop-test | Jeff King | 2017-03-10 | 2 | -1/+43 | |
| * | | | | | | | | | | | | | | | | | | | t: add an interoperability test harness | Jeff King | 2017-03-10 | 6 | -0/+227 | |
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jt/perf-updates' into maint | Junio C Hamano | 2017-03-28 | 3 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | t/perf: add fallback for pre-bin-wrappers versions of gitjt/perf-updates | Jeff King | 2017-03-03 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | t/perf: use $MODERN_GIT for all repo-copying steps | Jeff King | 2017-03-03 | 1 | -2/+2 |