| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | use strpbrk(3) to search for characters from a given set | René Scharfe | 2020-02-24 | 1 | -1/+1 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'ds/partial-clone-fixes' | Junio C Hamano | 2020-03-02 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | partial-clone: avoid fetching when looking for objects | Derrick Stolee | 2020-02-22 | 1 | -5/+5 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge branch 'en/rebase-backend' | Junio C Hamano | 2020-03-02 | 1 | -78/+179 |
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
| * | | | | | | | | | rebase: rename the two primary rebase backends | Elijah Newren | 2020-02-16 | 1 | -52/+47 |
| * | | | | | | | | | rebase: change the default backend from "am" to "merge" | Elijah Newren | 2020-02-16 | 1 | -2/+2 |
| * | | | | | | | | | rebase: make the backend configurable via config setting | Elijah Newren | 2020-02-16 | 1 | -7/+24 |
| * | | | | | | | | | rebase: drop '-i' from the reflog for interactive-based rebases | Elijah Newren | 2020-02-16 | 1 | -1/+1 |
| * | | | | | | | | | rebase: add an --am option | Elijah Newren | 2020-02-16 | 1 | -1/+17 |
| * | | | | | | | | | rebase: move incompatibility checks between backend options a bit earlier | Elijah Newren | 2020-02-16 | 1 | -11/+11 |
| * | | | | | | | | | rebase: allow more types of rebases to fast-forward | Elijah Newren | 2020-02-16 | 1 | -4/+14 |
| * | | | | | | | | | rebase: fix handling of restrict_revision | Elijah Newren | 2020-02-16 | 1 | -2/+2 |
| * | | | | | | | | | rebase: make sure to pass along the quiet flag to the sequencer | Elijah Newren | 2020-02-16 | 1 | -1/+2 |
| * | | | | | | | | | rebase, sequencer: remove the broken GIT_QUIET handling | Elijah Newren | 2020-02-16 | 1 | -4/+2 |
| * | | | | | | | | | rebase (interactive-backend): fix handling of commits that become empty | Elijah Newren | 2020-02-16 | 1 | -0/+52 |
| * | | | | | | | | | rebase (interactive-backend): make --keep-empty the default | Elijah Newren | 2020-02-16 | 1 | -9/+19 |
| * | | | | | | | | | git-rebase.txt: update description of --allow-empty-message | Elijah Newren | 2020-01-17 | 1 | -5/+7 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge branch 'en/check-ignore' | Junio C Hamano | 2020-03-02 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | check-ignore: fix documentation and implementation to match | Elijah Newren | 2020-02-18 | 1 | -0/+3 |
* | | | | | | | | | | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 2020-03-02 | 2 | -27/+100 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
|
| * | | | | | | | | | rev-list --count: comment on the use of count_right++ | Junio C Hamano | 2020-02-18 | 1 | -0/+7 |
| * | | | | | | | | | pack-objects: support filters with bitmaps | Jeff King | 2020-02-14 | 1 | -2/+1 |
| * | | | | | | | | | rev-list: use bitmap filters for traversal | Jeff King | 2020-02-14 | 1 | -9/+8 |
| * | | | | | | | | | pack-bitmap: basic noop bitmap filter infrastructure | Jeff King | 2020-02-14 | 2 | -3/+3 |
| * | | | | | | | | | rev-list: allow commit-only bitmap traversals | Jeff King | 2020-02-14 | 2 | -9/+3 |
| * | | | | | | | | | rev-list: allow bitmaps when counting objects | Jeff King | 2020-02-14 | 1 | -3/+18 |
| * | | | | | | | | | rev-list: make --count work with --objects | Jeff King | 2020-02-14 | 1 | -0/+13 |
| * | | | | | | | | | rev-list: factor out bitmap-optimized routines | Jeff King | 2020-02-14 | 1 | -21/+67 |
| * | | | | | | | | | pack-bitmap: refuse to do a bitmap traversal with pathspecs | Jeff King | 2020-02-14 | 1 | -1/+1 |
| * | | | | | | | | | rev-list: fallback to non-bitmap traversal when filtering | Jeff King | 2020-02-13 | 1 | -2/+2 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'bw/remote-rename-update-config' | Junio C Hamano | 2020-02-25 | 2 | -81/+137 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | remote rename/remove: gently handle remote.pushDefault config | Bert Wesarg | 2020-02-10 | 1 | -0/+55 |
| * | | | | | | | | remote rename/remove: handle branch.<name>.pushRemote config values | Bert Wesarg | 2020-02-10 | 1 | -1/+21 |
| * | | | | | | | | remote: clean-up config callback | Bert Wesarg | 2020-02-10 | 1 | -11/+17 |
| * | | | | | | | | remote: clean-up by returning early to avoid one indentation | Bert Wesarg | 2020-02-10 | 1 | -46/+48 |
| * | | | | | | | | pull --rebase/remote rename: document and honor single-letter abbreviations r... | Bert Wesarg | 2020-02-10 | 2 | -43/+16 |
* | | | | | | | | | Merge branch 'mr/show-config-scope' | Junio C Hamano | 2020-02-17 | 1 | -10/+36 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | config: add '--show-scope' to print the scope of a config value | Matthew Rogers | 2020-02-10 | 1 | -2/+18 |
| * | | | | | | | | config: teach git_config_source to remember its scope | Matthew Rogers | 2020-02-10 | 1 | -3/+13 |
| * | | | | | | | | config: fix typo in variable name | Matthew Rogers | 2020-01-24 | 1 | -5/+5 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'rs/strbuf-insertstr' | Junio C Hamano | 2020-02-17 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | strbuf: add and use strbuf_insertstr() | René Scharfe | 2020-02-10 | 3 | -4/+4 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'rs/name-rev-memsave' | Junio C Hamano | 2020-02-17 | 1 | -64/+127 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | name-rev: sort tip names before applying | René Scharfe | 2020-02-05 | 1 | -8/+52 |
| * | | | | | | | | name-rev: release unused name strings | René Scharfe | 2020-02-05 | 1 | -5/+16 |
| * | | | | | | | | name-rev: generate name strings only if they are better | René Scharfe | 2020-02-05 | 1 | -17/+18 |
| * | | | | | | | | name-rev: pre-size buffer in get_parent_name() | René Scharfe | 2020-02-05 | 1 | -6/+14 |
| * | | | | | | | | name-rev: factor out get_parent_name() | René Scharfe | 2020-02-05 | 1 | -13/+14 |
| * | | | | | | | | name-rev: put struct rev_name into commit slab | René Scharfe | 2020-02-05 | 1 | -9/+11 |
| * | | | | | | | | name-rev: don't _peek() in create_or_update_name() | René Scharfe | 2020-02-05 | 1 | -10/+4 |