On Thu, Mar 02, 2006 at 07:19:29PM -0600, Jon Loeliger wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Jon Loeliger <redacted>
---
Documentation/technical/pack-heuristics.txt | 466 +++++++++++++++++++++++++++
1 files changed, 466 insertions(+), 0 deletions(-)
create mode 100644 Documentation/technical/pack-heuristics.txt
0cbbcac437be6f8a0249f6cf83b90a6fe9d2362e
diff --git a/Documentation/technical/pack-heuristics.txt b/Documentation/technical/pack-heuristics.txt
new file mode 100644
index 0000000..eaab3ee
--- /dev/null
+++ b/Documentation/technical/pack-heuristics.txt
@@ -0,0 +1,466 @@
+ Concerning Git's Packing Heuristics
+ ===================================
+
[nice description of Git's packing heuristics]
Junio, are there any specific reasons why this hasn't been applied
yet?
- Fredrik