summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: add missing &&, batch 2Jonathan Nieder2010-11-0913-48/+48
* tests: add missing &&Jonathan Nieder2010-11-0984-166/+166
* Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-065-29/+37
* t7800 (difftool): add missing &&Elijah Newren2010-10-061-6/+6
* t7601 (merge-pull-config): add missing &&Elijah Newren2010-10-061-6/+6
* t7001 (mv): add missing &&Elijah Newren2010-10-061-1/+1
* t6016 (rev-list-graph-simplify-history): add missing &&Elijah Newren2010-10-061-19/+10
* t5602 (clone-remote-exec): add missing &&Elijah Newren2010-10-061-7/+15
* t4026 (color): remove unneeded and unchained commandElijah Newren2010-10-061-1/+0
* t4019 (diff-wserror): add lots of missing &&Elijah Newren2010-10-061-26/+27
* t4202 (log): Replace '<git-command> || :' with test_might_failElijah Newren2010-10-061-1/+1
* t4002 (diff-basic): use test_might_fail for commands that might failElijah Newren2010-10-061-6/+6
* t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&Elijah Newren2010-10-062-14/+14
* t4017 (diff-retval): replace manual exit code check with test_expect_codeElijah Newren2010-10-061-49/+20
* test-lib: make test_expect_code a test commandÆvar Arnfjörð Bjarmason2010-10-065-38/+82
* 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
* | Fix typo in pack-objects' usageJohannes Schindelin2010-09-301-1/+1
* | Make sure that git_getpass() never returns NULLJohannes Schindelin2010-09-301-2/+6
* | t0004 (unwritable files): simplify error handlingJonathan Nieder2010-09-301-38/+14
* | rev-list-options: clarify --parents and --childrenMichael J Gruber2010-09-301-4/+4
* | MinGW: avoid collisions between "tags" and "TAGS"Junio C Hamano2010-09-291-6/+9
* | diff: trivial fix for --output file error messageMatthieu Moy2010-09-291-1/+1
* | user-manual: fix anchor name Finding-comments-With-given-ContentMichael J Gruber2010-09-291-1/+1
* | user-manual: be consistent in illustrations to 'git rebase'Kirill Smelkov2010-09-291-2/+2
* | stash: simplify parsing fixesJon Seymour2010-09-291-21/+7
* | Git 1.7.3.1v1.7.3.1Junio C Hamano2010-09-294-3/+18
* | stash: fix git stash branch regression when branch creation failsJon Seymour2010-09-292-4/+4
* | stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky2010-09-291-0/+11
* | Fix missing 'does' in man-page for 'git checkout'Linus Torvalds2010-09-271-8/+8
* | dir.c: squelch false uninitialized memory warningPat Notz2010-09-271-1/+1
* | git-send-email.perl: ensure $domain is defined before using itBrandon Casey2010-09-271-1/+1
* | wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey2010-09-271-10/+6
* | t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder2010-09-271-3/+10
* | Documentation: Refer to git-commit-tree in git-filter-branch helpWesley J. Landaker2010-09-271-1/+1
* | update comment and documentation for :/foo syntaxMatthieu Moy2010-09-272-1/+4
* | Improvements to `git checkout -h`Daniel Knittl-Frank2010-09-271-6/+6
* | contrib/completion: --no-index option to git diffMichael J Gruber2010-09-271-1/+1
* | prefer test -h over test -L in shell scriptsJeff King2010-09-273-5/+5