Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | revision: --show-pulls adds helpful merges | Derrick Stolee | 2020-04-10 | 1 | -1/+5 | |
| |/ | ||||||
* / | format-patch: teach --no-encode-email-headers | Emma Brooks | 2020-04-08 | 1 | -1/+2 | |
|/ | ||||||
* | Merge branch 'dl/format-patch-notes-config-fixup' | Junio C Hamano | 2019-12-25 | 1 | -1/+1 | |
|\ | ||||||
| * | notes: break set_display_notes() into smaller functions | Denton Liu | 2019-12-13 | 1 | -1/+1 | |
* | | Merge branch 'hw/doc-in-header' | Junio C Hamano | 2019-12-16 | 1 | -0/+59 | |
|\ \ | ||||||
| * | | revision: move doc to revision.h | Heba Waly | 2019-11-18 | 1 | -0/+59 | |
| |/ | ||||||
* / | revision: make get_revision_mark() return const pointer | Denton Liu | 2019-11-20 | 1 | -2/+2 | |
|/ | ||||||
* | Merge branch 'en/combined-all-paths' | Junio C Hamano | 2019-03-07 | 1 | -0/+1 | |
|\ | ||||||
| * | log,diff-tree: add --combined-all-paths option | Elijah Newren | 2019-02-08 | 1 | -0/+1 | |
* | | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 2019-02-07 | 1 | -0/+2 | |
|\ \ | |/ |/| | ||||||
| * | revision: add mark_tree_uninteresting_sparse | Derrick Stolee | 2019-01-17 | 1 | -0/+2 | |
* | | Merge branch 'md/exclude-promisor-objects-fix-cleanup' | Junio C Hamano | 2019-01-15 | 1 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | revision.c: put promisor option in specialized struct | Matthew DeVore | 2018-12-06 | 1 | -2/+2 | |
* | | Merge branch 'ds/reachable-topo-order' | Junio C Hamano | 2018-11-18 | 1 | -0/+7 | |
|\ \ | ||||||
| * | | revision.c: generation-based topo-order algorithm | Derrick Stolee | 2018-11-02 | 1 | -0/+2 | |
| * | | revision.c: begin refactoring --topo-order logic | Derrick Stolee | 2018-11-02 | 1 | -0/+4 | |
* | | | Merge branch 'md/exclude-promisor-objects-fix' | Junio C Hamano | 2018-11-06 | 1 | -0/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | exclude-promisor-objects: declare when option is allowed | Matthew DeVore | 2018-10-23 | 1 | -0/+1 | |
* | | | Merge branch 'md/filter-trees' | Junio C Hamano | 2018-10-30 | 1 | -2/+24 | |
|\ \ \ | ||||||
| * | | | revision: mark non-user-given objects instead | Matthew DeVore | 2018-10-07 | 1 | -2/+9 | |
| * | | | rev-list: handle missing tree objects properly | Matthew DeVore | 2018-10-07 | 1 | -0/+15 | |
* | | | | Merge branch 'nd/the-index' | Junio C Hamano | 2018-10-19 | 1 | -4/+11 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | revision.c: reduce implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+1 | |
| * | | | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -3/+10 | |
* | | | | Merge branch 'es/format-patch-rangediff' | Junio C Hamano | 2018-09-17 | 1 | -0/+6 | |
|\ \ \ \ | ||||||
| * | | | | format-patch: teach --range-diff to respect -v/--reroll-count | Eric Sunshine | 2018-08-14 | 1 | -0/+1 | |
| * | | | | format-patch: add --range-diff option to embed diff in cover letter | Eric Sunshine | 2018-08-14 | 1 | -0/+5 | |
| * | | | | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediff | Junio C Hamano | 2018-08-14 | 1 | -0/+5 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'es/format-patch-interdiff' | Junio C Hamano | 2018-09-17 | 1 | -0/+5 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | format-patch: teach --interdiff to respect -v/--reroll-count | Eric Sunshine | 2018-07-23 | 1 | -0/+1 | |
| * | | | | format-patch: add --interdiff option to embed diff in cover letter | Eric Sunshine | 2018-07-23 | 1 | -0/+4 | |
* | | | | | Merge branch 'jk/rev-list-stdin-noop-is-ok' | Junio C Hamano | 2018-09-17 | 1 | -0/+5 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | rev-list: make empty --stdin not an error | Jeff King | 2018-08-22 | 1 | -0/+5 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Add missing includes and forward declarations | Elijah Newren | 2018-08-15 | 1 | -0/+1 | |
| |/ / / | ||||||
* / / / | revision.h: drop extern from function declaration | Nguyễn Thái Ngọc Duy | 2018-08-03 | 1 | -34/+35 | |
|/ / / | ||||||
* | | | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 2018-07-24 | 1 | -1/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 2018-07-09 | 1 | -1/+2 | |
| |/ | ||||||
* / | revision.c: use commit-slab for show_source | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -1/+4 | |
|/ | ||||||
* | Merge branch 'jk/cached-commit-buffer' | Junio C Hamano | 2018-03-06 | 1 | -1/+0 | |
|\ | ||||||
| * | revision: drop --show-all option | Jeff King | 2018-02-22 | 1 | -1/+0 | |
| * | Merge branch 'rs/lose-leak-pending' into maint | Junio C Hamano | 2018-02-16 | 1 | -12/+0 | |
| |\ | ||||||
* | \ | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -1/+4 | |
|\ \ \ | ||||||
| * | | | rev-list: support termination at promisor objects | Jonathan Tan | 2017-12-08 | 1 | -1/+4 | |
* | | | | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 2018-01-23 | 1 | -12/+0 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | revision: remove the unused flag leak_pending | René Scharfe | 2017-12-28 | 1 | -12/+0 | |
| |/ | ||||||
* | | Merge branch 'sb/describe-blob' | Junio C Hamano | 2017-12-28 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | revision.h: introduce blob/tree walking in order of the commits | Stefan Beller | 2017-11-16 | 1 | -1/+2 | |
| |/ | ||||||
* / | format: create pretty.h file | Olga Telezhnaya | 2017-12-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'ma/leakplugs' | Junio C Hamano | 2017-09-29 | 1 | -0/+11 | |
|\ |