summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-22Git 1.7.3.2v1.7.3.2Junio C Hamano
2010-10-21Merge branch 'sn/doc-opt-notation' into maintJunio C Hamano
2010-10-21Merge branch 'mg/fix-build-remote-helpers' into maintJunio C Hamano
2010-10-19t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'Antonio Ospite
2010-10-19Clarify and extend the "git diff" format documentationAndreas Gruenbacher
2010-10-19git-show-ref.txt: clarify the pattern matchingMichael J Gruber
2010-10-19documentation: git-config minor cleanupsCliff Frey
2010-10-19Update test script annotate-tests.sh to handle missing/extra authorsKevin Ballard
2010-10-14Better advice on using topic branches for kernel developmentLuck, Tony
2010-10-14Documentation: update implicit "--no-index" behavior in "git diff"Jonathan Nieder
2010-10-14Documentation: expand 'git diff' SEE ALSO sectionJonathan Nieder
2010-10-14Documentation: diff can compare blobsJonathan Nieder
2010-10-14Documentation: gitrevisions is in section 7Jonathan Nieder
2010-10-13shell portability: no "export VAR=VAL"Junio C Hamano
2010-10-13CodingGuidelines: reword parameter expansion sectionJunio C Hamano
2010-10-13Documentation: update-index: -z applies also to --index-infoBert Wesarg
2010-10-08Documentation: No argument of ALLOC_GROW should have side-effectsJonathan Nieder
2010-10-08Fix {update,checkout}-index usage stringsŠtěpán Němec
2010-10-08Put a space between `<' and argument in pack-objects usage stringŠtěpán Němec
2010-10-08Remove stray quotes in --pretty and --format documentationŠtěpán Němec
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-10-08Fix odd markup in --diff-filter documentationŠtěpán Němec
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-10-06t/t3415: use && where applicable.Yann Dirson
2010-10-06SubmittingPatches: Document some extra tags used in commit messagesRamkumar Ramachandra
2010-10-06Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König
2010-10-06do not depend on signed integer overflowErik Faye-Lund
2010-10-06work around buggy S_ISxxx(m) implementationsRené Scharfe
2010-10-06xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder
2010-10-06init: plug tiny one-time memory leakJonathan Nieder
2010-10-05diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey
2010-10-05Merge early part of git-svn into maintJunio C Hamano
2010-10-04t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren
2010-10-03setup: make sure git dir path is in a permanent bufferJonathan Nieder
2010-10-03environment.c: remove unused variableJonathan Nieder
2010-09-30Fix typo in pack-objects' usageJohannes Schindelin
2010-09-30Make sure that git_getpass() never returns NULLJohannes Schindelin
2010-09-30t0004 (unwritable files): simplify error handlingJonathan Nieder
2010-09-30rev-list-options: clarify --parents and --childrenMichael J Gruber
2010-09-29MinGW: avoid collisions between "tags" and "TAGS"Junio C Hamano
2010-09-29diff: trivial fix for --output file error messageMatthieu Moy
2010-09-29user-manual: fix anchor name Finding-comments-With-given-ContentMichael J Gruber
2010-09-29user-manual: be consistent in illustrations to 'git rebase'Kirill Smelkov
2010-09-29stash: simplify parsing fixesJon Seymour
2010-09-29Git 1.7.3.1v1.7.3.1Junio C Hamano
2010-09-29stash: fix git stash branch regression when branch creation failsJon Seymour
2010-09-29stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky
2010-09-27Fix missing 'does' in man-page for 'git checkout'Linus Torvalds
2010-09-27dir.c: squelch false uninitialized memory warningPat Notz
2010-09-27git-send-email.perl: ensure $domain is defined before using itBrandon Casey