summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-12-01stash: fix stash application in sparse-checkoutsElijah Newren1-2/+48
2020-12-01stash: remove unnecessary process forkingElijah Newren1-49/+70
2020-12-01builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau1-1/+2
2020-11-30Merge branch 'sa/credential-store-timeout'Junio C Hamano1-2/+6
2020-11-30Merge branch 'km/stash-error-message-fix'Junio C Hamano1-1/+1
2020-11-30Merge branch 'mt/worktree-error-message-fix'Junio C Hamano1-2/+2
2020-11-30Merge branch 'ab/gc-keep-base-option'Junio C Hamano1-4/+4
2020-11-30Merge branch 'js/pull-rebase-use-advise'Junio C Hamano1-12/+12
2020-11-30maintenance: fix SEGFAULT when no repositoryRafael Silva1-7/+0
2020-11-25Merge branch 'rs/gc-sort-func-cast-fix'Junio C Hamano1-4/+2
2020-11-25Merge branch 'jk/4gb-idx'Junio C Hamano2-4/+4
2020-11-25Merge branch 'jx/t5411-flake-fix'Junio C Hamano1-24/+68
2020-11-25maintenance: use 'git config --fixed-value'Derrick Stolee1-2/+3
2020-11-25config: implement --fixed-value with --get*Derrick Stolee1-5/+10
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee1-5/+11
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee1-0/+36
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee1-6/+6
2020-11-25config: convert multi_replace to flagsDerrick Stolee3-7/+11
2020-11-25crendential-store: use timeout when locking fileSimão Afonso1-2/+6
2020-11-24maintenance: extract platform-specific schedulingDerrick Stolee1-27/+43
2020-11-24stash: add missing space to an error messageKyle Meyer1-1/+1
2020-11-21Merge branch 'en/strmap'Junio C Hamano3-65/+11
2020-11-21Merge branch 'jk/rev-parse-end-of-options'Junio C Hamano1-45/+55
2020-11-21Merge branch 'jc/format-patch-name-max'Junio C Hamano1-6/+14
2020-11-21grep: use designated initializers for `grep_defaults`Martin Ågren2-2/+0
2020-11-21grep: don't set up a "default" repo for grepMartin Ågren2-2/+2
2020-11-21worktree: fix order of arguments in error messageMatheus Tavares1-2/+2
2020-11-21gc: rename keep_base_pack variable for --keep-largest-packÆvar Arnfjörð Bjarmason1-4/+4
2020-11-19pull: colorize the hint about setting `pull.rebase`Johannes Schindelin1-12/+12
2020-11-18gc: fix cast in compare_tasks_by_selection()René Scharfe1-4/+2
2020-11-18Merge branch 'pb/blame-funcname-range-userdiff'Junio C Hamano2-7/+8
2020-11-18Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano3-4/+42
2020-11-18Merge branch 'ds/maintenance-part-3'Junio C Hamano2-6/+333
2020-11-18Merge branch 'pw/rebase-i-orig-head'Junio C Hamano1-10/+10
2020-11-18Merge branch 'jk/format-patch-output'Junio C Hamano1-15/+22
2020-11-18Merge branch 'jc/line-log-takes-no-pathspec'Junio C Hamano1-0/+3
2020-11-18Merge branch 'rs/empty-reflog-check-fix'Junio C Hamano1-14/+13
2020-11-17builtin/repack.c: don't move existing packs out of the wayTaylor Blau1-89/+14
2020-11-16pull: check for local submodule modifications with the right rangePhilippe Blain1-1/+1
2020-11-16pull --rebase: compute rebase arguments in separate functionPhilippe Blain1-11/+35
2020-11-16builtin/repack.c: keep track of what pack-objects wroteTaylor Blau1-1/+30
2020-11-16repack: make "exts" array available outside cmd_repack()Jeff King1-9/+10
2020-11-16update-ref: disallow "start" for ongoing transactionsPatrick Steinhardt1-0/+2
2020-11-16update-ref: allow creation of multiple transactionsPatrick Steinhardt1-1/+12
2020-11-16use size_t to store pack .idx byte offsetsJeff King1-3/+3
2020-11-16compute pack .idx byte offsets using size_tJeff King1-1/+1
2020-11-11receive-pack: log received client session IDJosh Steadmon1-0/+7
2020-11-11receive-pack: advertise session ID in v0 capabilitiesJosh Steadmon1-0/+8
2020-11-11Merge branch 'rs/clear-commit-marks-in-repo'Junio C Hamano2-2/+2
2020-11-11shortlog: use strset from strmap.hElijah Newren1-57/+4