Commit Graph

319 Commits

Author SHA1 Message Date
Scott Chacon
d2782e7a41 handles git commit encoding fields now 2009-05-11 16:03:57 -07:00
Augie Fackler
8ab49e9022 tests: Work around a bug in certain git versions on OS X. 2009-05-11 13:38:17 -07:00
Augie Fackler
de72ea775c Fix execute bit on tests. 2009-05-11 13:38:03 -07:00
Scott Chacon
345be556c4 readme update - added sverre and fixed some stuff 2009-05-11 10:36:23 -07:00
Scott Chacon
5039a0d64a updated readme 2009-05-11 10:31:28 -07:00
Scott Chacon
122f5071a2 adding rename detection to already imported objects 2009-05-11 10:18:05 -07:00
Scott Chacon
667830685d i cannot for the heck of me figure out why renames are handled this way, but so be it, it works 2009-05-11 09:55:44 -07:00
Scott Chacon
7ee52664c0 status update 2009-05-10 21:26:49 -07:00
Scott Chacon
debaf6da75 quick fix for executable bit settings 2009-05-10 21:20:51 -07:00
Scott Chacon
4cb5c4b925 i think you mean submodules, symlinks are supported here 2009-05-10 16:11:19 -07:00
Sverre Rabbelier
a3eb2b7931 respect the mode flags (except symlinks) 2009-05-10 14:25:10 -07:00
Sverre Rabbelier
561dbf3174 more pythonic way to calculate the magnitude 2009-05-10 11:04:12 -07:00
Sverre Rabbelier
d4cb904883 make the gitdir a constant 2009-05-10 20:01:01 +02:00
Sverre Rabbelier
e1efaf27a3 make git-mapfile and git-configfile constants 2009-05-10 20:01:01 +02:00
Sverre Rabbelier
a0bb9e2a4d use atomictemp to prevent corruption on ctrl-c 2009-05-10 20:01:01 +02:00
Scott Chacon
bce4331fcc total is not always > 1 2009-05-10 10:52:06 -07:00
Sverre Rabbelier
808661177f major speedup in the already-converted case 2009-05-10 19:32:35 +02:00
Sverre Rabbelier
c24770b355 use atomictemp to prevent corruption on ctrl-c 2009-05-10 19:32:32 +02:00
Sverre Rabbelier
dd282430a0 sort the mapfile before writing 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
a2ec04b847 add progress indication during export 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
ce2998d518 don't import everything and the kitchen sink 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
3c3191e7f2 add gexport command 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
77eb495d2d add a few more TODO's 2009-05-10 19:31:45 +02:00
Sverre Rabbelier
10183e2f26 be better about internationalizing strings 2009-05-10 13:17:57 +02:00
Sverre Rabbelier
470fa741e2 strip redundant module path and dict accessing 2009-05-10 13:17:57 +02:00
Scott Chacon
e85dbd1b50 modified topological sort to be non-recursive 2009-05-09 22:52:30 -07:00
Scott Chacon
3520343325 fixed subtree issue and zero padding issue 2009-05-09 16:52:37 -07:00
Scott Chacon
5181761ff7 oops. gotta quote the url 2009-05-09 15:36:53 -07:00
Scott Chacon
c1e74ea77d added map saving after each object exported 2009-05-09 15:06:33 -07:00
Scott Chacon
d59f3cf90d committer info now being kept properly 2009-05-08 20:57:02 -07:00
Scott Chacon
97655b5209 fixed some small compatability issues with the dulwich update 2009-05-08 20:54:33 -07:00
Scott Chacon
ed40497aed merge of upstream work from dulwich project 2009-05-08 17:21:04 -07:00
Scott Chacon
1e9e7033e7 remove debugging statement 2009-05-08 15:06:38 -07:00
Scott Chacon
b3ebb60d97 merged in changes from stepancheg patch queues 2009-05-08 11:35:42 -07:00
Scott Chacon
12c03078a4 added a missing newline back to git conversion 2009-05-08 11:35:14 -07:00
Scott Chacon
3b309542e0 imported patch mmap-fix 2009-05-08 11:33:45 -07:00
Scott Chacon
a03f4cc142 time is not necessary 10 bytes length
data taken from Linus kernel source:

===
tree 11765faf4a761388e012ed4ef3be453336594598
parent e0d5dab24deac859b1b2326c4ad0745572d16d10
author Ursula Braun <braunu@de.ibm.com> 1 +0100
committer Jeff Garzik <jeff@garzik.org> 1192849202 -0400

qeth: remove header_ops bug

Remove qeth bug caused by commit:
[NET]: Move hardware header operations out of netdevice.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
===
2009-05-08 11:33:39 -07:00
Scott Chacon
6f641b1e2c disable demandimport while importing modules to catch ImportError to fallback to python 1.4 properly 2009-05-08 11:33:33 -07:00
Scott Chacon
2fb2756dd9 made compatible with python 1.4 2009-05-08 11:33:28 -07:00
Scott Chacon
9a8f54a900 readded yet another piece of code that disappeared at some point, recovering branches properly 2009-05-07 15:07:18 -07:00
Scott Chacon
2b8fb39b97 fix, but im not sure its fixed yet 2009-05-05 09:43:24 -07:00
Scott Chacon
1afd2ff363 reapplying defunkts changes 2009-05-01 20:16:07 -07:00
Scott Chacon
5679e51481 fixed the topo sorting and added a unit test 2009-05-01 20:05:30 -07:00
Scott Chacon
089792494a merged awesome changes from chris 2009-05-01 07:01:27 -07:00
Scott Chacon
f06a372da3 merge with a rename is working now, but the fix cannot be the right way to do it 2009-05-01 07:00:44 -07:00
Chris Wanstrath
0c6d8c5f4d ignore shas we've already collected 2009-04-30 18:58:20 -07:00
Chris Wanstrath
c45dd1d7de Switch to non-recursive version of Tarjan's algorithm. 2009-04-30 17:51:28 -07:00
Scott Chacon
2bbb543117 explicit renames converting both ways now 2009-04-30 13:54:33 -07:00
Scott Chacon
7264b19394 merged in defunkts changes 2009-04-30 12:57:06 -07:00
Scott Chacon
4524b5794f adding hg explicit file renames to the git commit message 2009-04-30 12:55:56 -07:00