aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* commit/status -h: show usage even with broken configurationNguyễn Thái Ngọc Duy2010-10-22
* checkout-index -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy2010-10-22
* branch -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy2010-10-22
* Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-06
* t7800 (difftool): add missing &&Elijah Newren2010-10-06
* t7601 (merge-pull-config): add missing &&Elijah Newren2010-10-06
* t7001 (mv): add missing &&Elijah Newren2010-10-06
* t6016 (rev-list-graph-simplify-history): add missing &&Elijah Newren2010-10-06
* t5602 (clone-remote-exec): add missing &&Elijah Newren2010-10-06
* t4026 (color): remove unneeded and unchained commandElijah Newren2010-10-06
* t4019 (diff-wserror): add lots of missing &&Elijah Newren2010-10-06
* t4202 (log): Replace '<git-command> || :' with test_might_failElijah Newren2010-10-06
* t4002 (diff-basic): use test_might_fail for commands that might failElijah Newren2010-10-06
* t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&Elijah Newren2010-10-06
* t4017 (diff-retval): replace manual exit code check with test_expect_codeElijah Newren2010-10-06
* test-lib: make test_expect_code a test commandÆvar Arnfjörð Bjarmason2010-10-06
* Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König2010-10-06
* do not depend on signed integer overflowErik Faye-Lund2010-10-06
* work around buggy S_ISxxx(m) implementationsRené Scharfe2010-10-06
* xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-06
* init: plug tiny one-time memory leakJonathan Nieder2010-10-06
* diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey2010-10-05
* Merge early part of git-svn into maintJunio C Hamano2010-10-05
|\
| * git-svn: fix processing of decorated commit hashesMathias Lafeldt2010-09-24
| * git-svn: check_cherry_pick should exclude commits already in our historySteven Walter2010-09-24
| * Documentation/git-svn: discourage "noMetadata"Eric Wong2010-09-24
* | t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren2010-10-03
* | setup: make sure git dir path is in a permanent bufferJonathan Nieder2010-10-03
* | environment.c: remove unused variableJonathan Nieder2010-10-03
* | Fix typo in pack-objects' usageJohannes Schindelin2010-09-30
* | Make sure that git_getpass() never returns NULLJohannes Schindelin2010-09-30
* | t0004 (unwritable files): simplify error handlingJonathan Nieder2010-09-30
* | rev-list-options: clarify --parents and --childrenMichael J Gruber2010-09-30
* | MinGW: avoid collisions between "tags" and "TAGS"Junio C Hamano2010-09-29
* | diff: trivial fix for --output file error messageMatthieu Moy2010-09-29
* | user-manual: fix anchor name Finding-comments-With-given-ContentMichael J Gruber2010-09-29
* | user-manual: be consistent in illustrations to 'git rebase'Kirill Smelkov2010-09-29
* | stash: simplify parsing fixesJon Seymour2010-09-29
* | Git 1.7.3.1v1.7.3.1Junio C Hamano2010-09-29
* | stash: fix git stash branch regression when branch creation failsJon Seymour2010-09-29
* | stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky2010-09-29
* | Fix missing 'does' in man-page for 'git checkout'Linus Torvalds2010-09-27
* | dir.c: squelch false uninitialized memory warningPat Notz2010-09-27
* | git-send-email.perl: ensure $domain is defined before using itBrandon Casey2010-09-27
* | wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey2010-09-27
* | t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder2010-09-27
* | Documentation: Refer to git-commit-tree in git-filter-branch helpWesley J. Landaker2010-09-27
* | update comment and documentation for :/foo syntaxMatthieu Moy2010-09-27
* | Improvements to `git checkout -h`Daniel Knittl-Frank2010-09-27
* | contrib/completion: --no-index option to git diffMichael J Gruber2010-09-27