summaryrefslogtreecommitdiffstats
path: root/gitk (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-12simple random data generator for testsNicolas Pitre3-2/+40
2007-04-10validate reused pack data with CRC when possibleNicolas Pitre1-12/+34
2007-04-10allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2-6/+32
2007-04-10pack-redundant.c: learn about index v2Nicolas Pitre1-20/+27
2007-04-10show-index.c: learn about index v2Nicolas Pitre1-9/+59
2007-04-10sha1_file.c: learn about index version 2Nicolas Pitre1-29/+89
2007-04-10index-pack: learn about pack index version 2Nicolas Pitre1-9/+57
2007-04-10pack-objects: learn about pack index version 2Nicolas Pitre1-12/+87
2007-04-10compute object CRC32 with index-packNicolas Pitre1-3/+13
2007-04-10compute a CRC32 for each object as stored in a packNicolas Pitre3-0/+24
2007-04-10add overflow tests on pack offset variablesNicolas Pitre3-16/+34
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre5-4/+12
2007-04-10get rid of num_packed_objects()Nicolas Pitre7-22/+17
2007-04-10git-archive: make tar the default formatRené Scharfe3-5/+12
2007-04-09Add Documentation/cmd-list.made to .gitignoreJunio C Hamano1-0/+1
2007-04-09git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong1-2/+9
2007-04-09git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong1-20/+21
2007-04-09git-svn: bail out on incorrect command-line optionsEric Wong1-1/+4
2007-04-08Start 1.5.2 cycle by prepareing RelNotes for it.Junio C Hamano2-1/+77
2007-04-08Prepare for 1.5.1.1Junio C Hamano2-1/+47
2007-04-08cvsserver: small corrections to asciidoc documentationFrank Lichtenheld1-4/+4
2007-04-07A new merge stragety 'subtree'.Junio C Hamano7-3/+373
2007-04-07git-push to multiple locations does not stop at the first failureJunio C Hamano1-7/+8
2007-04-07git-push reports the URL after failing.Junio C Hamano1-0/+2
2007-04-07Documentation: tighten dependency for git.{html,txt}Junio C Hamano2-4/+17
2007-04-07Makefile: iconv() on Darwin has the old interfaceArjen Laarhoven1-0/+1
2007-04-07t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven1-5/+6
2007-04-07git-bisect: allow bisecting with only one bad commit.Junio C Hamano2-45/+59
2007-04-07t6030: add a bit more tests to git-bisectJunio C Hamano1-1/+37
2007-04-07t3200-branch.sh: small language nitArjen Laarhoven1-1/+1
2007-04-07usermanual.txt: some capitalization nitsArjen Laarhoven1-4/+4
2007-04-07Make builtin-branch.c handle the git config fileLars Hjemli2-10/+6
2007-04-07rename_ref(): only print a warning when config-file update failsLars Hjemli1-1/+1
2007-04-07Distinguish branches by more than case in tests.Brian Gernhardt1-3/+3
2007-04-07Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2007-04-07cvsimport: Improve formating consistencyFrank Lichtenheld1-3/+3
2007-04-07cvsimport: Reorder options in documentation for better understandingFrank Lichtenheld1-27/+27
2007-04-07cvsimport: Improve usage error reportingFrank Lichtenheld1-4/+6
2007-04-07cvsimport: Improve documentation of CVSROOT and CVS module determinationFrank Lichtenheld1-2/+6
2007-04-07cvsimport: sync usage lines with existing optionsFrank Lichtenheld2-5/+8
2007-04-06git-bisect: modernizationJunio C Hamano1-5/+4
2007-04-06Fix lseek(2) calls with args 2 and 3 swappedDana How2-2/+2
2007-04-06Makefile: Add '+' to QUIET_SUBDIR0 to fix parallel make.Fernando J. Pereda1-2/+2
2007-04-06Documentation: bisect: "start" accepts one bad and many good commitsChristian Couder1-4/+15
2007-04-06Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder2-26/+99
2007-04-06Fix passing of TCLTK_PATH to git-guiAlex Riesen1-1/+1
2007-04-06Rename add_file_to_index() to add_file_to_cache()Junio C Hamano4-4/+4
2007-04-06Rename static variable write_index to update_index in builtin-apply.cJunio C Hamano1-6/+6
2007-04-06Rename internal function "add_file_to_cache" in builtin-update-index.cJunio C Hamano1-2/+2
2007-04-06Propagate cache error internal to refresh_cache() via parameter.Junio C Hamano1-6/+13