summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2020-09-03Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'Junio C Hamano
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano
2020-09-03Merge branch 'jc/undash-in-tree-git-callers'Junio C Hamano
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan
2020-08-31Merge branch 'rs/checkout-no-overlay-pathspec-fix'Junio C Hamano
2020-08-31Merge branch 'jk/refspecs-cleanup'Junio C Hamano
2020-08-31Merge branch 'hn/refs-pseudorefs'Junio C Hamano
2020-08-31Merge branch 'jk/index-pack-w-more-threads'Junio C Hamano
2020-08-31init: make --separate-git-dir work from within linked worktreeEric Sunshine
2020-08-31init: teach --separate-git-dir to repair linked worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine
2020-08-28midx: traverse the local MIDX firstTaylor Blau
2020-08-28bisect: swap command-line options in documentationHugo Locurcio
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano
2020-08-27receive-pack: new config receive.procReceiveRefsJiang Xin
2020-08-27New capability "report-status-v2" for git-pushJiang Xin
2020-08-27receive-pack: feed report options to post-receiveJiang Xin
2020-08-27receive-pack: add new proc-receive hookJiang Xin
2020-08-27t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityShourya Shukla
2020-08-27worktree: add skeleton "repair" commandEric Sunshine
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King
2020-08-26builtin/repack.c: invalidate MIDX only when necessaryTaylor Blau
2020-08-25submodule: fix style in function definitionShourya Shukla
2020-08-25submodule: eliminate unused parameters from print_submodule_summary()Shourya Shukla
2020-08-24Merge branch 'en/dir-clear'Junio C Hamano
2020-08-24Merge branch 'jc/no-update-fetch-head'Junio C Hamano
2020-08-24Merge branch 'jk/unleak-fixes'Junio C Hamano
2020-08-24Merge branch 'es/init-no-separate-git-dir-in-bare'Junio C Hamano
2020-08-24index-pack: make resolve_delta() assume base dataJonathan Tan
2020-08-24index-pack: calculate {ref,ofs}_{first,last} earlyJonathan Tan
2020-08-24index-pack: remove redundant child fieldJonathan Tan
2020-08-24index-pack: unify threaded and unthreaded codeJonathan Tan
2020-08-24index-pack: remove redundant parameterJonathan Tan
2020-08-22checkout, restore: make pathspec recursiveRené Scharfe
2020-08-21index-pack: adjust default threading capJeff King
2020-08-21builtin/commit: suggest update-ref for pseudoref removalHan-Wen Nienhuys
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys
2020-08-19Merge branch 'jc/object-names-are-not-sha-1'Junio C Hamano
2020-08-19rebase: add --reset-author-dateRohit Ashiwal
2020-08-19rebase -i: support --ignore-datePhillip Wood
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-19dir: make clear_directory() free all relevant memoryElijah Newren
2020-08-18fetch-pack: remove no_dependents codeJonathan Tan
2020-08-18fetch: only populate existing_refs if neededJonathan Tan
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan