From 9b2c8ead4e0b0acf97ddbf1e56b6049fb70d229c Mon Sep 17 00:00:00 2001 From: Amit Upadhyay Date: Wed, 26 Nov 2008 08:42:12 +0530 Subject: [PATCH] cleaned up repo, used the following script: commit="089d0b2a52925af993a9acb1a92377c2511738cf"; revlist=`git-rev-list $commit.. | tac` git reset --hard $commit git reset --soft HEAD~1 git reset HEAD local_settings.py git commit -m "added is_deleted etc" for rev in $revlist do git-cherry-pick $rev done derived from git-kill[http://kerneltrap.org/mailarchive/git/2007/1/31/237305] --- ikog | 1 - ikog.archive.dat | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ikog b/ikog index 2e0c4d1..133c6cf 100755 --- a/ikog +++ b/ikog @@ -27,7 +27,6 @@ # javascript to follow 18n preference @Computer :pI18N :created2008-11-23 # add language selector @Computer :pI18N :created2008-11-23 # push to wiktionary @Computer :pImport :created2008-11-23 -# remove git checkin's containing local_settings.py @Computer @Internet :pDeployment :created2008-11-25 # push entire git repo to repo.or.cz @Internet @Computer :pDeployment :created2008-11-25 # check out http://www.thefreedictionary.com/sources.htm @Computer @Internet :pImport :created2008-11-25 #!<^CONFIG diff --git a/ikog.archive.dat b/ikog.archive.dat index eab54de..2410a9d 100644 --- a/ikog.archive.dat +++ b/ikog.archive.dat @@ -8,3 +8,4 @@ # use id-s in admin for relations @Computer @Archived :pImport :created2008-11-23 :d2008-11-23 # create wiktionary list http://download.wikimedia.org/backup-index.html @Computer @Internet @Archived :pImport :created2008-11-23 :d2008-11-23 # download all wiktionary files @Computer @Internet @Archived :pImport :created2008-11-23 :d2008-11-24 +# remove git checkin's containing local_settings.py @Computer @Internet @Archived :pDeployment :created2008-11-25 :d2008-11-26 -- 2.11.4.GIT