Use start_command() to run content filters instead of explicit fork/exec.
[gitweb.git] / remote.c
2007-10-16 Merge branch 'master' into db/fetch-pack
2007-10-16 Fix a crash in ls-remote when refspec expands into...
2007-10-16 Remove duplicate ref matches in fetch
2007-09-25 Prevent send-pack from segfaulting when a branch doesn...
2007-09-25 Cleanup unnecessary break in remote.c
2007-09-25 Cleanup style nit of 'x == NULL' in remote.c
2007-09-19 Rename remote.uri to remote.url within remote handling...
2007-09-19 Correct handling of branch.$name.merge in builtin-fetch
2007-09-19 builtin-fetch: Don't segfault on "fetch +foo"
2007-09-19 Don't configure remote "." to fetch everything to itself
2007-09-19 Add matching and parsing for fetch-side refspec rules
2007-09-19 Report information on branches from remote.h
2007-09-19 Add uploadpack configuration info to remote.
2007-09-18 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-08-29 Merge branch 'master' of git://git./gitk/gitk
2007-08-27 Merge branch 'master' of git://repo.or.cz/git-gui
2007-08-26 Merge branch 'maint'
2007-08-21 Merge branch 'master' of git://git./gitk/gitk
2007-08-19 Merge branch 'master' of git://repo.or.cz/git-gui
2007-08-19 Merge branch 'master' of git://git./gitk/gitk
2007-08-16 Merge branch 'maint' to sync with 1.5.2.5
2007-08-13 Merge branch 'master' of git://git./gitk/gitk
2007-08-06 Merge branch 'maint'
2007-08-05 Merge branch 'maint'
2007-08-01 Merge branch 'maint'
2007-07-30 Merge branch 'master' of git://repo.or.cz/git-gui
2007-07-28 Merge branch 'master' of git://git./gitk/gitk
2007-07-19 Merge branch 'maint'
2007-07-15 Merge branch 'master' of git://repo.or.cz/git/fastimport
2007-07-14 Merge branch 'master' of git://git./gitk/gitk
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...