Commit Graph

24 Commits

Author SHA1 Message Date
Klaus Silveira
ec2e12dc04 Merge pull request #62 from skwashd/default-from-head
Read default branch from .git/HEAD
2012-06-26 11:54:15 -07:00
Dave Hall
158150d6c3 Issue #57: Interleave commits in blame 2012-06-26 21:47:19 +10:00
Dave Hall
19d80921f0 Issue #61: Read default branch from .git/HEAD 2012-06-26 21:04:37 +10:00
Klaus Silveira
8092f9c3c8 Better error handling in the commit log 2012-06-07 02:37:45 -03:00
Klaus Silveira
484c72679a Better filename handling in commit logs, fixes #35 2012-06-07 02:32:30 -03:00
Klaus Silveira
df8f74a9cb Fixing wc -l implementation on getTotalCommits 2012-06-07 02:03:32 -03:00
Klaus Silveira
fbd79f256b Dropped --count on rev-list in order to improve compatibility, using wc -l. Fixes #31 2012-06-07 01:46:02 -03:00
Klaus Silveira
167c5b83cc Implementing hidden repository feature, fixes #30 2012-06-07 01:34:22 -03:00
Klaus Silveira
a76e8f858e Treat non-existing description file on repositories, fixes #41 2012-06-07 01:15:53 -03:00
Klaus Silveira
d5051ca146 Correct handling of filenames with spaces. Fixes #25 2012-05-31 01:46:36 -03:00
Klaus Silveira
7c9b4aca5e Better error handling in command execution 2012-05-31 01:07:49 -03:00
Dave Hall
da43306c1e Fix binary file names 2012-05-27 23:19:40 +10:00
Klaus Silveira
68ba842be5 Fixes #19 by ignoring directories starting with a dot 2012-05-25 18:27:26 -03:00
Klaus Silveira
e4d8c5ef7f Removing recursive directory search, not very stable right now 2012-05-25 18:20:55 -03:00
Klaus Silveira
fec646062e Minor bug in last pull request 2012-05-25 18:07:18 -03:00
Yoander Valdés Rodríguez
ab33a63c49 checking repositories var as empty array 2012-05-25 16:43:40 -04:00
Yoander Valdés Rodríguez
198d173536 Initializing the repositories vas as empty array instead of null 2012-05-25 16:31:48 -04:00
Yoander Valdés Rodríguez
926ffe6b00 Fixed: Undefined variable: repositories in gitlist/lib/Git/Client.php on line 94 2012-05-25 14:50:01 -04:00
Klaus Silveira
9c4b5e9f35 Abstracting the pager and improving the pagination system 2012-05-23 20:58:38 -03:00
Klaus Silveira
b5ba7959d7 Commit pagination now with proper last page. Thanks @kulbirsaini! 2012-05-23 04:06:31 -03:00
Klaus Silveira
de57d7d489 Adding recursive repository scanning. Fixes #2 2012-05-23 03:31:21 -03:00
Klaus Silveira
595bd91d2c Better error handling for commits 2012-05-23 03:15:20 -03:00
Klaus Silveira
3f3c25bce8 Adding very simple pagination to commits, both repository and history. Fixes #4 2012-05-23 03:10:37 -03:00
Klaus Silveira
df43c987cf Initial commit 2012-05-18 01:38:33 -03:00