Daniel Barkalow <barkalow@iabervon.org> wrote:I just moved a huge block in git-gui so I have a great example... What about a patch format like this? I doubt people move more than 26 blocks in the same patch of the same file, so using a single character block prefix when the before/after images are identical might work OK. diff --git a/git-gui.sh b/git-gui.sh index 0443129..f13fa80 100755 --- a/git-gui.sh +++ b/git-gui.sh a@@ -632,6 +632,43 a@@ You are using [git-version]: ###################################################################### ## a+## feature option selection a+ a+if {[regexp {^git-(.+)$} [appname] _junk subcommand]} { a+ unset _junk a+} else { a+ set subcommand gui a+} a+if {$subcommand eq {gui.sh}} { a+ set subcommand gui a+} a+if {$subcommand eq {gui} && [llength $argv] > 0} { a+ set subcommand [lindex $argv 0] a+ set argv [lrange $argv 1 end] a+} a+ a+enable_option multicommit a+enable_option branch a+enable_option transport a+ a+switch -- $subcommand { a+browser - a+blame { a+ disable_option multicommit a+ disable_option branch a+ disable_option transport a+} a+citool { a+ enable_option singlecommit a+ a+ disable_option multicommit a+ disable_option branch a+ disable_option transport a+} a+} a+ a+###################################################################### a+## ## repository setup if {[catch { a@@ -1598,43 +1635,6 a@@ apply_config ###################################################################### ## a-## feature option selection a- a-if {[regexp {^git-(.+)$} [appname] _junk subcommand]} { a- unset _junk a-} else { a- set subcommand gui a-} a-if {$subcommand eq {gui.sh}} { a- set subcommand gui a-} a-if {$subcommand eq {gui} && [llength $argv] > 0} { a- set subcommand [lindex $argv 0] a- set argv [lrange $argv 1 end] a-} a- a-enable_option multicommit a-enable_option branch a-enable_option transport a- a-switch -- $subcommand { a-browser - a-blame { a- disable_option multicommit a- disable_option branch a- disable_option transport a-} a-citool { a- enable_option singlecommit a- a- disable_option multicommit a- disable_option branch a- disable_option transport a-} a-} a- a-###################################################################### a-## ## ui construction set ui_comm {} -- 1.5.3.rc1.818.g84b7 -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Jens Axboe | Re: [BUG] New Kernel Bugs |
| KAMEZAWA Hiroyuki | Re: 2.6.24-rc3-mm1 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Jarek Poplawski | Re: [BUG #12364] Re: HTB - very bad precision? HFSC works fine! 2.6.28 |
| Alexey Dobriyan | Re: [GIT]: Networking |
