Commit Graph

26 Commits

Author SHA1 Message Date
Sebastian Schuberth
7261b7140f Do not run gofmt in the src directory
All the src contains is a symbolic link to the root, causing gofmt to
indefinitely recurse until it errors out. On Windows, this causes an error
message like

    GetFileAttributesEx
    src\github.com\github\git-lfs\src\github.com\github\git-lfs\src\github.com\github\git-lfs\src\github.com\github\git-lfs\src\github.com\github\git-lfs\.git\objects\pack\pack-2fc21819ce9855ebf1a1f3ac77cf464c8a4e6e42.idx:
    The system cannot find the path specified.
2016-09-06 11:15:05 +02:00
risk danger olson
da3ced10b9 don't format go files in these non-src dirs 2015-10-26 17:11:48 -06:00
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
risk danger olson
47f012979a bash bash bash 2015-07-21 11:16:20 -06:00
risk danger olson
3e6b15c981 run script/lint at the end of script/fmt 2015-07-21 11:14:26 -06:00
Michael Käufl
56cba9738c Cleaned up old integration test leftovers
Fixes github/git-lfs#357
2015-06-01 15:33:42 +02:00
Rick Olson
67e13fa433 update scripts 2015-05-25 12:30:14 -06:00
Rick Olson
314095734f dont install goimports 2015-05-13 13:51:56 -06:00
Rick Olson
216623196a Use goimports instead of gofmt 2015-05-13 13:43:41 -06:00
rubyist
2ab8c3d27e Merge branch 'master' into no-more-local-import-paths
Conflicts:
	.gitignore
2014-06-03 14:36:04 -04:00
rubyist
f6d2ee3a8f First pass at reorg. Builds, tests don't run yet 2014-06-03 11:08:58 -04:00
Rick Olson
ac0e0bbfaa put man files in ./man 2014-06-02 16:36:31 -06:00
Rick Olson
c67773254b always clean git test fixtures 2014-06-02 09:38:41 -06:00
rubyist
76b22cbaf4 stricter tests for decoding 2014-06-02 09:38:12 -06:00
rick
e36f46f6b4 update scripts for ci 2014-06-02 09:35:22 -06:00
risk danger olson
1ccee5485b dont try to fmt the old server code 2014-06-02 09:35:21 -06:00
rick
8e1a1a180a start on a basic queuedir package 2014-06-02 09:33:52 -06:00
rick
a3ad1a5d15 add a basic server for syncing 2014-06-02 09:33:51 -06:00
rick
27fd6ab2fe add gopack 2014-06-02 09:33:51 -06:00
rick
c5de76d4e3 rename gitmediaclean => gitmediafilters 2014-06-02 09:33:51 -06:00
risk danger olson
5b1b34d6de add a cross compilation build script 2014-06-02 09:33:50 -06:00
risk danger olson
5b67411bcd extract clean writer to the gitmediaclean package 2014-06-02 09:33:09 -06:00
risk danger olson
8005bee855 script/fmt formats commands/* too 2014-06-02 09:33:09 -06:00
risk danger olson
a76a1863ab move commands to cmd/* 2014-06-02 09:33:08 -06:00
risk danger olson
55c5c5ea32 add a basic pre-commit hook that lists changed files 2014-06-02 09:33:08 -06:00
risk danger olson
3ccf614c94 add script/fmt 2014-06-02 09:33:08 -06:00