summaryrefslogtreecommitdiffstats
path: root/test-sha1.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-23janitor: use NULL and not 0 for pointers.Pierre Habouzit1-1/+1
2009-07-23git stash: modernize use of "dashed" git-XXX callsMartin Koegler1-3/+3
2009-07-23Improve doc for format-patch threading options.Yann Dirson2-12/+31
2009-07-23List send-email config options in config.txt.Yann Dirson1-0/+44
2009-07-23configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey2-2/+3
2009-07-23Trailing whitespace and no newline fixSZEDER Gábor2-3/+20
2009-07-23diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano2-7/+93
2009-07-23combine-diff.c: fix performance problem when folding common deleted linesJunio C Hamano1-8/+5
2009-07-20git svn: fix reparenting when ugly http(s) URLs are usedEric Wong1-2/+4
2009-07-20git svn: rename tests that had conflicting numbersEric Wong2-0/+0
2009-07-19Updates to draft release notes to 1.6.4Junio C Hamano1-10/+47
2009-07-19push: do not give big warning when no preference is configuredJunio C Hamano3-28/+2
2009-07-19t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber1-0/+20
2009-07-19cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson1-19/+22
2009-07-19checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano1-1/+1
2009-07-17sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey1-2/+0
2009-07-17refs.c: release file descriptor on error returnBrandon Casey1-1/+3
2009-07-16Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano3-9/+2
2009-07-15Fix extraneous lstat's in 'git checkout -f'Linus Torvalds1-1/+1
2009-07-14Improve on the 'invalid object' error message at commit timeLinus Torvalds1-1/+2
2009-07-14Make 'git show' more usefulLinus Torvalds1-1/+1
2009-07-13bash: add '--merges' to common 'git log' optionsSZEDER Gábor1-1/+1
2009-07-13Document 'git (rev-list|log) --merges'SZEDER Gábor2-0/+5
2009-07-13gitweb: update Git homepage URLWincent Colaiuta1-1/+1
2009-07-11git svn: allow uppercase UUIDs from SVNEric Wong1-7/+7
2009-07-11git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler2-30/+21
2009-07-11git-svn: Always duplicate paths returned from get_logMattias Nissler1-22/+23
2009-07-11quickfetch(): Prevent overflow of the rev-list command lineJohan Herland2-27/+60
2009-07-11Makefile: update IRIX64 sectionBrandon Casey1-6/+6
2009-07-11Makefile: add section for SGI IRIX 6.5Brandon Casey1-0/+13
2009-07-11Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile argumentsBrandon Casey2-0/+11
2009-07-11git-compat-util.h: adjust for SGI IRIX 6.5Brandon Casey1-1/+2
2009-07-11unpack-trees.c: work around run-time array initialization flaw on IRIX 6.5Brandon Casey1-1/+1
2009-07-11Makefile: keep "git" when bindir is execdirJunio C Hamano1-2/+3
2009-07-10Make index preloading check the whole path to the fileLinus Torvalds1-0/+4
2009-07-10Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds2-11/+20
2009-07-10Prepare symlink caching for thread-safetyLinus Torvalds1-35/+40
2009-07-10Avoid using 'lstat()' to figure out directoriesLinus Torvalds1-5/+42
2009-07-09Makefile: install 'git' in execdirv1.6.4-rc0Jeff King1-7/+7
2009-07-09Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entryLinus Torvalds1-5/+9
2009-07-09Simplify read_directory[_recursive]() argumentsLinus Torvalds3-31/+30
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds6-52/+40
2009-07-08mailinfo: Remove only one set of square bracketsAndreas Ericsson3-2/+9
2009-07-08git-svn.txt: fix description of fetch flags accepted by clone.Yann Dirson1-4/+4
2009-07-08git-svn.txt: fix fetch flags incorrectly documented as init flags.Yann Dirson1-10/+11
2009-07-08git-svn.txt: make formatting more consistent.Yann Dirson1-110/+101
2009-07-08git-svn.txt: stop using dash-form of commands.Yann Dirson1-60/+60
2009-07-08Documentation: update description of shell aliasesSitaram Chamarty1-1/+3
2009-07-06completion: __git_config_get_set_variables() handle values with spacesStephen Boyd1-5/+6
2009-07-06Avoid generating a warning if $fullname{$file} is undefinedNick Woolley1-1/+2