2019-04-15 | tests: disallow the use of abbreviated options (by... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-02 | tests (pack-objects): use the full, unabbreviated ... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-02 | tests (status): spell out the `--find-renames` option... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-02 | tests (push): do not abbreviate the `--follow-tags... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-02 | t5531: avoid using an abbreviated option Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-02 | t7810: do not abbreviate `--no-exclude-standard` nor... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-02 | tests (rebase): spell out the `--force-rebase` option Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-02 | tests (rebase): spell out the `--keep-empty` option Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-01 | check-docs: fix for setups where executables have an... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-01 | check-docs: do not expect guide pages to correspond... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-01 | check-docs: really look at the documented commands... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-01 | docs: do not document the `git remote-testgit` command Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-04-01 | docs: move gitremote-helpers into section 7 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-18 | difftool: allow running outside Git worktrees with... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-18 | parse-options: make OPT_ARGUMENT() more useful Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-18 | difftool: remove obsolete (and misleading) comment Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-14 | get_oid(): when an object was not found, try harder Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-14 | sequencer: move stale comment into correct location Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-14 | sequencer: improve error message when an OID could... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-14 | rebase -i: demonstrate obscure loose object cache bug Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-14 | git p4 test: use 'test_atexit' to kill p4d and the... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-14 | git-daemon: use 'test_atexit` to stop 'git-daemon' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-14 | test-lib: introduce 'test_atexit' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-12 | mingw: respect core.hidedotfiles = false in git-init... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-12 | rebase: deprecate --preserve-merges Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-11 | mingw: allow building with an MSYS2 runtime v3.x Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-08 | mingw: drop MakeMaker reference Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-08 | built-in stash: handle :(glob) pathspecs again Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-08 | legacy stash: fix "rudimentary backport of -q" Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-07 | tests: add a special setup where stash.useBuiltin is off Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-07 | stash: optionally use the scripted version again Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-07 | stash: add back the original, scripted `git stash` Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-05 | remote-curl: mark all error messages for translation Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-05 | curl: anonymize URLs in error messages and warnings Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-05 | Makefile: use `git ls-files` to list header files,... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-04 | built-in rebase: set ORIG_HEAD just once, before the... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-04 | built-in rebase: demonstrate that ORIG_HEAD is not... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-04 | built-in rebase: use the correct reflog when switching... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-04 | built-in rebase: no need to check out `onto` twice Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-04 | tests: introduce --stress-jobs=<N> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-03-04 | tests: let --stress-limit=<N> imply --stress Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-28 | travis: remove the hack to build the Windows job on... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-28 | ident: add the ability to provide a "fallback identity" Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-24 | README: adjust for final Azure Pipeline ID Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-19 | tests: teach the test-tool to generate NUL bytes and... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-15 | mingw: safe-guard a bit more against getenv() problems Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-13 | mingw: use a more canonical method to fix the CPU reporting Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-08 | .mailmap: map Clemens Buchacher's mail addresses Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-07 | mingw: fix CPU reporting in `git version --build-options` Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-02-06 | Revert "rebase: introduce a shortcut for --reschedule... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | ci: parallelize testing on Windows Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | ci: speed up Windows phase Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | tests: optionally skip bin-wrappers/ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | t0061: workaround issues with --with-dashes and RUNTIME_PREFIX Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | tests: add t/helper/ to the PATH with --with-dashes Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | mingw: try to work around issues with the test cleanup Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | tests: include detailed trace logs with --write-junit... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | tests: avoid calling Perl just to determine file sizes Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | README: add a build badge (status of the Azure Pipelines... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | mingw: be more generous when wrapping up the setitimer... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | ci: use git-sdk-64-minimal build artifact Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | ci: add a Windows job to the Azure Pipelines definition Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | Add a build definition for Azure DevOps Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | ci/lib.sh: add support for Azure Pipelines Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-29 | tests: optionally write results as JUnit-style .xml Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-28 | test-date: add a subcommand to measure times in shell... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-28 | ci: use a junction on Windows instead of a symlink Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-28 | ci: inherit --jobs via MAKEFLAGS in run-build-and-tests Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-28 | ci/lib.sh: encapsulate Travis-specific things Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-28 | ci: rename the library of common functions Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-28 | travis: fix skipping tagged releases Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-22 | tests: explicitly use `test-tool.exe` on Windows Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-18 | mingw: special-case arguments to `sh` Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-18 | mingw (t5580): document bug when cloning from backslashed... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-18 | built-in rebase: call `git am` directly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-18 | rebase: teach `reset_head()` to optionally skip the... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-18 | rebase: avoid double reflog entry when switching branches Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-18 | rebase: move `reset_head()` into a better spot Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-18 | abspath_part_inside_repo: respect core.ignoreCase Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-17 | t6042: work around speed optimization on Windows Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-15 | add --edit: truncate the patch file Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2019-01-11 | gc/repack: release packs when needed Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-12-14 | t9902: 'send-email' test case requires PERL Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-12-13 | t4256: mark support files as LF-only Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-12-12 | help -a: handle aliases with long names gracefully Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-12-12 | help.h: fix coding style Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-12-11 | rebase: introduce a shortcut for --reschedule-failed... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-12-11 | rebase: add a config option to default to --reschedule... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-12-11 | rebase: introduce --reschedule-failed-exec Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-30 | rebase --stat: fix when rebasing to an unrelated history Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-30 | rebase: fix GIT_REFLOG_ACTION regression Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-21 | rebase: warn about the correct tree's OID Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-21 | legacy-rebase: backport -C<n> and --whitespace=<option... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-16 | mingw: replace an obsolete link with the superseding one Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-16 | tests: explicitly use `git.exe` on Windows Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-16 | tests: do not require Git to be built when testing... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-16 | config: report a bug if git_dir exists without commondir Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-16 | rebase: validate -C<n> and --whitespace=<mode> parameters... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-16 | rebase: really just passthru the `git am` options Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-11-14 | mingw: use `CreateHardLink()` directly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |