Commit Graph

666 Commits

Author SHA1 Message Date
Sebastian Sdorra
4986a4cb30 implement git browse command 2012-06-11 16:57:25 +02:00
Sebastian Sdorra
ad2cdfd967 implement cat command for git 2012-06-11 16:30:08 +02:00
Sebastian Sdorra
c209def286 reimplement getChangesets by request 2012-06-11 15:46:19 +02:00
Sebastian Sdorra
c8b5902650 fix wrong end parameter 2012-06-11 15:16:55 +02:00
Sebastian Sdorra
4afe19285c start implementation of git log command 2012-06-11 14:24:19 +02:00
Sebastian Sdorra
f83933f485 added version informations to repository handler 2012-05-01 17:19:33 +02:00
Sebastian Sdorra
b3719f7e0d archived repositories are not writable 2012-03-30 11:38:13 +02:00
Sebastian Sdorra
c052ae0327 remove unused import 2012-02-26 12:21:17 +01:00
Sebastian Sdorra
69fdfa7103 fix wrong license header format 2012-02-26 11:32:55 +01:00
Sebastian Sdorra
bd7397763d use repository directory as working directory for git repository hooks 2012-02-23 20:55:36 +01:00
Sebastian Sdorra
23f234d2cf use author ident instead of commit ident 2012-02-04 14:52:31 +01:00
Sebastian Sdorra
06883d5f14 fix wrong modification list in git getChangeset 2012-01-19 15:56:34 +01:00
Sebastian Sdorra
7585056947 implement getChangeset for git 2012-01-18 19:31:00 +01:00
Sebastian Sdorra
9d29bcd743 added api to fetch a single changeset 2012-01-18 19:14:01 +01:00
Sebastian Sdorra
9d0970da5b remove git specific import resource 2012-01-15 15:12:31 +01:00
Sebastian Sdorra
52212bb558 improve AbstractImportHandler 2012-01-15 14:35:57 +01:00
Sebastian Sdorra
1d930d5537 added AbstractImportHandler 2012-01-15 14:30:39 +01:00
Sebastian Sdorra
cf96e046b4 added basic git import 2012-01-12 14:27:58 +01:00
Sebastian Sdorra
01534177c2 added browser support for git submodules 2012-01-07 15:25:22 +01:00
Sebastian Sdorra
666b8ace74 indent 2012-01-04 17:07:34 +01:00
Sebastian Sdorra
029dc643e5 fix git hooks for repository structures 2012-01-04 17:04:14 +01:00
Sebastian Sdorra
bd7ef64be3 added parent ids to git changesets 2011-12-31 18:00:29 +01:00
Sebastian Sdorra
c832cb332a fix nullpointerexception in git servlet 2011-12-26 15:23:13 +01:00
Sebastian Sdorra
a1d031e587 fix potential bugs, detected by findbugs and pmd 2011-12-24 15:45:03 +01:00
Sebastian Sdorra
5bddcc1ab8 merge with branch issue-77 2011-12-14 17:35:44 +01:00
Sebastian Sdorra
ea085d395d use checkedprovider for repository injection 2011-12-11 17:12:09 +01:00
Sebastian Sdorra
736e1f183f catch MissingObjectException with git submodules 2011-12-01 20:36:41 +01:00
Sebastian Sdorra
7d05188b0f fix stackoverflow exception 2011-11-28 13:10:25 +01:00
Sebastian Sdorra
c6b8e108e6 improve logging of git servlet 2011-11-28 11:27:49 +01:00
Sebastian Sdorra
b8dcc55884 call repository request listeners before the git servlet is executed 2011-11-28 11:22:20 +01:00
Sebastian Sdorra
b9c684af59 fix git isRepository check 2011-11-24 22:40:45 +01:00
Sebastian Sdorra
352b639ab7 merge with default branch 2011-11-19 13:02:05 +01:00
Sebastian Sdorra
90c232a17e improve logging of git changesetviewer 2011-11-15 21:37:02 +01:00
Sebastian Sdorra
c609df47ef added missing revision parameter to changesetviewer api 2011-11-15 20:45:37 +01:00
youngwan
c0905b8a14 added to view history of the specific file. 2011-11-14 10:43:34 +09:00
Sebastian Sdorra
76c5c4ce40 git support for directory structures 2011-10-23 16:49:44 +02:00
Sebastian Sdorra
ae56f8c96b fix possible NullPointerException 2011-10-22 12:07:31 +02:00
Sebastian Sdorra
9259641347 fix git hook exception handling 2011-10-07 15:58:42 +02:00
Sebastian Sdorra
475f1a67a0 fix bug with git repositories without head 2011-10-03 16:56:28 +02:00
Sebastian Sdorra
7e690ad5cb commit remove unused import 2011-09-28 19:01:57 +02:00
Sebastian Sdorra
667b489036 implement pre receive hook for git repositories 2011-09-27 21:19:40 +02:00
Sebastian Sdorra
05dc2c64bb fix git pre receive file hook 2011-09-27 20:09:54 +02:00
Sebastian Sdorra
b903efee62 improve blame api and description to blameline 2011-09-22 15:49:28 +02:00
Sebastian Sdorra
cb2a210bd0 remove unused import 2011-09-18 16:25:39 +02:00
Sebastian Sdorra
003717275d added tree filter 2011-09-18 16:24:39 +02:00
Sebastian Sdorra
98aeeabbdb implementing git diff viewer 2011-09-18 15:52:55 +02:00
Sebastian Sdorra
668600b65d rename BlamePagingResult to BlameResult 2011-09-16 09:05:06 +02:00
Sebastian Sdorra
0e82fc1ffe fix git blame revision 2011-09-15 14:04:38 +02:00
Sebastian Sdorra
4644af0580 fix wrong git blame line number 2011-09-15 13:41:53 +02:00
Sebastian Sdorra
6c127b62bf use long instead of date 2011-09-15 10:48:59 +02:00