summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-23janitor: add DIV_ROUND_UP and use it.Pierre Habouzit
2009-07-23refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit
2009-07-23janitor: use NULL and not 0 for pointers.Pierre Habouzit
2009-07-23git stash: modernize use of "dashed" git-XXX callsMartin Koegler
2009-07-23Improve doc for format-patch threading options.Yann Dirson
2009-07-23List send-email config options in config.txt.Yann Dirson
2009-07-23configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey
2009-07-23Merge branch 'maint'Junio C Hamano
2009-07-23Trailing whitespace and no newline fixSZEDER Gábor
2009-07-22diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano
2009-07-22combine-diff.c: fix performance problem when folding common deleted linesJunio C Hamano
2009-07-20git svn: fix reparenting when ugly http(s) URLs are usedEric Wong
2009-07-20git svn: rename tests that had conflicting numbersEric Wong
2009-07-19Updates to draft release notes to 1.6.4Junio C Hamano
2009-07-19push: do not give big warning when no preference is configuredJunio C Hamano
2009-07-18t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber
2009-07-18cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson
2009-07-18Merge branch 'maint'Junio C Hamano
2009-07-18checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano
2009-07-16sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey
2009-07-16refs.c: release file descriptor on error returnBrandon Casey
2009-07-15Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano
2009-07-14Fix extraneous lstat's in 'git checkout -f'Linus Torvalds
2009-07-14Improve on the 'invalid object' error message at commit timeLinus Torvalds
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