summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-28Makefile: Make 'configure --with-expat=path' actually workLibravatar Serge van den Boom1-1/+9
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
2009-01-27Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano2-2/+2
2009-01-27test-path-utils: Fix off by one, found by valgrindLibravatar Johannes Schindelin1-1/+1
2009-01-27get_sha1_basic(): fix invalid memory access, found by valgrindLibravatar Johannes Schindelin1-1/+1
2009-01-27mergetool: Don't repeat merge tool candidatesLibravatar Johannes Gilger1-10/+8
2009-01-27Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...Libravatar Junio C Hamano3-67/+99
2009-01-27diff.c: output correct index lines for a split diffLibravatar Junio C Hamano2-66/+98
2009-01-26tests: Avoid single-shot environment export for shell function invocationLibravatar Junio C Hamano2-5/+25
2009-01-26rebase -i: correctly remember --root flag across --continueLibravatar Junio C Hamano2-2/+102
2009-01-26make: Remove -pthread on Darwin (it is included by cstdlib).Libravatar Ted Pavlic1-0/+1
2009-01-26Mention "local convention" rule in the CodingGuidelinesLibravatar Nanako Shiraishi1-2/+7
2009-01-26Windows: Revert to default paths and convert them by RUNTIME_PREFIXLibravatar Steffen Prohaska1-3/+1
2009-01-26Compute prefix at runtime if RUNTIME_PREFIX is setLibravatar Steffen Prohaska2-0/+47
2009-01-26Modify setup_path() to only add git_exec_path() to PATHLibravatar Steffen Prohaska1-3/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Libravatar Steffen Prohaska16-0/+45
2009-01-26git_extract_argv0_path(): Move check for valid argv0 from caller to calleeLibravatar Steffen Prohaska2-4/+7
2009-01-26Refactor git_set_argv0_path() to git_extract_argv0_path()Libravatar Steve Haslam3-18/+19
2009-01-26Move computation of absolute paths from Makefile to runtime (in preparation f...Libravatar Steffen Prohaska3-23/+36
2009-01-25Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano3-12/+135
2009-01-25Documentation: rework src/dst description in git pushLibravatar Anders Melchiorsen1-11/+12
2009-01-25Documentation: more git push examplesLibravatar Anders Melchiorsen1-3/+13
2009-01-25Documentation: simplify refspec format descriptionLibravatar Junio C Hamano2-9/+9
2009-01-25rebase -i --root: fix check for number of argumentsLibravatar Johannes Schindelin1-1/+2
2009-01-25gittutorial: remove misleading noteLibravatar Miklos Vajna1-3/+1
2009-01-25Merge branch 'kb/lstat-cache'Libravatar Junio C Hamano4-67/+238
2009-01-25Merge branch 'js/diff-color-words'Libravatar Junio C Hamano10-87/+492
2009-01-25Merge branch 'cb/add-pathspec'Libravatar Junio C Hamano5-51/+17