Commit Graph

150 Commits

Author SHA1 Message Date
Rick Olson
6cf2619d7f slight fsck man page update 2015-06-18 07:21:28 -06:00
risk danger olson
955a06df35 Merge pull request #373 from michael-k/fsck
Fsck command
2015-06-18 07:19:52 -06:00
Michael Käufl
3bd4a680fc Provided a rudimentary man page for git-lfs-fsck
Regard github/git-lfs#409
2015-06-18 03:19:36 +02:00
Michael Käufl
1643608db1 Fixed some (markdown) issues in spec
Indentation is not as robust as ```.  See
afbc5818a3/docs/spec.md
2015-06-08 00:05:02 +02:00
rubyist
a57d47a2aa Rename get to fetch 2015-05-29 11:28:10 -04:00
rubyist
2ce0189b09 The batch api example json is missing some braces 2015-05-29 11:21:15 -04:00
risk danger olson
7df39996fa mention in the API spec that the batch api is still experimental 2015-05-28 10:43:05 -06:00
Rick Olson
3eb8e242cc merge master 2015-05-27 14:05:51 -06:00
risk danger olson
c8cc9484fd Merge pull request #277 from ddanier/ddanier-ssh-href-doc-fix
Fixed api.md not containing the correct information about href
2015-05-22 16:22:11 -06:00
Rick Olson
615b4d814e fix merge conflict 2015-05-21 14:13:57 -06:00
rubyist
22d3f4e6d6 Merge branch 'master' into multitransfer
Conflicts:
	lfs/pointer_smudge.go
	lfs/upload_queue.go
2015-05-21 13:47:52 -04:00
rubyist
f8f4ad230a Start a man page for lfs get 2015-05-21 11:20:54 -04:00
Steve Streeting
081e089260 Fix spec error - there is no 'git lfs sync' command 2015-05-18 10:26:42 +01:00
Stephen Gelman
c6a6c684ac Add instructions for bulding a deb 2015-05-15 11:19:03 -05:00
Rick Olson
690a9b74a3 80c 2015-05-13 10:48:28 -06:00
Jeff Haemer
300cf8b778 Build scripts for CentOS and Debian/Ubuntu
Install prerequisites, then build client on
CentOS 6/7, Debian 8, and Ubuntu 14.04.
Also build docs on all but CentOS 6.
2015-05-12 20:44:56 -06:00
Jeff Haemer
0a67e7a7cc Add instructions for CentOS7
Also toss bison into the requirements for both CentOS and Ubuntu.
Simplify installation of client and man pages to use "install -D"
2015-05-11 17:26:43 -06:00
Jeff Haemer
7ca03dfa35 Add instructions on how to get prereqs.
Default packages for 14.04 are too old to build with these instructions.
Add instructions for getting newer go.
Add instructions for getting newer ruby and associated packages.
2015-05-11 16:35:03 -06:00
rubyist
978471f77d accept and return an object with an array instead of an array 2015-05-05 16:08:37 -04:00
rubyist
694a6fda30 Draft an endpoint for batch upload/download operations 2015-05-05 11:11:14 -04:00
David Danier
b0b4ecdc7c No trailing slash for SSH API URLs
See https://github.com/github/git-lfs/pull/277#issuecomment-98755440
2015-05-05 08:24:09 +02:00
David Danier
cb23f8273c Fixed api.md not containing the correct information about href
While playing with https://github.com/ddanier/django-git-lfs I noticed the documentation for the href attribute is a bit off. If you point git-lfs to /objects it will produce /objects/objects. So the correct URL may not contain "objects". This commit fixes this documentation issue.
2015-05-02 20:14:00 +02:00
risk danger olson
8bb6b264e4 list more commands in the git-lfs(1) man page 2015-04-30 09:32:09 -06:00
risk danger olson
0ccea94d89 add a note to git lfs push man page 2015-04-30 09:27:14 -06:00
Rick Olson
ae3f87342a merge master 2015-04-27 15:18:12 -06:00
Rick Olson
97ef1810c7 mention possible 410 response in api 2015-04-27 15:13:19 -06:00
Rick Olson
d5f8cb7fbc Merge branch 'master' into split-push-cmd 2015-04-24 12:00:49 -06:00
risk danger olson
2e6bb2a045 Merge pull request #247 from github/0.5.0-ssh-spec
add the optional HREF key to the SSH output
2015-04-24 11:58:35 -06:00
Rick Olson
cd4ccd3c9f remove more repo/refspec references 2015-04-24 11:43:29 -06:00
Rick Olson
145cdf7518 tweak docs 2015-04-24 11:41:14 -06:00
Rick Olson
394d7dbd91 teach the update command how to update known git lfs hooks 2015-04-24 11:33:22 -06:00
Rick Olson
9fe3a5b212 split pre-push cmd from push 2015-04-24 10:04:02 -06:00
Rick Olson
a825d49160 Merge branch 'master' into 0.5.0-ssh-spec 2015-04-22 16:50:39 -06:00
Rick Olson
bc62c32776 add man page for the pointer command 2015-04-22 13:46:06 -06:00
Rick Olson
e9627e1699 Merge branch 'master' into 0.5.0-pointer-spec 2015-04-22 13:37:45 -06:00
Rick Olson
bd1b1ed793 change the pointer command's switches 2015-04-22 13:17:53 -06:00
Rick Olson
c6b722db63 implement the pointer command 2015-04-22 11:41:41 -06:00
Rick Olson
a1a730c8b9 the pointer command isn't meant to be a plumbing command 2015-04-22 10:16:41 -06:00
Rick Olson
df390746e5 sketch out a 'git lfs pointer' command 2015-04-22 10:13:40 -06:00
Rick Olson
035aafc28f don't mention the really old pointers 2015-04-22 09:58:25 -06:00
Rick Olson
1c39eba895 mention the pre-release version url 2015-04-22 09:51:38 -06:00
Rick Olson
c6019976db mention the string format for the oid field 2015-04-22 09:51:27 -06:00
risk danger olson
4bdecffac0 fix typo 2015-04-20 14:58:28 -06:00
risk danger olson
301131ebae Merge pull request #228 from github/man-tidy
A bunch of suggested tweaks to the man pages
2015-04-20 11:42:22 -06:00
risk danger olson
4592dd52ad update docs to mention references, not refspec 2015-04-20 11:15:46 -06:00
risk danger olson
769f54224f Remove the mention of the old push queue 2015-04-20 11:12:00 -06:00
risk danger olson
5c52dea89a path command is gone 2015-04-20 11:11:03 -06:00
risk danger olson
2df1c72ede this is important 2015-04-20 11:10:02 -06:00
risk danger olson
a42f6bbb88 Merge pull request #245 from github/0.5.0-config-spec
clarify how git config is loaded
2015-04-20 10:45:45 -06:00
risk danger olson
5f48c4c4c3 add the optional HREF key 2015-04-19 12:52:02 -06:00