summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-19bisect: fix singular/plural grammar nitDavid Ripton
2010-01-19Update draft release notes to 1.6.6.1Junio C Hamano
2010-01-19Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maintJunio C Hamano
2010-01-19Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maintJunio C Hamano
2010-01-19grep: NUL terminate input from a fileJim Meyering
2010-01-16Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger
2010-01-15Document git-blame triple -C optionRamkumar Ramachandra
2010-01-15fast-import: tag may point to any object typeDmitry Potapov
2010-01-12remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce
2010-01-12grep: -L should show empty filesJunio C Hamano
2010-01-12rebase--interactive: Ignore comments and blank lines in peek_next_commandMichael Haggerty
2010-01-10Merge branch 'maint-1.6.2' into maintJunio C Hamano
2010-01-10Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano
2010-01-10Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2010-01-10base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher
2010-01-10base85: encode_85() does not use the decode tableAndreas Gruenbacher
2010-01-10base85 debug code: Fix length byte calculationAndreas Gruenbacher
2010-01-10Documentation: tiny git config manual tweaksJonathan Nieder
2010-01-10Documentation: git gc packs refs by default nowJonathan Nieder
2010-01-07checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano
2010-01-02stash: mention --patch in usage string.Matthieu Moy
2009-12-31Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-12-31branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy
2009-12-31fast-import: Document author/committer/tagger name is optionalShawn O. Pearce
2009-12-31SubmittingPatches: hints to know the status of a submitted patch.Matthieu Moy
2009-12-30Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-12-30textconv: stop leaking file descriptorsJeff King
2009-12-30Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-12-30commit: --cleanup is a message optionGreg Price
2009-12-30git count-objects: handle packs bigger than 4GAndreas Schwab
2009-12-30t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy
2009-12-29Documentation: always respect core.worktree if setNguyễn Thái Ngọc Duy
2009-12-27Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maintJunio C Hamano
2009-12-27read_index(): fix reading extension size on BE 64-bit archsNathaniel W Filardo
2009-12-26Makefile: FreeBSD (both 7 and 8) needs OLD_ICONVJunio C Hamano
2009-12-26Start 1.6.6.X maintenance trackJunio C Hamano
2009-12-26Merge branch 'jc/maint-obsd46' into maintJunio C Hamano
2009-12-26Add git-http-backend to command-list.Tarmigan Casebolt
2009-12-26t4019 "grep" portability fixJunio C Hamano
2009-12-26t1200: work around a bug in some implementations of "find"Junio C Hamano
2009-12-23Git 1.6.6v1.6.6Junio C Hamano
2009-12-23git svn: add test for a git svn gc followed by a git svn mkdirsRobert Zeh
2009-12-23git svn: branch/tag commands detect username in URLsEric Wong
2009-12-22Merge branch 'maint'Junio C Hamano
2009-12-22git svn: lookup new parents correctly from svn:mergeinfoEric Wong
2009-12-22Prevent git blame from segfaulting on a missing author nameDavid Reiss
2009-12-21git-svn: Remove obsolete MAXPARENT checkAndrew Myrick
2009-12-21git-svn: detect cherry-picks correctly.Sam Vilain
2009-12-21git-svn: exclude already merged tips using one rev-list callSam Vilain
2009-12-21git-svn: fix some mistakes with interpreting SVN mergeinfo commit rangesSam Vilain