summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-12Link to the xdiff lib for newer gits.HEADmasterKristian Høgsberg1-1/+1
2009-01-12Fill out all required fields of the git tag object.Kristian Høgsberg1-3/+7
2009-01-12Track changes to git_config() API.Kristian Høgsberg1-1/+1
2009-01-12Use full author name and email in tags.Kristian Høgsberg1-2/+3
2009-01-12Be more careful about which commit to adjust when time goes backwards.Kristian Høgsberg1-4/+20
2008-01-17Support for expanding overlapping keywords like "$Name$Id$"Andrew Heybey1-0/+20
2007-11-18Avoid infinite loop on multi-keyword linesFinn Arne Gangstad1-1/+11
2007-11-18Make printf format specifiers 64 bit compatibleFinn Arne Gangstad1-4/+4
2007-11-18Convert some compiled in constants to optionsFinn Arne Gangstad2-19/+30
2007-11-17Make sure we close the log file after we've finished with it.Benjamin Close1-0/+1
2007-06-24Clean up out-of-order vendor branches (thanks, LaMont). Avoid master loops.Keith Packard1-9/+40
2007-06-24Open log file for read/write and flush between operationsKeith Packard1-1/+6
2007-06-21rcs2git.c:latin1_alpha(): make the argument intRoman Kagan1-1/+1
2007-06-19Merge branch 'fixes'Keith Packard13-641/+1039
2007-04-05Allow 'head ;' for CVS files without any revisions.Keith Packard1-1/+1
2007-04-05Check commit authors. Add --commit-time-window option.Keith Packard3-4/+14
2007-01-24[PATCH] saner handling of having the same file added on multiple branchesAl Viro3-68/+114
2007-01-24[PATCH] fix off-by-one in attic handling (tree.c)Al Viro1-2/+3
2007-01-24[PATCH] crude workaround for FreeBSD RELENG_2_1_0 braindamageAl Viro2-0/+9
2007-01-24[PATCH] don't bother with external git-commit-treeAl Viro1-97/+115
2007-01-16[PATCH] generate tree objects just as we calculate changesetsAl Viro6-120/+233
2007-01-15[PATCH] deal with tags for goodAlexander Viro7-144/+150
2007-01-15[PATCH] don't bother with individual calloc() for each tagAl Viro3-13/+30
2007-01-15[PATCH] sanitize dump_tags(), kill tag->shownAl Viro2-47/+49
2007-01-15[PATCH] trim rev_tagAl Viro4-37/+9
2007-01-15[PATCH] initial split of rev_ref into head and tag variantsAl Viro5-41/+135
2007-01-15[PATCH] more rev_branch_merge() sanitizing - kill sorting by date in main loopAl Viro1-62/+69
2007-01-15[PATCH] optimize rev_branch_merge() (kill repeated memmove())Al Viro1-11/+14
2007-01-14[PATCH] switch to bulk generation of blobs, don't reapply deltasAl Viro4-189/+124
2007-01-14[PATCH] sanitize branch walking a bitAl Viro6-25/+198
2007-01-14[PATCH] kill left recursion on huge lists, keep the parser stack smallAl Viro1-10/+12
2006-10-07initial support for command-line optionsAlexey Tourbin1-0/+32
2006-10-07make object tags, not weak tagsAlexey Tourbin1-4/+62
2006-10-07link with -lcryptoAlexey Tourbin1-1/+1
2006-09-09Change Josh's addressold-skoolKeith Packard1-1/+1
2006-09-09Add lots more fd.o addressesKeith Packard1-0/+11
2006-06-17do not free git_dir (it is an atom)Keith Packard1-2/+0
2006-06-16Clean up tracing messages. Make unnamed branch warning more informativeKeith Packard3-7/+10
2006-06-14Automatically pack blobs as CVS files are parsed.Keith Packard5-9/+193
2006-06-14Allow revision number as symbolic name (!)Keith Packard1-2/+10
2006-06-14Changes to parse Mozilla repository. Increase branch depth, fix parser.Keith Packard5-6/+13
2006-06-14Replace simple list of files per commit with per-directory collections.Keith Packard7-82/+323
2006-06-10Make repositories --sharedKeith Packard1-1/+1
2006-06-10Add xorg-Authors fileKeith Packard1-0/+78
2006-05-19[PATCH] add an install target to MakefileMartin Atukunda1-0/+2
2006-05-13Allow branches to start at .0Keith Packard1-1/+1
2006-05-13Make two arrays static to avoid stack overflowKeith Packard1-2/+4
2006-05-13Eliminate numerous large stack arrays. GCC agressive inlining was failing to ...Keith Packard4-90/+86
2006-05-13Merge master to rcs-builtin branchKeith Packard1-4/+3
2006-05-12No warning for files actually created on branch correctlyKeith Packard1-4/+3