Age | Commit message (Expand) | Author | Files | Lines |
2020-02-19 | bisect--helper: return error codes from `cmd_bisect__helper()` | Pranit Bauva | 1 | -1/+1 |
2020-02-19 | bisect: add enum to represent bisect returning codes | Miriam Rubio | 2 | -2/+14 |
2020-02-19 | bisect--helper: introduce new `decide_next()` function | Tanushree Tumane | 1 | -32/+34 |
2020-02-19 | bisect: use the standard 'if (!var)' way to check for 0 | Miriam Rubio | 1 | -2/+2 |
2020-02-19 | bisect--helper: change `retval` to `res` | Tanushree Tumane | 1 | -26/+26 |
2020-02-19 | bisect--helper: convert `vocab_*` char pointers to char arrays | Miriam Rubio | 1 | -2/+2 |
2020-02-18 | check-ignore: fix documentation and implementation to match | Elijah Newren | 3 | -19/+35 |
2020-02-18 | doc-diff: use single-colon rule in rendering Makefile | Jeff King | 1 | -1/+1 |
2020-02-18 | doc/config/push: use longer "--" line for preformatted example | Jeff King | 1 | -2/+2 |
2020-02-18 | rev-list --count: comment on the use of count_right++ | Junio C Hamano | 1 | -0/+7 |
2020-02-18 | Merge branch 'py/missing-bracket' | Pratyush Yadav | 1 | -1/+1 |
2020-02-17 | The sixth batch for 2.26 | Junio C Hamano | 1 | -29/+15 |
2020-02-17 | Merge branch 'es/outside-repo-errmsg-hints' | Junio C Hamano | 2 | -2/+4 |
2020-02-17 | Merge branch 'jk/doc-credential-helper' | Junio C Hamano | 2 | -91/+88 |
2020-02-17 | Merge branch 'js/mingw-open-in-gdb' | Junio C Hamano | 2 | -0/+23 |
2020-02-17 | Merge branch 'js/test-unc-fetch' | Junio C Hamano | 1 | -0/+12 |
2020-02-17 | Merge branch 'js/test-avoid-pipe' | Junio C Hamano | 2 | -6/+10 |
2020-02-17 | Merge branch 'js/test-write-junit-xml-fix' | Junio C Hamano | 1 | -1/+2 |
2020-02-17 | Merge branch 'jk/mailinfo-cleanup' | Junio C Hamano | 2 | -25/+52 |
2020-02-17 | Merge branch 'mr/show-config-scope' | Junio C Hamano | 10 | -139/+248 |
2020-02-17 | Merge branch 'rs/strbuf-insertstr' | Junio C Hamano | 11 | -15/+26 |
2020-02-17 | Merge branch 'rs/parse-options-concat-dup' | Junio C Hamano | 2 | -26/+18 |
2020-02-17 | Merge branch 'bc/hash-independent-tests-part-8' | Junio C Hamano | 46 | -279/+1817 |
2020-02-17 | Merge branch 'rs/name-rev-memsave' | Junio C Hamano | 1 | -64/+127 |
2020-02-17 | git-gui: add missing close bracket | Pratyush Yadav | 1 | -1/+1 |
2020-02-17 | Merge branch 'cs/german-translation' | Pratyush Yadav | 5 | -2753/+3807 |
2020-02-17 | git-gui: update German translation | Christian Stimming | 2 | -385/+602 |
2020-02-17 | git-gui: extend translation glossary template with more terms | Christian Stimming | 2 | -46/+305 |
2020-02-17 | git-gui: update pot template and German translation to current source code | Christian Stimming | 2 | -2533/+3111 |
2020-02-16 | Sync with 2.25.1 | Junio C Hamano | 1 | -0/+55 |
2020-02-16 | Git 2.25.1 | Junio C Hamano | 3 | -2/+57 |
2020-02-16 | rebase: rename the two primary rebase backends | Elijah Newren | 18 | -168/+166 |
2020-02-16 | rebase: change the default backend from "am" to "merge" | Elijah Newren | 4 | -8/+22 |
2020-02-16 | rebase: make the backend configurable via config setting | Elijah Newren | 2 | -7/+32 |
2020-02-16 | rebase tests: repeat some tests using the merge backend instead of am | Elijah Newren | 2 | -4/+26 |
2020-02-16 | rebase tests: mark tests specific to the am-backend with --am | Elijah Newren | 11 | -53/+53 |
2020-02-16 | rebase: drop '-i' from the reflog for interactive-based rebases | Elijah Newren | 3 | -10/+10 |
2020-02-16 | git-prompt: change the prompt for interactive-based rebases | Elijah Newren | 2 | -9/+5 |
2020-02-16 | rebase: add an --am option | Elijah Newren | 2 | -2/+27 |
2020-02-16 | rebase: move incompatibility checks between backend options a bit earlier | Elijah Newren | 1 | -11/+11 |
2020-02-16 | git-rebase.txt: add more details about behavioral differences of backends | Elijah Newren | 1 | -5/+80 |
2020-02-16 | rebase: allow more types of rebases to fast-forward | Elijah Newren | 2 | -4/+16 |
2020-02-16 | t3432: make these tests work with either am or merge backends | Elijah Newren | 1 | -26/+22 |
2020-02-16 | rebase: fix handling of restrict_revision | Elijah Newren | 2 | -3/+21 |
2020-02-16 | rebase: make sure to pass along the quiet flag to the sequencer | Elijah Newren | 2 | -2/+9 |
2020-02-16 | rebase, sequencer: remove the broken GIT_QUIET handling | Elijah Newren | 2 | -8/+4 |
2020-02-16 | t3406: simplify an already simple test | Elijah Newren | 1 | -5/+2 |
2020-02-16 | rebase (interactive-backend): fix handling of commits that become empty | Elijah Newren | 6 | -23/+183 |
2020-02-16 | rebase (interactive-backend): make --keep-empty the default | Elijah Newren | 9 | -55/+126 |
2020-02-16 | prefix_path: show gitdir when arg is outside repo | Emily Shaffer | 2 | -2/+4 |