summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-09-17maintenance: add --quiet optionLibravatar Derrick Stolee1-1/+10
2020-09-17maintenance: create basic maintenance runnerLibravatar Derrick Stolee1-0/+58
2020-09-16mergetool: allow auto-merge for meld to follow the vim-diff behaviorLibravatar Lin Sun1-0/+17
2020-09-16ref-filter: allow merged and no-merged filtersLibravatar Aaron Lipman3-8/+8
2020-09-15fetch: pass --ipv4 and --ipv6 options to sub-fetchesLibravatar Alex Riesen1-0/+4
2020-09-10quote_path: give flags parameter to quote_path()Libravatar Junio C Hamano2-12/+12
2020-09-10quote_path: rename quote_path_relative() to quote_path()Libravatar Junio C Hamano2-12/+12
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Libravatar Junio C Hamano8-9/+9
2020-09-09Merge branch 'ss/submodule-summary-in-c-fixes'Libravatar Junio C Hamano1-9/+8
2020-09-09Merge branch 'es/worktree-repair'Libravatar Junio C Hamano2-0/+56
2020-09-09Merge branch 'jk/worktree-check-clean-leakfix'Libravatar Junio C Hamano1-5/+3
2020-09-09Merge branch 'tb/repack-clearing-midx'Libravatar Junio C Hamano1-7/+5
2020-09-09Merge branch 'ss/submodule-summary-in-c'Libravatar Junio C Hamano1-3/+429
2020-09-09commit-graph: pass a 'struct repository *' in more placesLibravatar Taylor Blau1-1/+1
2020-09-09config: complain about --worktree outside of a git repoLibravatar Matheus Tavares1-4/+8
2020-09-08index-pack: make quantum of work smallerLibravatar Jonathan Tan1-148/+200
2020-09-08format-patch: use 'origin' as start of current-series-range when knownLibravatar Eric Sunshine1-7/+11
2020-09-08diff-lib: tighten show_interdiff()'s interfaceLibravatar Eric Sunshine1-1/+2
2020-09-08diff: move show_interdiff() from its own file to diff-libLibravatar Eric Sunshine1-1/+0
2020-09-08add -i: use the built-in version when feature.experimental is setLibravatar Junio C Hamano1-3/+9
2020-09-06worktree: teach `add` to recognize -d as shorthand for --detachLibravatar Eric Sunshine1-1/+1
2020-09-06fast-import: use write_pack_header()Libravatar René Scharfe1-7/+1
2020-09-06refspec: add and use refspec_appendf()Libravatar René Scharfe3-40/+14
2020-09-06push: release strbufs used for refspec formattingLibravatar René Scharfe1-12/+22
2020-09-06fetch: do not look for submodule changes in unchanged refsLibravatar Orgad Shaneh1-1/+3
2020-09-03Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'Libravatar Junio C Hamano1-1/+1
2020-09-03Merge branch 'jt/lazy-fetch'Libravatar Junio C Hamano2-13/+41
2020-09-03Merge branch 'jc/undash-in-tree-git-callers'Libravatar Junio C Hamano1-4/+4
2020-09-03Merge branch 'jk/slimmed-down'Libravatar Junio C Hamano5-0/+4504
2020-09-03Merge branch 'pw/rebase-i-more-options'Libravatar Junio C Hamano3-19/+62
2020-09-02wt-status: tolerate dangling marksLibravatar Jonathan Tan8-9/+9
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headLibravatar Jonathan Tan1-1/+7
2020-08-31Merge branch 'rs/checkout-no-overlay-pathspec-fix'Libravatar Junio C Hamano1-0/+2
2020-08-31Merge branch 'jk/refspecs-cleanup'Libravatar Junio C Hamano1-0/+1
2020-08-31Merge branch 'hn/refs-pseudorefs'Libravatar Junio C Hamano2-15/+13
2020-08-31Merge branch 'jk/index-pack-w-more-threads'Libravatar Junio C Hamano1-3/+16
2020-08-31init: make --separate-git-dir work from within linked worktreeLibravatar Eric Sunshine1-0/+24
2020-08-31init: teach --separate-git-dir to repair linked worktreesLibravatar Eric Sunshine1-0/+2
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesLibravatar Eric Sunshine1-2/+5
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeLibravatar Eric Sunshine1-0/+12
2020-08-28bisect--helper: introduce new `write_in_file()` functionLibravatar Miriam Rubio1-7/+36
2020-08-28bisect--helper: use '-res' in 'cmd_bisect__helper' returnLibravatar Miriam Rubio1-1/+1
2020-08-28bisect--helper: BUG() in cmd_*() on invalid subcommandLibravatar Miriam Rubio1-1/+1
2020-08-28midx: traverse the local MIDX firstLibravatar Taylor Blau1-1/+1
2020-08-28bisect: swap command-line options in documentationLibravatar Hugo Locurcio1-1/+1
2020-08-27Merge branch 'jk/leakfix'Libravatar Junio C Hamano3-10/+12
2020-08-27receive-pack: new config receive.procReceiveRefsLibravatar Jiang Xin1-7/+99
2020-08-27New capability "report-status-v2" for git-pushLibravatar Jiang Xin2-2/+71
2020-08-27receive-pack: feed report options to post-receiveLibravatar Jiang Xin1-4/+26
2020-08-27receive-pack: add new proc-receive hookLibravatar Jiang Xin1-3/+293