~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/random.txt

  • Committer: mbp at sourcefrog
  • Date: 2005-04-08 05:39:46 UTC
  • Revision ID: mbp@sourcefrog.net-20050408053946-1cb3415e1f8f58493034a5cf
- import lovely urlgrabber library

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
 
236
236
-----
237
237
 
238
 
When sending patches by email (optionall) send each one as a separate
239
 
mail, with a sequence number [%03d/%03d] at the start of the Subject.
240
 
See mail from linus 2005-04-07.
241
 
 
242
 
http://linux.yyz.us/patch-format.html
243
 
 
244
 
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt
245
 
 
246
 
----
247
 
 
248
 
dwmw2 (2005-04-07) 
249
 
 
250
 
reorder patches by cherry-picking them from a main development tree
251
 
before sending them on.
252
 
 
253
 
----
254
 
 
255
 
ignore BitKeeper
256
 
 
257
 
re-add should give the same id as before
 
238
 
 
239
* Fix up diffs for files without a trailing newline
 
240
 
 
241
-----
 
242
 
 
243
* Directly import diffs!  It seems a bit redundant to need to rescan
 
244
  the directory to work out what files diff added/deleted/changed when
 
245
  all the information is there in the diff in the first place.
 
246
  Getting the exact behaviour for added/deleted subdirectories etc
 
247
  might be hard.
 
248
 
 
249
  At the very least we could run diffstat over the diff, or perhaps
 
250
  read the status output from patch.  Just knowing which files might
 
251
  be modified would be enough to guide the add and commit.
 
252
  
 
253
  Given this we might be able to import patches at 1/second or better.