summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* push: pass --progress down to git-pack-objectsJeff King2010-10-184-2/+7
* t5523-push-upstream: test progress messagesTay Ray Chuan2010-10-181-0/+38
* t5523-push-upstream: add function to ensure fresh upstream repoTay Ray Chuan2010-10-181-1/+5
* test_terminal: ensure redirections work reliablyJonathan Nieder2010-10-181-28/+10
* test_terminal: catch use without TTY prerequisiteJonathan Nieder2010-10-182-8/+12
* test-lib: allow test code to check the list of declared prerequisitesJonathan Nieder2010-10-181-7/+19
* tests: test terminal output to both stdout and stderrJeff King2010-10-182-11/+28
* tests: factor out terminal handling from t7006Jeff King2010-10-183-30/+29
* Merge branch 'maint'Junio C Hamano2010-10-062-9/+18
|\
| * t/t3415: use && where applicable.Yann Dirson2010-10-061-3/+3
| * SubmittingPatches: Document some extra tags used in commit messagesRamkumar Ramachandra2010-10-061-6/+15
* | diffcore-pickaxe.c: a void function shouldn't try to return somethingBrandon Casey2010-10-061-2/+2
* | Make test script t9157 executableJunio C Hamano2010-10-061-0/+0
* | Merge branch 'jk/repack-reuse-object'Junio C Hamano2010-10-063-3/+13
|\ \
| * | Documentation: pack.compression: explain how to recompressJan Krüger2010-09-271-0/+4
| * | repack: add -F flag to let user choose between --no-reuse-delta/objectJan Krüger2010-09-272-3/+9
* | | Merge branch 'bc/fix-cherry-pick-root'Junio C Hamano2010-10-062-1/+11
|\ \ \
| * | | builtin/revert.c: don't dereference a NULL pointerBrandon Casey2010-09-272-1/+11
| |/ /
* | | Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano2010-10-061-3/+0
|\ \ \
| * | | get_author_ident_from_commit(): remove useless quotingUwe Kleine-König2010-09-271-3/+0
| |/ /
* | | Merge branch 'cw/gitweb-hilite-config'Junio C Hamano2010-10-063-3/+21
|\ \ \
| * | | Enable highlight executable path as a configuration optionChristopher Wilson2010-09-273-3/+21
| |/ /
* | | Merge branch 'ab/makefile-track-cc'Junio C Hamano2010-10-061-1/+1
|\ \ \
| * | | Makefile: add CC to TRACK_CFLAGSÆvar Arnfjörð Bjarmason2010-09-271-1/+1
| |/ /
* | | Merge branch 'mg/reset-doc'Junio C Hamano2010-10-061-29/+47
|\ \ \
| * | | git-reset.txt: make modes description more consistentMichael J Gruber2010-09-181-17/+26
| * | | git-reset.txt: point to git-checkoutMichael J Gruber2010-09-181-0/+7
| * | | git-reset.txt: use "working tree" consistentlyMichael J Gruber2010-09-181-7/+7
| * | | git-reset.txt: reset --soft is not a no-opMichael J Gruber2010-09-181-4/+4
| * | | git-reset.txt: reset does not change files in targetMichael J Gruber2010-09-181-2/+4
| * | | git-reset.txt: clarify branch vs. branch headMichael J Gruber2010-09-181-2/+2
* | | | Merge branch 'maint'Junio C Hamano2010-10-0616-42/+135
|\ \ \ \ | | |_|/ | |/| |
| * | | Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König2010-10-061-1/+6
| * | | do not depend on signed integer overflowErik Faye-Lund2010-10-064-3/+15
| * | | work around buggy S_ISxxx(m) implementationsRené Scharfe2010-10-061-3/+10
| * | | xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-063-10/+11
| * | | init: plug tiny one-time memory leakJonathan Nieder2010-10-061-13/+19
| * | | diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey2010-10-051-2/+1
| * | | Merge early part of git-svn into maintJunio C Hamano2010-10-053-5/+69
| |\ \ \
| | * | | git-svn: fix processing of decorated commit hashesMathias Lafeldt2010-09-241-1/+2
| | * | | git-svn: check_cherry_pick should exclude commits already in our historySteven Walter2010-09-242-1/+53
| | * | | Documentation/git-svn: discourage "noMetadata"Eric Wong2010-09-241-3/+14
| * | | | t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren2010-10-031-1/+0
| * | | | setup: make sure git dir path is in a permanent bufferJonathan Nieder2010-10-031-1/+3
| * | | | environment.c: remove unused variableJonathan Nieder2010-10-031-3/+1
* | | | | Merge branch 'work/pt/for-junio' of git://repo.or.cz/git/mingw/4msysgitJunio C Hamano2010-10-0612-36/+122
|\ \ \ \ \
| * | | | | Add MinGW-specific execv() override.Eric Sunshine2010-10-032-0/+7
| * | | | | Fix Windows-specific macro redefinition warning.Eric Sunshine2010-10-031-0/+6
| * | | | | Fix 'clone' failure at DOS root directory.Eric Sunshine2010-10-031-1/+5
| * | | | | mingw: do not crash on open(NULL, ...)Erik Faye-Lund2010-10-031-2/+2