Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: ignore files generated by CMake as run in Visual Studio | Johannes Schindelin | 2020-09-25 | 1 | -0/+1 |
* | Sixteenth batch | Junio C Hamano | 2020-09-22 | 1 | -0/+31 |
* | Merge branch 'ar/fetch-ipversion-in-all' | Junio C Hamano | 2020-09-22 | 1 | -1/+4 |
|\ | |||||
| * | fetch: pass --ipv4 and --ipv6 options to sub-fetches | Alex Riesen | 2020-09-15 | 1 | -0/+4 |
* | | Merge branch 'dl/complete-format-patch-recent-features' | Junio C Hamano | 2020-09-22 | 1 | -0/+4 |
|\ \ | |||||
| * | | contrib/completion: complete options that take refs for format-patch | Denton Liu | 2020-09-17 | 1 | -0/+4 |
* | | | Merge branch 'cs/don-t-pretend-a-failed-remote-set-head-succeeded' | Junio C Hamano | 2020-09-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | remote: don't show success message when set-head fails | Christian Schlack | 2020-09-17 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'jk/dont-count-existing-objects-twice' | Junio C Hamano | 2020-09-22 | 2 | -0/+5 |
|\ \ \ | |||||
| * | | | packfile: actually set approximate_object_count_valid | Jeff King | 2020-09-17 | 2 | -0/+5 |
| |/ / | |||||
* | | | Merge branch 'al/ref-filter-merged-and-no-merged' | Junio C Hamano | 2020-09-22 | 13 | -77/+140 |
|\ \ \ | |||||
| * | | | Doc: prefer more specific file name | Aaron Lipman | 2020-09-18 | 4 | -3/+3 |
| * | | | ref-filter: make internal reachable-filter API more precise | Aaron Lipman | 2020-09-18 | 2 | -18/+14 |
| * | | | ref-filter: allow merged and no-merged filters | Aaron Lipman | 2020-09-16 | 13 | -65/+92 |
| * | | | Doc: cover multiple contains/no-contains filters | Aaron Lipman | 2020-09-16 | 4 | -0/+15 |
| * | | | t3201: test multiple branch filter combinations | Aaron Lipman | 2020-09-16 | 1 | -11/+36 |
| | |/ | |/| | |||||
* | | | Merge branch 'cd/commit-graph-doc' | Junio C Hamano | 2020-09-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | commit-graph-format.txt: fix no-parent value | Conor Davis | 2020-09-15 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'kk/build-portability-fix' | Junio C Hamano | 2020-09-22 | 2 | -34/+34 |
|\ \ \ | |||||
| * | | | Fit to Plan 9's ANSI/POSIX compatibility layer | Kyohei Kadota | 2020-09-09 | 2 | -34/+34 |
| | |/ | |/| | |||||
* | | | Merge branch 'ls/mergetool-meld-auto-merge' | Junio C Hamano | 2020-09-22 | 3 | -16/+96 |
|\ \ \ | |||||
| * | | | mergetool: allow auto-merge for meld to follow the vim-diff behavior | Lin Sun | 2020-09-16 | 3 | -16/+96 |
* | | | | Merge branch 'pw/add-p-edit-ita-path' | Junio C Hamano | 2020-09-22 | 3 | -94/+173 |
|\ \ \ \ | |||||
| * | | | | add -p: fix editing of intent-to-add paths | Phillip Wood | 2020-09-09 | 3 | -94/+173 |
* | | | | | Merge branch 'hn/refs-trace-backend' | Junio C Hamano | 2020-09-22 | 5 | -0/+409 |
|\ \ \ \ \ | |||||
| * | | | | | refs: add GIT_TRACE_REFS debugging mechanism | Han-Wen Nienhuys | 2020-09-09 | 5 | -0/+409 |
| |/ / / / | |||||
* | | | | | Merge branch 'jt/threaded-index-pack' | Junio C Hamano | 2020-09-22 | 2 | -207/+251 |
|\ \ \ \ \ | |||||
| * | | | | | index-pack: make quantum of work smaller | Jonathan Tan | 2020-09-08 | 1 | -148/+200 |
| * | | | | | index-pack: make resolve_delta() assume base data | Jonathan Tan | 2020-08-24 | 1 | -3/+5 |
| * | | | | | index-pack: calculate {ref,ofs}_{first,last} early | Jonathan Tan | 2020-08-24 | 1 | -63/+60 |
| * | | | | | index-pack: remove redundant child field | Jonathan Tan | 2020-08-24 | 1 | -19/+22 |
| * | | | | | index-pack: unify threaded and unthreaded code | Jonathan Tan | 2020-08-24 | 1 | -9/+1 |
| * | | | | | index-pack: remove redundant parameter | Jonathan Tan | 2020-08-24 | 1 | -14/+12 |
| * | | | | | Documentation: deltaBaseCacheLimit is per-thread | Jonathan Tan | 2020-08-24 | 1 | -1/+1 |
* | | | | | | Merge branch 'es/format-patch-interdiff-cleanup' | Junio C Hamano | 2020-09-22 | 7 | -48/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | format-patch: use 'origin' as start of current-series-range when known | Eric Sunshine | 2020-09-08 | 1 | -7/+11 |
| * | | | | | | diff-lib: tighten show_interdiff()'s interface | Eric Sunshine | 2020-09-08 | 4 | -6/+14 |
| * | | | | | | diff: move show_interdiff() from its own file to diff-lib | Eric Sunshine | 2020-09-08 | 7 | -39/+26 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'os/fetch-submodule-optim' | Junio C Hamano | 2020-09-22 | 1 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fetch: do not look for submodule changes in unchanged refs | Orgad Shaneh | 2020-09-06 | 1 | -1/+3 |
| |/ / / / / | |||||
* | | | | | | Fifteenth batch | Junio C Hamano | 2020-09-18 | 1 | -1/+28 |
* | | | | | | Merge branch 'mt/config-fail-nongit-early' | Junio C Hamano | 2020-09-18 | 2 | -9/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: complain about --worktree outside of a git repo | Matheus Tavares | 2020-09-09 | 2 | -9/+16 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jc/dist-tarball-tweak' | Junio C Hamano | 2020-09-18 | 1 | -4/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Makefile: allow extra tweaking of distribution tarball | Junio C Hamano | 2020-09-09 | 1 | -4/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'mf/submodule-summary-with-correct-repository' | Junio C Hamano | 2020-09-18 | 3 | -15/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule: use submodule repository when preparing summary | Michael Forney | 2020-06-24 | 1 | -4/+4 |
| * | | | | | | revision: use repository from rev_info when parsing commits | Michael Forney | 2020-06-24 | 2 | -10/+9 |
* | | | | | | | Merge branch 'jc/quote-path-cleanup' | Junio C Hamano | 2020-09-18 | 7 | -60/+94 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | quote: turn 'nodq' parameter into a set of flags | Junio C Hamano | 2020-09-10 | 3 | -13/+20 |