summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-14Make 'git show' more usefulLinus Torvalds
2009-07-13bash: add '--merges' to common 'git log' optionsSZEDER Gábor
2009-07-13Document 'git (rev-list|log) --merges'SZEDER Gábor
2009-07-13gitweb: update Git homepage URLWincent Colaiuta
2009-07-11git svn: allow uppercase UUIDs from SVNEric Wong
2009-07-11git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler
2009-07-11git-svn: Always duplicate paths returned from get_logMattias Nissler
2009-07-11quickfetch(): Prevent overflow of the rev-list command lineJohan Herland
2009-07-11Makefile: update IRIX64 sectionBrandon Casey
2009-07-11Makefile: add section for SGI IRIX 6.5Brandon Casey
2009-07-11Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile argumentsBrandon Casey
2009-07-11git-compat-util.h: adjust for SGI IRIX 6.5Brandon Casey
2009-07-11unpack-trees.c: work around run-time array initialization flaw on IRIX 6.5Brandon Casey
2009-07-11Merge branch 'lt/dir-cleanup'Junio C Hamano
2009-07-11Merge branch 'ae/maint-mailinfo-rm-only-one-patch-marker'Junio C Hamano
2009-07-11Makefile: keep "git" when bindir is execdirJunio C Hamano
2009-07-10Make index preloading check the whole path to the fileLinus Torvalds
2009-07-10Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds
2009-07-10Prepare symlink caching for thread-safetyLinus Torvalds
2009-07-10Avoid using 'lstat()' to figure out directoriesLinus Torvalds
2009-07-09Makefile: install 'git' in execdirv1.6.4-rc0Jeff King
2009-07-09Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entryLinus Torvalds
2009-07-09Simplify read_directory[_recursive]() argumentsLinus Torvalds
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds
2009-07-09Merge branch 'ld/push-porcelain-output-format'Junio C Hamano
2009-07-09Merge branch 'gb/gitweb-avatar'Junio C Hamano
2009-07-09Merge branch 'ml/http'Junio C Hamano
2009-07-09Merge branch 'rs/grep-p'Junio C Hamano
2009-07-09Merge branch 'js/run-command-updates' (early part)Junio C Hamano
2009-07-08mailinfo: Remove only one set of square bracketsAndreas Ericsson
2009-07-08git-svn.txt: fix description of fetch flags accepted by clone.Yann Dirson
2009-07-08git-svn.txt: fix fetch flags incorrectly documented as init flags.Yann Dirson
2009-07-08git-svn.txt: make formatting more consistent.Yann Dirson
2009-07-08git-svn.txt: stop using dash-form of commands.Yann Dirson
2009-07-08Merge branch 'maint'Junio C Hamano
2009-07-08Merge branch 'cb/maint-fetch-refspec-wo-dst' into maintJunio C Hamano
2009-07-08Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maintJunio C Hamano
2009-07-08Documentation: update description of shell aliasesSitaram Chamarty
2009-07-06completion: __git_config_get_set_variables() handle values with spacesStephen Boyd
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-07-06Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano
2009-07-06Merge branch 'sb/show-ref-parse-options'Junio C Hamano
2009-07-06Merge branch 'gb/am-foreign'Junio C Hamano
2009-07-06Merge branch 'jk/use-our-regexp'Junio C Hamano
2009-07-06Merge branch 'uk/rev-parse-parse-opt'Junio C Hamano
2009-07-06Avoid generating a warning if $fullname{$file} is undefinedNick Woolley
2009-07-06Remove archaic use of regex capture \1 in favour of $1Nick Woolley
2009-07-06completion: Add --full-diff to log optionsTodd Zullinger
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong
2009-07-06http-push: fix xml_entities() string parsing overrunHunter, D. Seth