# main local branch (the one we want checked out) master = master # all local branches (including those needed by child clones) branches = $(master) # local name of origin origin = origin currentbranch = $(shell git branch | grep ^\* | awk '{ print $2 }') noncurrentbranches = $(filter-out $(currentbranch),$(branches)) update: git fetch $(origin) $(if $(filter $(currentbranch),$(master)),,git branch -f "$(master)" "$(origin)/$(master)" && git checkout "$(master)") git pull "$(origin)" $(if $(noncurrentbranches),$(foreach branch,$(noncurrentbranches),git branch -f "$(branch)" "$(origin)/$(branch)" && git checkout "$(branch)" && git pull "$(origin)" &&) git checkout "$(master)") init: git init git remote add -f -m "$(master)" origin "$(origin)" git merge origin # git config remote.origin.push +"refs/heads/$(master)":"refs/heads/$(master)" .PHONY: update init selected='selected'>master Unnamed repository; edit this file 'description' to name the repository.Jonas Smedegaard
summaryrefslogtreecommitdiff
path: root/tags/97/69
diff options
context:
space:
mode:
Diffstat (limited to 'tags/97/69')
-rw-r--r--tags/97/69/20070129190230.GC11079@gmail.com/debian0
-rw-r--r--tags/97/69/20090630162708.GB16214@enricozini.org/debconf0
-rw-r--r--tags/97/69/20090630162708.GB16214@enricozini.org/debian0
-rw-r--r--tags/97/69/20090630162708.GB16214@enricozini.org/signed0
-rw-r--r--tags/97/69/20121026062506.GH10129@master.debian.org/debian0
-rw-r--r--tags/97/69/20160627150320.GB20326@desktop.kern.pm/debian0
-rw-r--r--tags/97/69/20160627150320.GB20326@desktop.kern.pm/inbox0
-rw-r--r--tags/97/69/20160627150320.GB20326@desktop.kern.pm/old0
-rw-r--r--tags/97/69/20180925010211.BF3061CD46B@lxp5.free-owl.de/sys0
-rw-r--r--tags/97/69/20180925010211.BF3061CD46B@lxp5.free-owl.de/unread0
-rw-r--r--tags/97/69/20220113133951.A0B33E29@xayide.jones.dk/unread0
-rw-r--r--tags/97/69/21D5C5ABCD7FD311BEBC005004E9448E02FC31@ADVOKATERNE01/inbox0
-rw-r--r--tags/97/69/21D5C5ABCD7FD311BEBC005004E9448E02FC31@ADVOKATERNE01/old0
-rw-r--r--tags/97/69/229DF9F5C7B44C83A6DAC09CEA613C17@Birgittehjemme/dgih0
-rw-r--r--tags/97/69/229DF9F5C7B44C83A6DAC09CEA613C17@Birgittehjemme/replied0
-rw-r--r--tags/97/69/44c8f3d040914030612cea398@mail.gmail.com/debian0
-rw-r--r--tags/97/69/44c8f3d040914030612cea398@mail.gmail.com/inbox0
-rw-r--r--tags/97/69/44c8f3d040914030612cea398@mail.gmail.com/old0
-rw-r--r--tags/97/69/5378BBE2.5070800@w3.org/inbox0
-rw-r--r--tags/97/69/5378BBE2.5070800@w3.org/old0
-rw-r--r--tags/97/69/CAKXApeopMQyp=qLV7LcsvOZH7jR_y-qX1x8SQ+enUGXr=mW2Xw@mail.gmail.com/sugar0
-rw-r--r--tags/97/69/E1jx3Iq-0004ne-Ch@usper.debian.org/debian0
-rw-r--r--tags/97/69/E1jx3Iq-0004ne-Ch@usper.debian.org/inbox0
-rw-r--r--tags/97/69/E1jx3Iq-0004ne-Ch@usper.debian.org/killed0
-rw-r--r--tags/97/69/E1jx3Iq-0004ne-Ch@usper.debian.org/unread0
-rw-r--r--tags/97/69/F6E64172-ACAB-4F08-884F-B4C3EEF73824@kaospilot.dk/hb0
-rw-r--r--tags/97/69/F6E64172-ACAB-4F08-884F-B4C3EEF73824@kaospilot.dk/unread0
-rw-r--r--tags/97/69/Pine.BSM.4.64L.1301220914120.26403@herc.mirbsd.org/debian0
-rw-r--r--tags/97/69/Pine.LNX.4.50.0212100119400.3624-100000@auryn.jones.dk/sent0
-rw-r--r--tags/97/69/handler.s.C.142790700620706.transcript@bugs.debian.org/debian0
-rw-r--r--tags/97/69/handler.s.C.142790700620706.transcript@bugs.debian.org/unread0
-rw-r--r--tags/97/69/l03020905af71201a9e48@%5b192.168.2.105%5d/inbox0
-rw-r--r--tags/97/69/l03020905af71201a9e48@%5b192.168.2.105%5d/old0
-rw-r--r--tags/97/69/lp66ju%24mhj%241@ger.gmane.org/debian0
34 files changed, 0 insertions, 0 deletions