summaryrefslogtreecommitdiffstats
path: root/t/t0055-beyond-symlinks.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-11t7001: indent with TABs instead of spacesShubham Verma1-60/+60
2021-02-11t7001: modernize test formattingShubham Verma1-96/+96
2020-09-22Sixteenth batchJunio C Hamano1-0/+31
2020-09-19Fifteenth batchJunio C Hamano1-1/+28
2020-09-19Doc: prefer more specific file nameAaron Lipman4-3/+3
2020-09-19ref-filter: make internal reachable-filter API more preciseAaron Lipman2-18/+14
2020-09-18contrib/completion: complete options that take refs for format-patchDenton Liu1-0/+4
2020-09-17remote: don't show success message when set-head failsChristian Schlack1-1/+1
2020-09-17packfile: actually set approximate_object_count_validJeff King2-0/+5
2020-09-17mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun3-16/+96
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman13-65/+92
2020-09-16Doc: cover multiple contains/no-contains filtersAaron Lipman4-0/+15
2020-09-16t3201: test multiple branch filter combinationsAaron Lipman1-11/+36
2020-09-15commit-graph-format.txt: fix no-parent valueConor Davis1-1/+1
2020-09-15fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen1-0/+4
2020-09-10quote: turn 'nodq' parameter into a set of flagsJunio C Hamano3-13/+20
2020-09-10quote: rename misnamed sq_lookup[] to cq_lookup[]Junio C Hamano1-7/+7
2020-09-10wt-status: consistently quote paths in "status --short" outputJunio C Hamano2-2/+29
2020-09-10quote_path: code clarificationJunio C Hamano1-7/+12
2020-09-10quote_path: optionally allow quoting a path with SP in itJunio C Hamano3-12/+11
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano5-26/+26
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano5-18/+14
2020-09-10Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota2-34/+34
2020-09-09Fourteenth batchJunio C Hamano1-0/+28
2020-09-09refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys5-0/+409
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood3-94/+173
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares2-9/+16
2020-09-09Makefile: allow extra tweaking of distribution tarballJunio C Hamano1-4/+7
2020-09-09blame.c: replace instance of !oidcmp for oideqEdmundo Carmona Antoranz1-2/+2
2020-09-09index-pack: make quantum of work smallerJonathan Tan1-148/+200
2020-09-09refs: move REF_LOG_ONLY to refs-internal.hHan-Wen Nienhuys2-7/+7
2020-09-09t3200: clean side effect of git checkout --orphanAaron Lipman1-0/+1
2020-09-09format-patch: use 'origin' as start of current-series-range when knownEric Sunshine1-7/+11
2020-09-09diff-lib: tighten show_interdiff()'s interfaceEric Sunshine4-6/+14
2020-09-09diff: move show_interdiff() from its own file to diff-libEric Sunshine7-39/+26
2020-09-08add -i: use the built-in version when feature.experimental is setJunio C Hamano1-3/+9
2020-09-08add -p: fix memory leakPhillip Wood1-8/+16
2020-09-08contrib/buildsystems: fix expat library name for generated vcxprojOrgad Shaneh2-1/+2
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King2-1/+2
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King2-1/+8
2020-09-07git-worktree.txt: discuss branch-based vs. throwaway worktreesEric Sunshine1-0/+12
2020-09-07worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine2-1/+2
2020-09-07git-checkout.txt: document -d short option for --detachEric Sunshine1-0/+1
2020-09-06submodule: suppress checking for file name and ref ambiguity for object idsOrgad Shaneh1-1/+8
2020-09-06pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe1-2/+1
2020-09-06midx: use hashwrite_u8() in write_midx_header()René Scharfe1-7/+4
2020-09-06fast-import: use write_pack_header()René Scharfe1-7/+1
2020-09-06refspec: add and use refspec_appendf()René Scharfe6-49/+35
2020-09-06push: release strbufs used for refspec formattingRené Scharfe1-12/+22
2020-09-06read-cache: fix mem-pool allocation for multi-threaded index loadingRené Scharfe1-1/+1