git-wad

Manage files via git but not their content
git clone git://git.meso-star.fr/git-wad.git
Log | Files | Refs | README | LICENSE

commit f8d1a1a287194e97a95e4c8cd4feb475c67d4c0e
parent 5ec5245e97c6074d003f07358a05f82c23795c14
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  7 Jan 2025 15:38:04 +0100

Fix a typo in the name of a temporary directory

Diffstat:
Mgit-wad | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-wad b/git-wad @@ -379,7 +379,7 @@ fetch() # [-1a] die 1 fi - objects_to_fetch="${git_wad_tmpdir}/objects_to_fetch}" + objects_to_fetch="${git_wad_tmpdir}/objects_to_fetch" objects_to_fetch "$@" > "${objects_to_fetch}" >&2 printf "Fetching from %s\n" "${GIT_WAD_REMOTE_FETCH}"