Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
[gitweb.git] / remote.c
2007-07-12 Merge branch 'master' of git://git./gitk/gitk
2007-07-12 Merge commit 'git-gui/master'
2007-07-12 Merge branch 'maint'
2007-07-11 Add for_each_remote() function, and extend remote_find_...
2007-07-10 Merge branch 'bd/delta'
2007-07-10 Some cosmetic changes to remote library
2007-07-10 Add allocation and freeing functions for struct refs
2007-07-10 Merge branch 'maint'
2007-07-09 Merge branch 'maint'
2007-07-07 Merge branch 'maint'
2007-07-04 Merge branch 'maint'
2007-07-03 Merge branch 'jo/init'
2007-07-03 Merge branch 'maint'
2007-07-03 "git-push $URL" without refspecs pushes only matching...
2007-07-03 Merge branch 'maint'
2007-07-02 Merge branch 'ew/svn'
2007-07-02 Merge 1.5.2.3 in
2007-07-01 Merge branch 'ml/worktree'
2007-07-01 Merge branch 'ei/worktree+filter'
2007-06-30 Merge branch 'maint'
2007-06-29 Merge branch 'maint'
2007-06-29 Merge branch 'master' of git://repo.or.cz/git-gui
2007-06-28 Merge branch 'master' of git://git./gitk/gitk
2007-06-27 Merge branch 'maint'
2007-06-26 Merge branch 'master' of git://git./gitk/gitk into...
2007-06-23 Merge branch 'jc/oneline'
2007-06-23 Merge branch 'ei/oneline+add-empty'
2007-06-23 Merge branch 'js/filter'
2007-06-22 Import branch 'git-p4' of git://repo.or.cz/fast-export
2007-06-16 Merge branch 'jc/remote'
2007-06-16 Merge branch 'gp/branch'
2007-06-16 Merge branch 'fl/cvsserver'
2007-06-16 Merge branch 'lh/submodule'
2007-06-16 Merge branch 'maint' to sync with GIT 1.5.2.2
2007-06-16 Fix pushing to a pattern with no dst
2007-06-13 Merge branch 'jc/blame' (early part)
2007-06-13 Don't dereference a strdup-returned NULL
2007-06-13 Merge branch 'maint'
2007-06-13 Merge branch 'aw/cvs'
2007-06-13 Merge branch 'ep/cvstag'
2007-06-12 Merge branch 'lh/submodule'
2007-06-12 Merge branch 'maint'
2007-06-12 Merge branch 'master' of git://repo.or.cz/git-gui
2007-06-11 Merge branch 'master' of git://repo.or.cz/git-gui
2007-06-11 Merge branch 'maint'
2007-06-10 Merge branch 'maint'
2007-06-09 remote.c: "git-push frotz" should update what matches...
2007-06-09 remote.c: fix "git push" weak match disambiguation
2007-06-09 remote.c: minor clean-up of match_explicit()
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...