summaryrefslogtreecommitdiffstats
path: root/builtin-upload-archive.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-07-06Remove archaic use of regex capture \1 in favour of $1Nick Woolley1-1/+1
2009-07-06completion: Add --full-diff to log optionsTodd Zullinger1-1/+1
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong2-6/+2
2009-07-06http-push: fix xml_entities() string parsing overrunHunter, D. Seth1-0/+2
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2-1/+3
2009-07-03grep: simplify -p outputRené Scharfe2-10/+6
2009-07-02Remove filename from conflict markersMartin Renold4-13/+17
2009-07-02grep -p: support user defined regular expressionsRené Scharfe5-3/+50
2009-07-02grep: add option -p/--show-functionRené Scharfe5-13/+98