diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4ffba5f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.xcf filter=lfs diff=lfs merge=lfs -text +*.ico filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfd1db1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.exe +Data/ +App/Git diff --git a/App/AppInfo/Launcher/GitPortable.ini b/App/AppInfo/Launcher/GitPortable.ini new file mode 100644 index 0000000..a929c44 --- /dev/null +++ b/App/AppInfo/Launcher/GitPortable.ini @@ -0,0 +1,11 @@ +[Launch] +Name=GitPortable +ProgramExecutable=Git\git-bash.exe +ProgramExecutable64= +ProgramExecutableWhenParameters= +ProgramExecutableWhenParameters64= +CommandLineArguments= +WorkingDirectory=%USERPROFILE% + + + diff --git a/App/AppInfo/appicon.ico b/App/AppInfo/appicon.ico new file mode 100644 index 0000000..ad5f462 --- /dev/null +++ b/App/AppInfo/appicon.ico @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f455747f33953a723ff7b070d43f0ed03c1d8d0749d7bb06288e14d356b637 +size 107434 diff --git a/App/AppInfo/appicon_128.png b/App/AppInfo/appicon_128.png new file mode 100644 index 0000000..ccacd21 --- /dev/null +++ b/App/AppInfo/appicon_128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a981ea9f434802e84c0ac51f7bb1c80cbd0cb67aa515ffdeae767567f33d04 +size 3466 diff --git a/App/AppInfo/appicon_16.png b/App/AppInfo/appicon_16.png new file mode 100644 index 0000000..b7879c7 --- /dev/null +++ b/App/AppInfo/appicon_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8a2cc3613ecd761e02c8a3a46572dcc1a4997b2b378651911335efd083c02c +size 2235 diff --git a/App/AppInfo/appicon_256.png b/App/AppInfo/appicon_256.png new file mode 100644 index 0000000..33e9e6f --- /dev/null +++ b/App/AppInfo/appicon_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f330ad28c72324235434b10f91f5bb4f6d47948750152ae301faa748cc6a37ab +size 6910 diff --git a/App/AppInfo/appicon_32.png b/App/AppInfo/appicon_32.png new file mode 100644 index 0000000..aed590e --- /dev/null +++ b/App/AppInfo/appicon_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fb5f154b8d28932eb29d7cf84d1f616bff5d975f73175d5b4624d4a0e7d3ed +size 1037 diff --git a/App/AppInfo/appicon_48.png b/App/AppInfo/appicon_48.png new file mode 100644 index 0000000..685f6a9 --- /dev/null +++ b/App/AppInfo/appicon_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229b02a6bc48cdd14f90f47ba9e337b16f205713bd337d70b05797858ffe5171 +size 1546 diff --git a/App/AppInfo/appicon_75.png b/App/AppInfo/appicon_75.png new file mode 100644 index 0000000..9288cb8 --- /dev/null +++ b/App/AppInfo/appicon_75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203659344457d77858c90bdb7191d20be3c4e4f9f7ced4b48ac1d77d476b0483 +size 12399 diff --git a/App/AppInfo/appinfo.ini b/App/AppInfo/appinfo.ini new file mode 100644 index 0000000..16f89a7 --- /dev/null +++ b/App/AppInfo/appinfo.ini @@ -0,0 +1,46 @@ +[Format] +Type=PortableApps.comFormat +Version=3.5 + +[Details] +Name=GitPortable Portable +AppID=GitPortable +Publisher=Git SCM +Homepage=https://git-scm.com/download/win +Donate= +Category=Utilities +Description=GIT Source Code Managment for Windows +Language=Multilingual +Trademarks= +InstallType= + +[License] +Shareable=True +OpenSource=True +Freeware=True +CommercialUse=False +EULAVersion= + +[Dependencies] +UsesGhostscript=No +UsesJava=No +UsesDotNetVersion= + +[Control] +Icons=1 +Start=GitPortable.exe +[Associations] +FileTypes= +FileTypeCommandLine= +FileTypeCommandLine-extension= +Protocols= +ProtocolCommandLine= +ProtocolCommandLine-protocol= +SendTo= +SendToCommandLine= +Shell= +ShellCommand= +[FileTypeIcons] +[Version] +PackageVersion=2.25.1.0 +DisplayVersion=2.25.1-beta0-uroesch diff --git a/help.html b/help.html new file mode 100644 index 0000000..e69de29