1. 28 11月, 2006 10 次提交
  2. 27 11月, 2006 8 次提交
  3. 26 11月, 2006 8 次提交
  4. 25 11月, 2006 11 次提交
  5. 24 11月, 2006 3 次提交
    • J
      Allow git push to delete remote ref. · d4f694ba
      Junio C Hamano 提交于
      This allows you to say
      
      	git send-pack $URL :refs/heads/$branch
      
      to delete the named remote branch.  The refspec $src:$dst means
      replace the destination ref with the object known as $src on the
      local side, so this is a natural extension to make an empty $src
      mean "No object" to delete the target.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      d4f694ba
    • J
      Merge branch 'jn/web' · 634b8d05
      Junio C Hamano 提交于
      * jn/web:
        gitweb: Finish restoring "blob" links in git_difftree_body
        gitweb: Refactor feed generation, make output prettier, add Atom feed
        gitweb: Add an option to href() to return full URL
        gitweb: New improved formatting of chunk header in diff
        gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"
        gitweb: Buffer diff header to deal with split patches + git_patchset_body refactoring
        gitweb: Protect against possible warning in git_commitdiff
      634b8d05
    • J
      Merge branch 'pb/diffroot' · c7757948
      Junio C Hamano 提交于
      * pb/diffroot:
        config option log.showroot to show the diff of root commits
      c7757948