Junio C Hamano | decf50e | 2006-03-05 10:51:14 | [diff] [blame^] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
| 2 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 4 | <head> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | <meta name="generator" content="AsciiDoc 7.0.2" /> |
| 7 | <style type="text/css"> |
| 8 | /* Debug borders */ |
| 9 | p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 { |
| 10 | /* |
| 11 | border: 1px solid red; |
| 12 | */ |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | margin: 1em 5% 1em 5%; |
| 17 | } |
| 18 | |
| 19 | a { color: blue; } |
| 20 | a:visited { color: fuchsia; } |
| 21 | |
| 22 | em { |
| 23 | font-style: italic; |
| 24 | } |
| 25 | |
| 26 | strong { |
| 27 | font-weight: bold; |
| 28 | } |
| 29 | |
| 30 | tt { |
| 31 | color: navy; |
| 32 | } |
| 33 | |
| 34 | h1, h2, h3, h4, h5, h6 { |
| 35 | color: #527bbd; |
| 36 | font-family: sans-serif; |
| 37 | margin-top: 1.2em; |
| 38 | margin-bottom: 0.5em; |
| 39 | line-height: 1.3; |
| 40 | } |
| 41 | |
| 42 | h1 { |
| 43 | border-bottom: 2px solid silver; |
| 44 | } |
| 45 | h2 { |
| 46 | border-bottom: 2px solid silver; |
| 47 | padding-top: 0.5em; |
| 48 | } |
| 49 | |
| 50 | div.sectionbody { |
| 51 | font-family: serif; |
| 52 | margin-left: 0; |
| 53 | } |
| 54 | |
| 55 | hr { |
| 56 | border: 1px solid silver; |
| 57 | } |
| 58 | |
| 59 | p { |
| 60 | margin-top: 0.5em; |
| 61 | margin-bottom: 0.5em; |
| 62 | } |
| 63 | |
| 64 | pre { |
| 65 | padding: 0; |
| 66 | margin: 0; |
| 67 | } |
| 68 | |
| 69 | span#author { |
| 70 | color: #527bbd; |
| 71 | font-family: sans-serif; |
| 72 | font-weight: bold; |
| 73 | font-size: 1.2em; |
| 74 | } |
| 75 | span#email { |
| 76 | } |
| 77 | span#revision { |
| 78 | font-family: sans-serif; |
| 79 | } |
| 80 | |
| 81 | div#footer { |
| 82 | font-family: sans-serif; |
| 83 | font-size: small; |
| 84 | border-top: 2px solid silver; |
| 85 | padding-top: 0.5em; |
| 86 | margin-top: 4.0em; |
| 87 | } |
| 88 | div#footer-text { |
| 89 | float: left; |
| 90 | padding-bottom: 0.5em; |
| 91 | } |
| 92 | div#footer-badges { |
| 93 | float: right; |
| 94 | padding-bottom: 0.5em; |
| 95 | } |
| 96 | |
| 97 | div#preamble, |
| 98 | div.tableblock, div.imageblock, div.exampleblock, div.verseblock, |
| 99 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 100 | div.admonitionblock { |
| 101 | margin-right: 10%; |
| 102 | margin-top: 1.5em; |
| 103 | margin-bottom: 1.5em; |
| 104 | } |
| 105 | div.admonitionblock { |
| 106 | margin-top: 2.5em; |
| 107 | margin-bottom: 2.5em; |
| 108 | } |
| 109 | |
| 110 | div.content { /* Block element content. */ |
| 111 | padding: 0; |
| 112 | } |
| 113 | |
| 114 | /* Block element titles. */ |
| 115 | div.title, caption.title { |
| 116 | font-family: sans-serif; |
| 117 | font-weight: bold; |
| 118 | text-align: left; |
| 119 | margin-top: 1.0em; |
| 120 | margin-bottom: 0.5em; |
| 121 | } |
| 122 | div.title + * { |
| 123 | margin-top: 0; |
| 124 | } |
| 125 | |
| 126 | td div.title:first-child { |
| 127 | margin-top: 0.0em; |
| 128 | } |
| 129 | div.content div.title:first-child { |
| 130 | margin-top: 0.0em; |
| 131 | } |
| 132 | div.content + div.title { |
| 133 | margin-top: 0.0em; |
| 134 | } |
| 135 | |
| 136 | div.sidebarblock > div.content { |
| 137 | background: #ffffee; |
| 138 | border: 1px solid silver; |
| 139 | padding: 0.5em; |
| 140 | } |
| 141 | |
| 142 | div.listingblock > div.content { |
| 143 | border: 1px solid silver; |
| 144 | background: #f4f4f4; |
| 145 | padding: 0.5em; |
| 146 | } |
| 147 | |
| 148 | div.quoteblock > div.content { |
| 149 | padding-left: 2.0em; |
| 150 | } |
| 151 | div.quoteblock .attribution { |
| 152 | text-align: right; |
| 153 | } |
| 154 | |
| 155 | div.admonitionblock .icon { |
| 156 | vertical-align: top; |
| 157 | font-size: 1.1em; |
| 158 | font-weight: bold; |
| 159 | text-decoration: underline; |
| 160 | color: #527bbd; |
| 161 | padding-right: 0.5em; |
| 162 | } |
| 163 | div.admonitionblock td.content { |
| 164 | padding-left: 0.5em; |
| 165 | border-left: 2px solid silver; |
| 166 | } |
| 167 | |
| 168 | div.exampleblock > div.content { |
| 169 | border-left: 2px solid silver; |
| 170 | padding: 0.5em; |
| 171 | } |
| 172 | |
| 173 | div.verseblock div.content { |
| 174 | white-space: pre; |
| 175 | } |
| 176 | |
| 177 | div.imageblock div.content { padding-left: 0; } |
| 178 | div.imageblock img { border: 1px solid silver; } |
| 179 | span.image img { border-style: none; } |
| 180 | |
| 181 | dl { |
| 182 | margin-top: 0.8em; |
| 183 | margin-bottom: 0.8em; |
| 184 | } |
| 185 | dt { |
| 186 | margin-top: 0.5em; |
| 187 | margin-bottom: 0; |
| 188 | font-style: italic; |
| 189 | } |
| 190 | dd > *:first-child { |
| 191 | margin-top: 0; |
| 192 | } |
| 193 | |
| 194 | ul, ol { |
| 195 | list-style-position: outside; |
| 196 | } |
| 197 | ol.olist2 { |
| 198 | list-style-type: lower-alpha; |
| 199 | } |
| 200 | |
| 201 | div.tableblock > table { |
| 202 | border-color: #527bbd; |
| 203 | border-width: 3px; |
| 204 | } |
| 205 | thead { |
| 206 | font-family: sans-serif; |
| 207 | font-weight: bold; |
| 208 | } |
| 209 | tfoot { |
| 210 | font-weight: bold; |
| 211 | } |
| 212 | |
| 213 | div.hlist { |
| 214 | margin-top: 0.8em; |
| 215 | margin-bottom: 0.8em; |
| 216 | } |
| 217 | td.hlist1 { |
| 218 | vertical-align: top; |
| 219 | font-style: italic; |
| 220 | padding-right: 0.8em; |
| 221 | } |
| 222 | td.hlist2 { |
| 223 | vertical-align: top; |
| 224 | } |
| 225 | |
| 226 | @media print { |
| 227 | div#footer-badges { display: none; } |
| 228 | } |
| 229 | /* Workarounds for IE6's broken and incomplete CSS2. */ |
| 230 | |
| 231 | div.sidebar-content { |
| 232 | background: #ffffee; |
| 233 | border: 1px solid silver; |
| 234 | padding: 0.5em; |
| 235 | } |
| 236 | div.sidebar-title, div.image-title { |
| 237 | font-family: sans-serif; |
| 238 | font-weight: bold; |
| 239 | margin-top: 0.0em; |
| 240 | margin-bottom: 0.5em; |
| 241 | } |
| 242 | |
| 243 | div.listingblock div.content { |
| 244 | border: 1px solid silver; |
| 245 | background: #f4f4f4; |
| 246 | padding: 0.5em; |
| 247 | } |
| 248 | |
| 249 | div.quoteblock-content { |
| 250 | padding-left: 2.0em; |
| 251 | } |
| 252 | |
| 253 | div.exampleblock-content { |
| 254 | border-left: 2px solid silver; |
| 255 | padding-left: 0.5em; |
| 256 | } |
| 257 | </style> |
| 258 | <title>A short git tools survey</title> |
| 259 | </head> |
| 260 | <body> |
| 261 | <div id="header"> |
| 262 | <h1>A short git tools survey</h1> |
| 263 | </div> |
| 264 | <h2>Introduction</h2> |
| 265 | <div class="sectionbody"> |
| 266 | <p>Apart from git contrib/ area there are some others third-party tools |
| 267 | you may want to look.</p> |
| 268 | <p>This document presents a brief summary of each tool and the corresponding |
| 269 | link.</p> |
| 270 | </div> |
| 271 | <h2>Alternative/Augmentative Procelains</h2> |
| 272 | <div class="sectionbody"> |
| 273 | <ul> |
| 274 | <li> |
| 275 | <p> |
| 276 | <strong>Cogito</strong> (http://www.kernel.org/pub/software/scm/cogito/) |
| 277 | </p> |
| 278 | <div class="literalblock"> |
| 279 | <div class="content"> |
| 280 | <pre><tt>Cogito is a version control system layered on top of the git tree history |
| 281 | storage system. It aims at seamless user interface and ease of use, |
| 282 | providing generally smoother user experience than the "raw" Core GIT |
| 283 | itself and indeed many other version control systems.</tt></pre> |
| 284 | </div></div> |
| 285 | </li> |
| 286 | <li> |
| 287 | <p> |
| 288 | <strong>pg</strong> (http://www.spearce.org/category/projects/scm/pg/) |
| 289 | </p> |
| 290 | <div class="literalblock"> |
| 291 | <div class="content"> |
| 292 | <pre><tt>pg is a shell script wrapper around GIT to help the user manage a set of |
| 293 | patches to files. pg is somewhat like quilt or StGIT, but it does have a |
| 294 | slightly different feature set.</tt></pre> |
| 295 | </div></div> |
| 296 | </li> |
| 297 | <li> |
| 298 | <p> |
| 299 | <strong>StGit</strong> (http://www.procode.org/stgit/) |
| 300 | </p> |
| 301 | <div class="literalblock"> |
| 302 | <div class="content"> |
| 303 | <pre><tt>Stacked GIT provides a quilt-like patch management functionality in the |
| 304 | GIT environment. You can easily manage your patches in the scope of GIT |
| 305 | until they get merged upstream.</tt></pre> |
| 306 | </div></div> |
| 307 | </li> |
| 308 | </ul> |
| 309 | </div> |
| 310 | <h2>History Viewers</h2> |
| 311 | <div class="sectionbody"> |
| 312 | <ul> |
| 313 | <li> |
| 314 | <p> |
| 315 | <strong>gitk</strong> (shipped with git-core) |
| 316 | </p> |
| 317 | <div class="literalblock"> |
| 318 | <div class="content"> |
| 319 | <pre><tt>gitk is a simple TK GUI for browsing history of GIT repositories easily.</tt></pre> |
| 320 | </div></div> |
| 321 | </li> |
| 322 | <li> |
| 323 | <p> |
| 324 | <strong>gitview</strong> (contrib/) |
| 325 | </p> |
| 326 | <div class="literalblock"> |
| 327 | <div class="content"> |
| 328 | <pre><tt>gitview is a GTK based repository browser for git</tt></pre> |
| 329 | </div></div> |
| 330 | </li> |
| 331 | <li> |
| 332 | <p> |
| 333 | <strong>gitweb</strong> (ftp://ftp.kernel.org/pub/software/scm/gitweb/) |
| 334 | </p> |
| 335 | <div class="literalblock"> |
| 336 | <div class="content"> |
| 337 | <pre><tt>GITweb provides full-fledged web interface for GIT repositories.</tt></pre> |
| 338 | </div></div> |
| 339 | </li> |
| 340 | <li> |
| 341 | <p> |
| 342 | <strong>qgit</strong> (http://digilander.libero.it/mcostalba/) |
| 343 | </p> |
| 344 | <div class="literalblock"> |
| 345 | <div class="content"> |
| 346 | <pre><tt>QGit is a git/StGIT GUI viewer built on Qt/C++. QGit could be used |
| 347 | to browse history and directory tree, view annotated files, commit |
| 348 | changes cherry picking single files or applying patches. |
| 349 | Currently it is the fastest and most feature rich among the git |
| 350 | viewers and commit tools.</tt></pre> |
| 351 | </div></div> |
| 352 | </li> |
| 353 | </ul> |
| 354 | </div> |
| 355 | <h2>Foreign SCM interface</h2> |
| 356 | <div class="sectionbody"> |
| 357 | <ul> |
| 358 | <li> |
| 359 | <p> |
| 360 | <strong>git-svn</strong> (contrib/) |
| 361 | </p> |
| 362 | <div class="literalblock"> |
| 363 | <div class="content"> |
| 364 | <pre><tt>git-svn is a simple conduit for changesets between a single Subversion |
| 365 | branch and git.</tt></pre> |
| 366 | </div></div> |
| 367 | </li> |
| 368 | <li> |
| 369 | <p> |
| 370 | <strong>quilt2git / git2quilt</strong> (http://home-tj.org/wiki/index.php/Misc) |
| 371 | </p> |
| 372 | <div class="literalblock"> |
| 373 | <div class="content"> |
| 374 | <pre><tt>These utilities convert patch series in a quilt repository and commit |
| 375 | series in git back and forth.</tt></pre> |
| 376 | </div></div> |
| 377 | </li> |
| 378 | </ul> |
| 379 | </div> |
| 380 | <h2>Others</h2> |
| 381 | <div class="sectionbody"> |
| 382 | <ul> |
| 383 | <li> |
| 384 | <p> |
| 385 | <strong>(h)gct</strong> (http://www.cyd.liu.se/users/~freku045/gct/) |
| 386 | </p> |
| 387 | <div class="literalblock"> |
| 388 | <div class="content"> |
| 389 | <pre><tt>Commit Tool or (h)gct is a GUI enabled commit tool for git and |
| 390 | Mercurial (hg). It allows the user to view diffs, select which files |
| 391 | to committed (or ignored / reverted) write commit messages and |
| 392 | perform the commit itself.</tt></pre> |
| 393 | </div></div> |
| 394 | </li> |
| 395 | <li> |
| 396 | <p> |
| 397 | <strong>git.el</strong> (contrib/) |
| 398 | </p> |
| 399 | <div class="literalblock"> |
| 400 | <div class="content"> |
| 401 | <pre><tt>This is an Emacs interface for git. The user interface is modeled on |
| 402 | pcl-cvs. It has been developed on Emacs 21 and will probably need some |
| 403 | tweaking to work on XEmacs.</tt></pre> |
| 404 | </div></div> |
| 405 | </li> |
| 406 | </ul> |
| 407 | </div> |
| 408 | <div id="footer"> |
| 409 | <div id="footer-text"> |
| 410 | Last updated 05-Mar-2006 10:51:10 UTC |
| 411 | </div> |
| 412 | </div> |
| 413 | </body> |
| 414 | </html> |