2018-04-26 | sequencer: avoid using errno clobbered by rollback_lock_file() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | git_setup_gettext: plug memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | gettext: avoid initialization if the locale dir is... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | config: document the settings to colorize push errors... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | push: test to verify that push errors are colored Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | color: introduce support for colorizing stderr Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-11 | mingw/msvc: use the new-style RUNTIME_PREFIX helper Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-11 | exec_cmd: provide a new-style RUNTIME_PREFIX helper... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git_config_set: reuse empty sections Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git config --unset: remove empty sections (in the common... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git_config_set: make use of the config parser's event... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git_config_set: do not use a state machine Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | config_set_store: rename some fields for consistency Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | config: avoid using the global variable `store` Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | config: introduce an optional event stream while parsing Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | t1300: `--unset-all` can leave an empty section behind... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | t1300: add a few more hairy examples of sections becoming... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | t5404: relax overzealous test Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: remove unreasonable expectation from TODO Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: avoid relying on a bug Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | config --replace-all: avoid extra line breaks Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: demonstrate that --replace-all can "invent"... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: rename it to reflect that `repo-config` was... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | git_config_set: fix off-by-two Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-03-19 | mingw: abort on invalid strftime formats Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-02-15 | apply: demonstrate a problem applying svn diffs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-10 | mingw: handle GITPERLLIB in t0021 in a Windows-compatible way Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-09 | git-gui: allow Ctrl+T to toggle multiple paths Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-09 | git-gui: fix exception when trying to stage with empty... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-09 | git-gui: avoid exception upon Ctrl+T in an empty list Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-09 | git gui: fix staging a second line to a 1-line file Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-05 | rebase -p: fix quoting when calling `git merge` Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-03 | t0302 & t3900: add forgotten quotes Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-03 | Allow the test suite to pass in a directory whose name... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: do not invent whitespace when transforming... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: report when noop has an argument Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: remove superfluous conditional Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: strip bogus LF at end of error messages Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | rebase: do not continue when the todo list generation... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-22 | sequencer: assign only free()able strings to gpg_sign Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-15 | version --build-options: report commit, too, if possible Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-05 | hashmap: adjust documentation to reflect reality Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-08 | for-each-ref: test :remotename and :remoteref Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-02 | mingw: document the standard handle redirection Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-02 | mingw: optionally redirect stderr/stdout via the same... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-02 | mingw: add experimental feature to redirect standard... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-01 | mingw: include the full version information in the... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-10-26 | status: do not get confused by submodules in excluded... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-10-10 | for-each-ref: let upstream/push optionally report the... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-10-01 | clang-format: adjust line break penalties Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-09-26 | Win32: simplify loading of DLL functions Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: rearrange fixup/squash lines using the rebase... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | t3415: test fixup with wrapped oneline Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: skip unnecessary picks using the rebase... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: check for missing commits in the rebase... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | t3404: relax rebase.missingCommitsCheck tests Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: also expand/collapse the SHA-1s via the... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: do not invent onelines when expanding/collapsing... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: remove useless indentation Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: generate the script via rebase--helper Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | t3415: verify that an empty instructionFormat is handled... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-25 | git-gui (MinGW): make use of MSys2's msgfmt Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-21 | run_processes_parallel: change confusing task_cb convention Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-17 | alias: compare alias name *case-insensitively* Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-17 | t1300: demonstrate that CamelCased aliases regressed Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-05 | t5534: fix misleading grep invocation Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-19 | sequencer: print autostash messages to stderr Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-15 | alias: use the early config machinery to expand aliases Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-15 | t7006: demonstrate a problem with aliases in subdirectories Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-15 | t1308: relax the test verifying that empty alias values... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-15 | help: use early config when autocorrecting aliases Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-15 | config: report correct line number upon error Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-15 | discover_git_directory(): avoid setting invalid git_dir Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-06-02 | mingw: verify that paths are not mistaken for remote... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-10 | t4051: mark supporting files as requiring LF-only line... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-10 | Fix the remaining tests that failed with core.autocrlf... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-10 | t3901: move supporting files into t/t3901/ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-10 | completion: mark bash script as LF-only Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-10 | git-new-workdir: mark script as LF-only Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-10 | Fix build with core.autocrlf=true Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | submodule_uses_worktrees(): plug memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | show_worktree(): plug memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | name-rev: avoid leaking memory in the `deref` case Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | remote: plug memory leak in match_explicit() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | add_reflog_for_walk: avoid memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | shallow: avoid memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | line-log: avoid memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | receive-pack: plug memory leak in update() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | fast-export: avoid leaking memory in handle_tag() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | mktree: plug memory leaks reported by Coverity Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | pack-redundant: plug memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | setup_discovered_git_dir(): plug memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | setup_bare_git_dir(): help static analysis Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | split_commit_in_progress(): simplify & fix memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | checkout: fix memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | cat-file: fix memory leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | mailinfo & mailsplit: check for EOF while parsing Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | status: close file descriptor after reading git-rebase... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | difftool: address a couple of resource/memory leaks Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | get_mail_commit_oid(): avoid resource leak Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |