summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diff: fix modified lines stats with --stat and --numstatThomas Guyot-Sionnest2020-09-242-13/+11
* Sixteenth batchJunio C Hamano2020-09-221-0/+31
* Merge branch 'ar/fetch-ipversion-in-all'Junio C Hamano2020-09-221-1/+4
|\
| * fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen2020-09-151-0/+4
* | Merge branch 'dl/complete-format-patch-recent-features'Junio C Hamano2020-09-221-0/+4
|\ \
| * | contrib/completion: complete options that take refs for format-patchDenton Liu2020-09-171-0/+4
* | | Merge branch 'cs/don-t-pretend-a-failed-remote-set-head-succeeded'Junio C Hamano2020-09-221-1/+1
|\ \ \
| * | | remote: don't show success message when set-head failsChristian Schlack2020-09-171-1/+1
| | |/ | |/|
* | | Merge branch 'jk/dont-count-existing-objects-twice'Junio C Hamano2020-09-222-0/+5
|\ \ \
| * | | packfile: actually set approximate_object_count_validJeff King2020-09-172-0/+5
| |/ /
* | | Merge branch 'al/ref-filter-merged-and-no-merged'Junio C Hamano2020-09-2213-77/+140
|\ \ \
| * | | Doc: prefer more specific file nameAaron Lipman2020-09-184-3/+3
| * | | ref-filter: make internal reachable-filter API more preciseAaron Lipman2020-09-182-18/+14
| * | | ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-1613-65/+92
| * | | Doc: cover multiple contains/no-contains filtersAaron Lipman2020-09-164-0/+15
| * | | t3201: test multiple branch filter combinationsAaron Lipman2020-09-161-11/+36
| | |/ | |/|
* | | Merge branch 'cd/commit-graph-doc'Junio C Hamano2020-09-221-1/+1
|\ \ \
| * | | commit-graph-format.txt: fix no-parent valueConor Davis2020-09-151-1/+1
| | |/ | |/|
* | | Merge branch 'kk/build-portability-fix'Junio C Hamano2020-09-222-34/+34
|\ \ \
| * | | Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota2020-09-092-34/+34
| | |/ | |/|
* | | Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano2020-09-223-16/+96
|\ \ \
| * | | mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun2020-09-163-16/+96
* | | | Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano2020-09-223-94/+173
|\ \ \ \
| * | | | add -p: fix editing of intent-to-add pathsPhillip Wood2020-09-093-94/+173
* | | | | Merge branch 'hn/refs-trace-backend'Junio C Hamano2020-09-225-0/+409
|\ \ \ \ \
| * | | | | refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys2020-09-095-0/+409
| |/ / / /
* | | | | Merge branch 'jt/threaded-index-pack'Junio C Hamano2020-09-222-207/+251
|\ \ \ \ \
| * | | | | index-pack: make quantum of work smallerJonathan Tan2020-09-081-148/+200
| * | | | | index-pack: make resolve_delta() assume base dataJonathan Tan2020-08-241-3/+5
| * | | | | index-pack: calculate {ref,ofs}_{first,last} earlyJonathan Tan2020-08-241-63/+60
| * | | | | index-pack: remove redundant child fieldJonathan Tan2020-08-241-19/+22
| * | | | | index-pack: unify threaded and unthreaded codeJonathan Tan2020-08-241-9/+1
| * | | | | index-pack: remove redundant parameterJonathan Tan2020-08-241-14/+12
| * | | | | Documentation: deltaBaseCacheLimit is per-threadJonathan Tan2020-08-241-1/+1
* | | | | | Merge branch 'es/format-patch-interdiff-cleanup'Junio C Hamano2020-09-227-48/+47
|\ \ \ \ \ \
| * | | | | | format-patch: use 'origin' as start of current-series-range when knownEric Sunshine2020-09-081-7/+11
| * | | | | | diff-lib: tighten show_interdiff()'s interfaceEric Sunshine2020-09-084-6/+14
| * | | | | | diff: move show_interdiff() from its own file to diff-libEric Sunshine2020-09-087-39/+26
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'os/fetch-submodule-optim'Junio C Hamano2020-09-221-1/+3
|\ \ \ \ \ \
| * | | | | | fetch: do not look for submodule changes in unchanged refsOrgad Shaneh2020-09-061-1/+3
| |/ / / / /
* | | | | | Fifteenth batchJunio C Hamano2020-09-181-1/+28
* | | | | | Merge branch 'mt/config-fail-nongit-early'Junio C Hamano2020-09-182-9/+16
|\ \ \ \ \ \
| * | | | | | config: complain about --worktree outside of a git repoMatheus Tavares2020-09-092-9/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jc/dist-tarball-tweak'Junio C Hamano2020-09-181-4/+7
|\ \ \ \ \ \
| * | | | | | Makefile: allow extra tweaking of distribution tarballJunio C Hamano2020-09-091-4/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mf/submodule-summary-with-correct-repository'Junio C Hamano2020-09-183-15/+15
|\ \ \ \ \ \
| * | | | | | submodule: use submodule repository when preparing summaryMichael Forney2020-06-241-4/+4
| * | | | | | revision: use repository from rev_info when parsing commitsMichael Forney2020-06-242-10/+9
* | | | | | | Merge branch 'jc/quote-path-cleanup'Junio C Hamano2020-09-187-60/+94
|\ \ \ \ \ \ \
| * | | | | | | quote: turn 'nodq' parameter into a set of flagsJunio C Hamano2020-09-103-13/+20