gitweb: Fix bugs in git_search_grep_body: it's length(), not len()
[gitweb.git] / remote.c
2007-06-09 remote.c: refactor creation of new dst ref
2007-06-09 remote.c: refactor match_explicit_refs()
2007-06-09 Merge branch 'maint'
2007-06-09 Merge branch 'aj/pack'
2007-06-09 Merge branch 'js/merge'
2007-06-09 Merge branch 'ar/wildcardpush'
2007-06-09 Merge branch 'ar/clone'
2007-06-08 Merge branch 'maint'
2007-06-08 Fix push with refspecs containing wildcards
2007-06-06 Merge branch 'sv/objfixes'
2007-06-03 Merge branch 'maint' to sync with 1.5.2.1
2007-06-03 Merge branches 'lh/submodules' and 'pb/am'
2007-06-02 Merge branch 'sp/pack'
2007-06-02 Merge branch 'maint'
2007-05-31 Merge branch 'maint'
2007-05-29 Merge branch 'db/remote'
2007-05-26 Move refspec pattern matching to match_refs().
2007-05-21 Add handlers for fetch-side configuration of remotes.
2007-05-21 Move refspec parser from connect.c and cache.h to remot...
2007-05-21 Move remote parsing into a library file out of builtin...