summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-17date.c: add parse_expiry_date()Junio C Hamano
2013-04-12fast-export: fix argument name in error messagesPaul Price
2013-04-12Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen
2013-04-07Git 1.8.1.6v1.8.1.6Junio C Hamano
2013-04-07Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano
2013-04-07remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen
2013-04-03Start preparing for 1.8.1.6Junio C Hamano
2013-04-03Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'jk/checkout-attribute-lookup' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'yd/doc-merge-annotated-tag' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'ap/maint-update-index-h-is-for-help' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'jc/perl-cat-blob' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'ob/imap-send-ssl-verify' into maint-1.8.1Junio C Hamano
2013-04-03Merge branch 'nd/index-pack-l10n-buf-overflow' into maint-1.8.1Junio C Hamano
2013-04-03git-tag(1): we tag HEAD by defaultThomas Rast
2013-03-29t: check that a pattern without trailing slash matches a directoryJeff King
2013-03-29dir.c::match_pathname(): pay attention to the length of string parametersJeff King
2013-03-29dir.c::match_pathname(): adjust patternlen when shifting patternJeff King
2013-03-29dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano
2013-03-29attr.c::path_matches(): special case paths that end with a slashJunio C Hamano
2013-03-28git help config: s/insn/instruction/Matthias Krüger
2013-03-27merge-tree: fix typo in merge-tree.c::unresolvedJohn Keeping
2013-03-27git-commit doc: describe use of multiple `-m` optionsChristian Helmuth
2013-03-27git-pull doc: fix grammo ("conflicts" is plural)Mihai Capotă
2013-03-26attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano
2013-03-26Correct the docs about GIT_SSH.Dan Bornstein
2013-03-25Merge branch 'lf/bundle-verify-list-prereqs' into maint-1.8.1Junio C Hamano
2013-03-25Merge branch 'tk/doc-filter-branch' into maint-1.8.1Junio C Hamano
2013-03-25Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1Junio C Hamano
2013-03-25Merge branch 'gp/describe-match-uses-glob-pattern' into maint-1.8.1Junio C Hamano
2013-03-25Merge branch 'nd/doc-index-format' into maint-1.8.1Junio C Hamano
2013-03-25Merge branch 'wk/doc-pre-rebase' into maint-1.8.1Junio C Hamano
2013-03-25Merge branch 'jc/color-diff-doc' into maint-1.8.1Junio C Hamano
2013-03-22Fix revision walk for commits with the same datesKacper Kornet
2013-03-21Documentation: merging a tag is a special caseJunio C Hamano
2013-03-20t2003: work around path mangling issue on WindowsJohannes Sixt
2013-03-18pack-refs: add fully-peeled traitMichael Haggerty
2013-03-17t1507: Test that branchname@{upstream} is interpreted as branchKacper Kornet
2013-03-17pack-refs: write peeled entry for non-tagsJeff King
2013-03-17use parse_object_or_die instead of die("bad object")Jeff King
2013-03-17avoid segfaults on parse_object failureJeff King
2013-03-17rev-parse: clarify documentation of $name@{upstream} syntaxKacper Kornet
2013-03-17sha1_name: pass object name length to diagnose_invalid_sha1_path()René Scharfe
2013-03-17Makefile: keep LIB_H entries together and sortedRené Scharfe
2013-03-17index-pack: fix buffer overflow caused by translationsNguyễn Thái Ngọc Duy
2013-03-14entry: fix filter lookupJohn Keeping
2013-03-14t2003: modernize styleJohn Keeping