2019-06-14 | t3404: fix a typo ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-06-18 | rebase --root: fix amending root commit messages ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-22 | is_{hfs,ntfs}_dotgitmodules: add tests ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-22 | is_ntfs_dotgit: match other .git files ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-17 | config: a user-provided invalid section is not a BUG ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | Convert remaining die*(BUG) messages ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | run-command: use BUG() to report bugs, not die() ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | test-tool: help verifying BUG() code paths ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | rebase -i --root: let the sequencer handle even the... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | rebase --rebase-merges: root commits can be cousins... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | sequencer: learn about the special "fake root commit... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | rebase --rebase-merges: a "merge" into a new root is... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | sequencer: allow introducing new root commits ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-06 | sequencer: extract helper to update active_cache_tree ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-01 | rebase --skip: clean up commit message after a failed... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-01 | sequencer: always commit without editing when asked for ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-01 | rebase -i: Handle "combination of <n> commits" with... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-05-01 | rebase -i: demonstrate bugs with fixup!/squash! commit... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | Remove obsolete script to convert grafts to replace... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | technical/shallow: describe why shallow cannot use... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | technical/shallow: stop referring to grafts ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | filter-branch: stop suggesting to use grafts ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | Deprecate support for .git/info/grafts ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | Add a test for `git replace --convert-graft-file` ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | replace: introduce --convert-graft-file ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | replace: prepare create_graft() for converting graft... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | replace: "libify" create_graft() and callees ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-30 | tests: introduce test_unset_prereq, for debugging ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | replace: avoid using die() to indicate a bug ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | commit: Let the callback of for_each_mergetag return... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | argv_array: offer to split a string by whitespace ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | rebase -i --rebase-merges: add a section to the man... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | rebase -i: introduce --rebase-merges=[no-]rebase-cousins ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | pull: accept --rebase=merges to recreate the branch... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | rebase --rebase-merges: avoid "empty merges" ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: handle post-rewrite for merge commands ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: make refs generated by the `label` command... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | rebase: introduce the --rebase-merges option ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | rebase-helper --make-script: introduce a flag to rebase... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: fast-forward `merge` commands, if possible ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: introduce the `merge` command ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: introduce new commands to reset the revision ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: offer helpful advice when a command was... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: refactor how original todo list lines are... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: make rearrange_squash() a bit more obvious ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-26 | sequencer: avoid using errno clobbered by rollback_lock_file() ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | git_setup_gettext: plug memory leak ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | gettext: avoid initialization if the locale dir is... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | config: document the settings to colorize push errors... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | push: test to verify that push errors are colored ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-24 | color: introduce support for colorizing stderr ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-11 | mingw/msvc: use the new-style RUNTIME_PREFIX helper ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-11 | exec_cmd: provide a new-style RUNTIME_PREFIX helper... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git_config_set: reuse empty sections ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git config --unset: remove empty sections (in the common... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git_config_set: make use of the config parser's event... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | git_config_set: do not use a state machine ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | config_set_store: rename some fields for consistency ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | config: avoid using the global variable `store` ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | config: introduce an optional event stream while parsing ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | t1300: `--unset-all` can leave an empty section behind... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | t1300: add a few more hairy examples of sections becoming... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-09 | t5404: relax overzealous test ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: remove unreasonable expectation from TODO ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: avoid relying on a bug ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | config --replace-all: avoid extra line breaks ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: demonstrate that --replace-all can "invent"... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | t1300: rename it to reflect that `repo-config` was... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-04-05 | git_config_set: fix off-by-two ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-03-19 | mingw: abort on invalid strftime formats ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-02-15 | apply: demonstrate a problem applying svn diffs ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-10 | mingw: handle GITPERLLIB in t0021 in a Windows-compatible way ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-09 | git-gui: allow Ctrl+T to toggle multiple paths ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-09 | git-gui: fix exception when trying to stage with empty... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-09 | git-gui: avoid exception upon Ctrl+T in an empty list ...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 ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-05 | rebase -p: fix quoting when calling `git merge` ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-03 | t0302 & t3900: add forgotten quotes ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2018-01-03 | Allow the test suite to pass in a directory whose name... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: do not invent whitespace when transforming... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: report when noop has an argument ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: remove superfluous conditional ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | sequencer: strip bogus LF at end of error messages ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-27 | rebase: do not continue when the todo list generation... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-22 | sequencer: assign only free()able strings to gpg_sign ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-15 | version --build-options: report commit, too, if possible ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-12-05 | hashmap: adjust documentation to reflect reality ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-08 | for-each-ref: test :remotename and :remoteref ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-02 | mingw: document the standard handle redirection ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-02 | mingw: optionally redirect stderr/stdout via the same... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-02 | mingw: add experimental feature to redirect standard... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-11-01 | mingw: include the full version information in the... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-10-26 | status: do not get confused by submodules in excluded... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-10-10 | for-each-ref: let upstream/push optionally report the... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-10-01 | clang-format: adjust line break penalties ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-09-26 | Win32: simplify loading of DLL functions ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: rearrange fixup/squash lines using the rebase... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | t3415: test fixup with wrapped oneline ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-07-27 | rebase -i: skip unnecessary picks using the rebase... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |