summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine1-0/+12
2020-08-28bisect--helper: introduce new `write_in_file()` functionMiriam Rubio1-7/+36
2020-08-28bisect--helper: use '-res' in 'cmd_bisect__helper' returnMiriam Rubio1-1/+1
2020-08-28bisect--helper: BUG() in cmd_*() on invalid subcommandMiriam Rubio1-1/+1
2020-08-28midx: traverse the local MIDX firstTaylor Blau1-1/+1
2020-08-28bisect: swap command-line options in documentationHugo Locurcio1-1/+1
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano3-10/+12
2020-08-27receive-pack: new config receive.procReceiveRefsJiang Xin1-7/+99
2020-08-27New capability "report-status-v2" for git-pushJiang Xin2-2/+71
2020-08-27receive-pack: feed report options to post-receiveJiang Xin1-4/+26
2020-08-27receive-pack: add new proc-receive hookJiang Xin1-3/+293
2020-08-27t7421: eliminate 'grep' check in t7421.4 for mingw compatibilityShourya Shukla1-3/+4
2020-08-27worktree: add skeleton "repair" commandEric Sunshine1-0/+15
2020-08-27worktree: fix leak in check_clean_worktree()Jeff King1-5/+3
2020-08-26builtin/repack.c: invalidate MIDX only when necessaryTaylor Blau1-7/+5
2020-08-25submodule: fix style in function definitionShourya Shukla1-3/+3
2020-08-25submodule: eliminate unused parameters from print_submodule_summary()Shourya Shukla1-3/+1
2020-08-24Merge branch 'en/dir-clear'Junio C Hamano6-20/+14
2020-08-24Merge branch 'jc/no-update-fetch-head'Junio C Hamano1-3/+12
2020-08-24Merge branch 'jk/unleak-fixes'Junio C Hamano1-5/+3
2020-08-24Merge branch 'es/init-no-separate-git-dir-in-bare'Junio C Hamano1-0/+5
2020-08-24index-pack: make resolve_delta() assume base dataJonathan Tan1-3/+5
2020-08-24index-pack: calculate {ref,ofs}_{first,last} earlyJonathan Tan1-63/+60
2020-08-24index-pack: remove redundant child fieldJonathan Tan1-19/+22
2020-08-24index-pack: unify threaded and unthreaded codeJonathan Tan1-9/+1
2020-08-24index-pack: remove redundant parameterJonathan Tan1-14/+12
2020-08-22checkout, restore: make pathspec recursiveRené Scharfe1-0/+2
2020-08-21index-pack: adjust default threading capJeff King1-3/+16
2020-08-21builtin/commit: suggest update-ref for pseudoref removalHan-Wen Nienhuys1-14/+12
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys1-1/+1
2020-08-19Merge branch 'jc/object-names-are-not-sha-1'Junio C Hamano3-3/+3
2020-08-19rebase: add --reset-author-dateRohit Ashiwal1-1/+3
2020-08-19rebase -i: support --ignore-datePhillip Wood1-5/+8
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren6-13/+14
2020-08-18dir: make clear_directory() free all relevant memoryElijah Newren2-8/+1
2020-08-18fetch-pack: remove no_dependents codeJonathan Tan1-4/+0
2020-08-18fetch: only populate existing_refs if neededJonathan Tan1-4/+9
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan1-2/+8
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan1-2/+17
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano1-3/+12
2020-08-17Merge branch 'jk/log-fp-implies-m'Junio C Hamano1-4/+3
2020-08-17Merge branch 'al/bisect-first-parent'Junio C Hamano2-10/+22
2020-08-17submodule--helper: fix leak of core.worktree valueJeff King1-2/+2
2020-08-17rebase -i: support --committer-date-is-author-datePhillip Wood1-5/+12
2020-08-17am: stop exporting GIT_COMMITTER_DATEPhillip Wood2-7/+25
2020-08-17refspec: make sure stack refspec_item variables are zeroedJacob Keller1-0/+1
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King2-5/+5
2020-08-14checkout: fix leak of non-existent branch namesJeff King1-1/+3
2020-08-14submodule--helper: use strbuf_release() to free strbufsJeff King1-2/+2
2020-08-14messages: avoid SHA-1 in end-user facing messagesJunio C Hamano3-3/+3