summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano2020-01-121-37/+12
* Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano2020-01-061-3/+1
|\
| * commit-graph: prefer default size_mult when given zeroDerrick Stolee2020-01-021-3/+1
* | Merge branch 'ds/sparse-list-in-cone-mode'Junio C Hamano2020-01-061-0/+21
|\ \
| * | sparse-checkout: list directories in cone modeDerrick Stolee2019-12-301-0/+21
* | | Merge branch 'en/rebase-signoff-fix'Junio C Hamano2020-01-021-1/+1
|\ \ \
| * | | rebase: fix saving of --signoff state for am-based rebasesElijah Newren2019-12-201-1/+1
| | |/ | |/|
* | | Merge branch 'mr/bisect-save-pointer-to-const-string'Junio C Hamano2019-12-251-2/+2
|\ \ \
| * | | bisect--helper: convert `*_warning` char pointers to char arrays.Tanushree Tumane2019-12-171-2/+2
| |/ /
* | | Merge branch 'js/add-p-in-c'Junio C Hamano2019-12-251-5/+10
|\ \ \
| * | | built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin2019-12-131-5/+10
* | | | Merge branch 'rs/ref-read-cleanup'Junio C Hamano2019-12-251-2/+1
|\ \ \ \
| * | | | remote: pass NULL to read_ref_full() because object ID is not neededRené Scharfe2019-12-111-2/+1
* | | | | Merge branch 'mr/bisect-use-after-free'Junio C Hamano2019-12-251-3/+4
|\ \ \ \ \
| * | | | | bisect--helper: avoid use-after-freeTanushree Tumane2019-12-111-3/+4
* | | | | | Merge branch 'ds/sparse-cone'Junio C Hamano2019-12-253-1/+523
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | sparse-checkout: respect core.ignoreCase in cone modeDerrick Stolee2019-12-131-2/+8
| * | | | | sparse-checkout: check for dirty statusDerrick Stolee2019-11-221-0/+13
| * | | | | sparse-checkout: update working directory in-process for 'init'Derrick Stolee2019-11-221-16/+20
| * | | | | sparse-checkout: write using lockfileDerrick Stolee2019-11-221-4/+11
| * | | | | sparse-checkout: use in-process update for disable subcommandDerrick Stolee2019-11-221-13/+12
| * | | | | sparse-checkout: update working directory in-processDerrick Stolee2019-11-222-13/+72
| * | | | | sparse-checkout: sanitize for nested foldersDerrick Stolee2019-11-221-4/+18
| * | | | | sparse-checkout: init and set in cone modeDerrick Stolee2019-11-221-16/+147
| * | | | | sparse-checkout: create 'disable' subcommandDerrick Stolee2019-11-221-1/+25
| * | | | | sparse-checkout: add '--stdin' option to set subcommandDerrick Stolee2019-11-221-2/+32
| * | | | | sparse-checkout: 'set' subcommandDerrick Stolee2019-11-221-2/+45
| * | | | | clone: add --sparse modeDerrick Stolee2019-11-222-0/+33
| * | | | | sparse-checkout: create 'init' subcommandDerrick Stolee2019-11-221-1/+74
| * | | | | sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-221-0/+86
* | | | | | Merge branch 'sg/name-rev-wo-recursion'Junio C Hamano2019-12-251-50/+97
|\ \ \ \ \ \
| * | | | | | name-rev: cleanup name_ref()SZEDER Gábor2019-12-091-15/+16
| * | | | | | name-rev: eliminate recursion in name_rev()SZEDER Gábor2019-12-091-38/+64
| * | | | | | name-rev: use 'name->tip_name' instead of 'tip_name'SZEDER Gábor2019-12-091-4/+7
| * | | | | | name-rev: drop name_rev()'s 'generation' and 'distance' parametersSZEDER Gábor2019-12-061-12/+13
| * | | | | | name-rev: restructure creating/updating 'struct rev_name' instancesSZEDER Gábor2019-12-061-14/+21
| * | | | | | name-rev: restructure parsing commits and applying date cutoffSZEDER Gábor2019-12-061-13/+16
| * | | | | | name-rev: pull out deref handling from the recursionSZEDER Gábor2019-12-061-17/+10
| * | | | | | name-rev: extract creating/updating a 'struct name_rev' into a helperSZEDER Gábor2019-12-061-13/+27
| * | | | | | name-rev: use sizeof(*ptr) instead of sizeof(type) in allocationSZEDER Gábor2019-12-061-1/+1
| * | | | | | name-rev: avoid unnecessary cast in name_ref()SZEDER Gábor2019-12-061-1/+1
| * | | | | | name-rev: use strbuf_strip_suffix() in get_rev_name()René Scharfe2019-12-061-4/+3
* | | | | | | Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano2019-12-251-17/+14
|\ \ \ \ \ \ \
| * | | | | | | notes: break set_display_notes() into smaller functionsDenton Liu2019-12-131-1/+6
| * | | | | | | format-patch: move git_config() before repo_init_revisions()Denton Liu2019-12-091-4/+7
| * | | | | | | format-patch: use --notes behavior for format.notesDenton Liu2019-12-091-12/+1
| * | | | | | | notes: rename to load_display_notes()Denton Liu2019-12-091-2/+2
* | | | | | | | Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano2019-12-252-23/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | checkout, restore: support the --pathspec-from-file optionAlexandr Miloslavskiy2019-12-041-4/+27
| * | | | | | | | add: support the --pathspec-from-file optionAlexandr Miloslavskiy2019-12-041-4/+26