Skip to content

Commit

Permalink
Add git-bundle to the docs/ page
Browse files Browse the repository at this point in the history
Altough I submitted a patch in commit a5f5ab6,
I realised git-bundle would still not appear at the docs/ page.

Some investigation taught me that I would have had to add it
in other files, too. (Fixed this)
  • Loading branch information
pentix committed Feb 9, 2015
1 parent a5f5ab6 commit 74e5eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/doc/rebase.html.haml
Expand Up @@ -93,6 +93,7 @@
%li= link_to "filter-branch"
%li= link_to "instaweb"
%li= link_to "archive"
%li= link_to "bundle"

%h3 Server Admin
%ul.unstyled
Expand Down
1 change: 1 addition & 0 deletions app/views/shared/ref/_admin.html.erb
Expand Up @@ -7,4 +7,5 @@
<li><%= man('git-filter-branch') %></li>
<li><%= man('git-instaweb') %></li>
<li><%= man('git-archive') %></li>
<li><%= man('git-bundle') %></li>
</ul>

0 comments on commit 74e5eb0

Please sign in to comment.