summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-26http-fetch: rework url handlingTay Ray Chuan
2010-11-26http-push: add trailing slash at arg-parse time, instead of later onTay Ray Chuan
2010-11-26http-push: check path length before using itTay Ray Chuan
2010-11-26http-push: Normalise directory names when pushing to some WebDAV serversTay Ray Chuan
2010-11-26http-backend: use end_url_with_slash()Tay Ray Chuan
2010-11-26url: add str wrapper for end_url_with_slash()Tay Ray Chuan
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan
2010-11-26t5550-http-fetch: add test for http-fetchTay Ray Chuan
2010-11-26t5550-http-fetch: add missing '&&'Tay Ray Chuan
2010-11-17clean: remove redundant variable baselenNguyễn Thái Ngọc Duy
2010-11-17Merge branch 'mz/maint-rebase-X-fix' into maintJunio C Hamano
2010-11-17Documentation/git-pull: clarify configurationMartin von Zweigbergk
2010-11-17Document that rev-list --graph triggers parent rewriting.Yann Dirson
2010-11-16clean: avoid quoting twiceNguyễn Thái Ngọc Duy
2010-11-16document sigchain apiJeff King
2010-11-16Keep together options controlling the behaviour of diffcore-rename.Yann Dirson
2010-11-11t3402: test "rebase -s<strategy> -X<opt>"Junio C Hamano
2010-11-10rebase -X: do not clobber strategyMartin von Zweigbergk
2010-11-09Documentation: document show -sJonathan Nieder
2010-11-08dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkoutNguyễn Thái Ngọc Duy
2010-10-29Fix a formatting error in git-merge.txtNathan W. Panike
2010-10-25Fix copy-pasted comments related to tree diff handling.Yann Dirson
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