Skip to content

Commit

Permalink
Merge pull request git#458 from git/progit2
Browse files Browse the repository at this point in the history
Things needed for Pro Git 2
  • Loading branch information
schacon committed Oct 29, 2014
2 parents 6379ec9 + 9997d9c commit 5aad22d
Show file tree
Hide file tree
Showing 379 changed files with 21,751 additions and 1,793 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ config/database.yml
#Ignore vim swpfiles
*.swp
*.swo

/public/*.zip
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem 'launchy'
gem 'rubyzip'
gem 'diff-lcs'
gem 'redcarpet'
gem 'nokogiri'

# Assets
gem 'compass-rails'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,14 @@ GEM
treetop (~> 1.4.8)
memcachier (0.0.2)
mime-types (1.25.1)
mini_portile (0.6.0)
minitest (5.4.0)
multi_json (1.10.1)
multipart-post (2.0.0)
netrc (0.7.7)
newrelic_rpm (3.9.0.229)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
octokit (3.2.0)
sawyer (~> 0.5.3)
pg (0.17.1)
Expand Down Expand Up @@ -258,6 +261,7 @@ DEPENDENCIES
memcachier
netrc
newrelic_rpm
nokogiri
octokit
pg
rack-timeout
Expand Down
8 changes: 7 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
PG2:

* link for translation sources
* show that newer content is available for missed slugs (fallback to v1)



3.1 Launch:

* add MIT/CC license link to footer
Expand Down Expand Up @@ -63,4 +70,3 @@ Maybes:
- technical docs
- jgit and co
- libgit2 and wrappers

6 changes: 6 additions & 0 deletions app/assets/stylesheets/book.css.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.ebooks img {
padding: 5px;
}

#book-container {
position: relative;
@extend .callout;
Expand Down Expand Up @@ -207,3 +211,5 @@ ol.book-toc {
}
}
}

.switch a { color: #aaa; }
Loading

0 comments on commit 5aad22d

Please sign in to comment.