Skip to content

Tags: tpruvot/GitPHP

Tags

0.2.7.9

Toggle 0.2.7.9's commit message
GitPHP-repo 0.2.7.9

0.2.7.8

Toggle 0.2.7.8's commit message
project: keep remote heads hashes in urls

0.2.9

Toggle 0.2.9's commit message

Unverified

This user has not yet uploaded their public signing key.
GitPHP 0.2.9

0.2.7.7

Toggle 0.2.7.7's commit message
Make git exe an optional dependency for archive strategies

0.2.7.6

Toggle 0.2.7.6's commit message
git-diff: hide commit title and show git diff command line

0.2.7.5

Toggle 0.2.7.5's commit message
windows: in some cases this is required to support slashes

problem detected in file history (could be pipe related)

Quoting executable path allow to fix the problem :

C:\>"C:/GitStack/git/bin/git.exe" --git-dir="C:/GitStack/repositories/GitPHP.git" rev-list a313db2 ^
--no-merges --max-count=101 -- include/controller | "C:/GitStack/git/bin/git.exe" --git-dir="C:/GitStack/repositories/GitPHP.git" diff-tree -r --stdin -- include/controller

Note: the ^ is a line separator on windows (like \ on linux)

0.2.7.4

Toggle 0.2.7.4's commit message
Move IsDir function to Util class

Testing symlinks pointing to a directory is required for repo compatibitly

0.2.7.3

Toggle 0.2.7.3's commit message
Controller_Commit: add a check for invalid hashes parameters

throws GitPHP_InvalidHashException instead

0.2.7.2

Toggle 0.2.7.2's commit message
diff: change sidebyside param check to output

0.2.7.1

Toggle 0.2.7.1's commit message
explain 0.2.7 backports