summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Fix 'git diff --no-index' with a non-existing symlink targetLibravatar Johannes Schindelin2-1/+8
2009-01-30gitweb: align comments to codeLibravatar Giuseppe Bilotta1-4/+4
2009-01-30gitweb: webserver config for PATH_INFOLibravatar Giuseppe Bilotta1-0/+76
2009-01-30gitweb: make static files accessible with PATH_INFOLibravatar Giuseppe Bilotta1-0/+5
2009-01-30git-cvsserver: handle CVS 'noop' command.Libravatar Stefan Karpinski1-0/+1
2009-01-30t0005: use SIGTERM for sigchain testLibravatar Jeff King2-5/+5
2009-01-29Update draft release notes to 1.6.2Libravatar Junio C Hamano1-12/+53
2009-01-29Sync with 1.6.1.2Libravatar Junio C Hamano2-1/+41
2009-01-29GIT 1.6.1.2Libravatar Junio C Hamano3-2/+41
2009-01-28Merge branch 'jc/maint-format-patch-o-relative' into maintLibravatar Junio C Hamano2-4/+76
2009-01-28Merge branch 'bs/maint-rename-populate-filespec' into maintLibravatar Junio C Hamano1-2/+7
2009-01-28Merge branch 'mh/maint-commit-color-status' into maintLibravatar Junio C Hamano1-0/+6
2009-01-28Merge branch 'nd/grep-assume-unchanged' into maintLibravatar Junio C Hamano2-2/+20
2009-01-28Merge branch 'jc/maint-ls-tree' into maintLibravatar Junio C Hamano2-2/+13
2009-01-28Merge branch 'np/no-loosen-prune-expire-now' into maintLibravatar Junio C Hamano2-3/+9
2009-01-28Merge branch 'mc/cd-p-pwd' into maintLibravatar Junio C Hamano2-3/+3
2009-01-28Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano1-1/+2
2009-01-28avoid 31-bit truncation in write_loose_objectLibravatar Jeff King1-1/+2
2009-01-28Simplify t3412Libravatar Johannes Schindelin1-21/+7
2009-01-28Simplify t3411Libravatar Johannes Schindelin1-48/+17
2009-01-28Simplify t3410Libravatar Johannes Schindelin1-89/+35
2009-01-28test-lib.sh: introduce test_commit() and test_merge() helpersLibravatar Johannes Schindelin2-0/+43
2009-01-28lib-rebase.sh: Document what set_fake_editor() doesLibravatar Johannes Schindelin1-0/+12
2009-01-28t3404 & t3411: undo copy&pasteLibravatar Johannes Schindelin3-67/+44
2009-01-28add -u: do not fail to resolve a path as deletedLibravatar Junio C Hamano2-1/+69
2009-01-28builtin-apply.c: do not set bogus mode in check_preimage() for deleted pathLibravatar Junio C Hamano1-1/+1
2009-01-28mailinfo: tests for RFC2047 examplesLibravatar Kirill Smelkov14-0/+100
2009-01-28mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Libravatar Kirill Smelkov5-1/+11
2009-01-28Merge branch 'tr/previous-branch'Libravatar Junio C Hamano9-7/+324
2009-01-28Fix submodule squashing into unrelated commitLibravatar Johannes Schindelin2-6/+5
2009-01-28rebase -i squashes submodule changes into unrelated commitLibravatar Junio C Hamano1-0/+26
2009-01-28gitweb: check if-modified-since for feedsLibravatar Giuseppe Bilotta1-1/+19
2009-01-28gitweb: last-modified time should be commiter, not authorLibravatar Giuseppe Bilotta1-1/+1
2009-01-28gitweb: rss channel dateLibravatar Giuseppe Bilotta1-0/+4
2009-01-28gitweb: rss feed managingEditorLibravatar Giuseppe Bilotta1-1/+3
2009-01-28gitweb: feed generator metadataLibravatar Giuseppe Bilotta1-0/+2
2009-01-28gitweb: channel image in rss feedLibravatar Giuseppe Bilotta1-0/+10
2009-01-28git: use run_command() to execute dashed externalsLibravatar Jeff King1-4/+13
2009-01-28run_command(): help callers distinguish errorsLibravatar Jeff King1-0/+1
2009-01-28run_command(): handle missing command errors more gracefullyLibravatar Jeff King1-4/+14
2009-01-28Makefile: Make 'configure --with-expat=path' actually workLibravatar Serge van den Boom1-1/+9
2009-01-28git: s/run_command/run_builtin/Libravatar Jeff King1-2/+2
2009-01-28git-tag: Add --contains optionLibravatar Jake Goulding3-3/+146
2009-01-28Make has_commit() non-staticLibravatar Jake Goulding3-17/+19
2009-01-28Make opt_parse_with_commit() non-staticLibravatar Jake Goulding3-18/+20
2009-01-28revision traversal: allow UNINTERESTING objects to be missingLibravatar Junio C Hamano2-3/+44
2009-01-28git-am: minor cleanupsLibravatar Jay Soffian1-8/+4
2009-01-28Windows: Fix intermittent failures of t7701Libravatar Johannes Sixt1-7/+7
2009-01-28Merge branch 'maint'Libravatar Junio C Hamano4-24/+129
2009-01-27send-pack: do not send unknown object name from ".have" to pack-objectsLibravatar Junio C Hamano2-22/+127