summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | use strpbrk(3) to search for characters from a given setRené Scharfe2020-02-241-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ds/partial-clone-fixes'Junio C Hamano2020-03-021-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | partial-clone: avoid fetching when looking for objectsDerrick Stolee2020-02-221-5/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-021-78/+179
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | rebase: rename the two primary rebase backendsElijah Newren2020-02-161-52/+47
| * | | | | | | | | rebase: change the default backend from "am" to "merge"Elijah Newren2020-02-161-2/+2
| * | | | | | | | | rebase: make the backend configurable via config settingElijah Newren2020-02-161-7/+24
| * | | | | | | | | rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren2020-02-161-1/+1
| * | | | | | | | | rebase: add an --am optionElijah Newren2020-02-161-1/+17
| * | | | | | | | | rebase: move incompatibility checks between backend options a bit earlierElijah Newren2020-02-161-11/+11
| * | | | | | | | | rebase: allow more types of rebases to fast-forwardElijah Newren2020-02-161-4/+14
| * | | | | | | | | rebase: fix handling of restrict_revisionElijah Newren2020-02-161-2/+2
| * | | | | | | | | rebase: make sure to pass along the quiet flag to the sequencerElijah Newren2020-02-161-1/+2
| * | | | | | | | | rebase, sequencer: remove the broken GIT_QUIET handlingElijah Newren2020-02-161-4/+2
| * | | | | | | | | rebase (interactive-backend): fix handling of commits that become emptyElijah Newren2020-02-161-0/+52
| * | | | | | | | | rebase (interactive-backend): make --keep-empty the defaultElijah Newren2020-02-161-9/+19
| * | | | | | | | | git-rebase.txt: update description of --allow-empty-messageElijah Newren2020-01-171-5/+7
| |/ / / / / / / /
* | | | | | | | | Merge branch 'en/check-ignore'Junio C Hamano2020-03-021-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check-ignore: fix documentation and implementation to matchElijah Newren2020-02-181-0/+3
* | | | | | | | | | Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano2020-03-022-27/+100
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | rev-list --count: comment on the use of count_right++Junio C Hamano2020-02-181-0/+7
| * | | | | | | | | pack-objects: support filters with bitmapsJeff King2020-02-141-2/+1
| * | | | | | | | | rev-list: use bitmap filters for traversalJeff King2020-02-141-9/+8
| * | | | | | | | | pack-bitmap: basic noop bitmap filter infrastructureJeff King2020-02-142-3/+3
| * | | | | | | | | rev-list: allow commit-only bitmap traversalsJeff King2020-02-142-9/+3
| * | | | | | | | | rev-list: allow bitmaps when counting objectsJeff King2020-02-141-3/+18
| * | | | | | | | | rev-list: make --count work with --objectsJeff King2020-02-141-0/+13
| * | | | | | | | | rev-list: factor out bitmap-optimized routinesJeff King2020-02-141-21/+67
| * | | | | | | | | pack-bitmap: refuse to do a bitmap traversal with pathspecsJeff King2020-02-141-1/+1
| * | | | | | | | | rev-list: fallback to non-bitmap traversal when filteringJeff King2020-02-131-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bw/remote-rename-update-config'Junio C Hamano2020-02-252-81/+137
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | remote rename/remove: gently handle remote.pushDefault configBert Wesarg2020-02-101-0/+55
| * | | | | | | | remote rename/remove: handle branch.<name>.pushRemote config valuesBert Wesarg2020-02-101-1/+21
| * | | | | | | | remote: clean-up config callbackBert Wesarg2020-02-101-11/+17
| * | | | | | | | remote: clean-up by returning early to avoid one indentationBert Wesarg2020-02-101-46/+48
| * | | | | | | | pull --rebase/remote rename: document and honor single-letter abbreviations r...Bert Wesarg2020-02-102-43/+16
* | | | | | | | | Merge branch 'mr/show-config-scope'Junio C Hamano2020-02-171-10/+36
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | config: add '--show-scope' to print the scope of a config valueMatthew Rogers2020-02-101-2/+18
| * | | | | | | | config: teach git_config_source to remember its scopeMatthew Rogers2020-02-101-3/+13
| * | | | | | | | config: fix typo in variable nameMatthew Rogers2020-01-241-5/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-173-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-103-4/+4
| |/ / / / / / /
* | | | | | | | Merge branch 'rs/name-rev-memsave'Junio C Hamano2020-02-171-64/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | name-rev: sort tip names before applyingRené Scharfe2020-02-051-8/+52
| * | | | | | | | name-rev: release unused name stringsRené Scharfe2020-02-051-5/+16
| * | | | | | | | name-rev: generate name strings only if they are betterRené Scharfe2020-02-051-17/+18
| * | | | | | | | name-rev: pre-size buffer in get_parent_name()René Scharfe2020-02-051-6/+14
| * | | | | | | | name-rev: factor out get_parent_name()René Scharfe2020-02-051-13/+14
| * | | | | | | | name-rev: put struct rev_name into commit slabRené Scharfe2020-02-051-9/+11
| * | | | | | | | name-rev: don't _peek() in create_or_update_name()René Scharfe2020-02-051-10/+4