Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6048fd22
Commit
6048fd22
authored
Apr 12, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-howto: Explain how to avoid Windows line endings in git checkouts.
parent
baaab606
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
git-howto.texi
doc/git-howto.texi
+8
-0
No files found.
doc/git-howto.texi
View file @
6048fd22
...
@@ -65,6 +65,14 @@ git clone git@@git.libav.org:libav.git <target>
...
@@ -65,6 +65,14 @@ git clone git@@git.libav.org:libav.git <target>
This
will
put
the
Libav
sources
into
the
directory
@
var
{<
target
>}
and
let
This
will
put
the
Libav
sources
into
the
directory
@
var
{<
target
>}
and
let
you
push
back
your
changes
to
the
remote
repository
.
you
push
back
your
changes
to
the
remote
repository
.
Make
sure
that
you
do
not
have
Windows
line
endings
in
your
checkouts
,
otherwise
you
may
experience
spurious
compilation
failures
.
One
way
to
achieve
this
is
to
run
@
example
git
config
--
global
core
.
autocrlf
false
@
end
example
@
section
Updating
the
source
tree
to
the
latest
revision
@
section
Updating
the
source
tree
to
the
latest
revision
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment