summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* janitor: add DIV_ROUND_UP and use it.Pierre Habouzit2009-07-223-2/+4
* refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-223-3/+4
* janitor: use NULL and not 0 for pointers.Pierre Habouzit2009-07-221-1/+1
* git stash: modernize use of "dashed" git-XXX callsMartin Koegler2009-07-221-3/+3
* Improve doc for format-patch threading options.Yann Dirson2009-07-222-12/+31
* List send-email config options in config.txt.Yann Dirson2009-07-221-0/+44
* configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey2009-07-222-2/+3
* Merge branch 'maint'Junio C Hamano2009-07-224-18/+118
|\
| * Trailing whitespace and no newline fixSZEDER Gábor2009-07-222-3/+20
| * diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano2009-07-222-7/+93
| * combine-diff.c: fix performance problem when folding common deleted linesJunio C Hamano2009-07-221-8/+5
* | git svn: fix reparenting when ugly http(s) URLs are usedEric Wong2009-07-191-2/+4
* | git svn: rename tests that had conflicting numbersEric Wong2009-07-192-0/+0
* | Updates to draft release notes to 1.6.4Junio C Hamano2009-07-181-10/+47
* | push: do not give big warning when no preference is configuredJunio C Hamano2009-07-183-28/+2
* | t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber2009-07-181-0/+20
* | cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson2009-07-181-19/+22
* | Merge branch 'maint'Junio C Hamano2009-07-183-4/+4
|\ \ | |/
| * checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano2009-07-181-1/+1
| * sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey2009-07-161-2/+0
| * refs.c: release file descriptor on error returnBrandon Casey2009-07-161-1/+3
* | Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano2009-07-153-9/+2
* | Fix extraneous lstat's in 'git checkout -f'Linus Torvalds2009-07-141-1/+1
* | Improve on the 'invalid object' error message at commit timeLinus Torvalds2009-07-141-1/+2
* | Make 'git show' more usefulLinus Torvalds2009-07-141-1/+1
* | bash: add '--merges' to common 'git log' optionsSZEDER Gábor2009-07-131-1/+1
* | Document 'git (rev-list|log) --merges'SZEDER Gábor2009-07-132-0/+5
* | gitweb: update Git homepage URLWincent Colaiuta2009-07-131-1/+1
* | git svn: allow uppercase UUIDs from SVNEric Wong2009-07-111-7/+7
* | git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler2009-07-112-30/+21
* | git-svn: Always duplicate paths returned from get_logMattias Nissler2009-07-111-22/+23
* | quickfetch(): Prevent overflow of the rev-list command lineJohan Herland2009-07-102-27/+60
* | Makefile: update IRIX64 sectionBrandon Casey2009-07-101-6/+6
* | Makefile: add section for SGI IRIX 6.5Brandon Casey2009-07-101-0/+13
* | Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile argumentsBrandon Casey2009-07-102-0/+11
* | git-compat-util.h: adjust for SGI IRIX 6.5Brandon Casey2009-07-101-1/+2
* | unpack-trees.c: work around run-time array initialization flaw on IRIX 6.5Brandon Casey2009-07-101-1/+1
* | Merge branch 'lt/dir-cleanup'Junio C Hamano2009-07-1010-121/+167
|\ \
| * | Make index preloading check the whole path to the fileLinus Torvalds2009-07-091-0/+4
| * | Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds2009-07-092-11/+20
| * | Prepare symlink caching for thread-safetyLinus Torvalds2009-07-091-35/+40
| * | Avoid using 'lstat()' to figure out directoriesLinus Torvalds2009-07-091-5/+42
| * | Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entryLinus Torvalds2009-07-091-5/+9
| * | Simplify read_directory[_recursive]() argumentsLinus Torvalds2009-07-093-31/+30
| * | Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-096-52/+40
* | | Merge branch 'ae/maint-mailinfo-rm-only-one-patch-marker'Junio C Hamano2009-07-103-2/+9
|\ \ \
| * | | mailinfo: Remove only one set of square bracketsAndreas Ericsson2009-07-083-2/+9
* | | | Makefile: keep "git" when bindir is execdirJunio C Hamano2009-07-101-2/+3
* | | | Makefile: install 'git' in execdirv1.6.4-rc0Jeff King2009-07-091-7/+7
* | | | Merge branch 'ld/push-porcelain-output-format'Junio C Hamano2009-07-094-32/+58
|\ \ \ \