aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jk/maint-1.6.0-trace-argv'Junio C Hamano2009-05-23
|\
| * fix GIT_TRACE segfault with shell-quoted aliasesJeff King2009-05-09
* | Merge branch 'jk/no-no-no-empty-directory'Junio C Hamano2009-05-23
|\ \
| * | parseopt: add OPT_NEGBITJeff King2009-05-09
* | | Merge branch 'rs/grep-parseopt'Junio C Hamano2009-05-23
|\ \ \
| * | | grep: make callback functions staticRené Scharfe2009-05-20
| * | | grep: use parseoptRené Scharfe2009-05-09
| * | | grep: remove global variable builtin_grepRené Scharfe2009-05-09
| * | | parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-09
| * | | parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-09
| |/ /
| * | parseopt: add OPT_NEGBITRené Scharfe2009-05-09
* | | Merge branch 'fl/git-pm'Junio C Hamano2009-05-23
|\ \ \
| * | | Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld2009-05-09
| * | | Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld2009-05-09
* | | | Merge branch 'mt/submodule-reference'Junio C Hamano2009-05-23
|\ \ \ \
| * | | | Add --reference option to git submodule.Michael S. Tsirkin2009-05-09
| |/ / /
* | | | gitweb: Sanitize title attribute in format_subject_htmlJakub Narebski2009-05-22
* | | | Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy2009-05-21
* | | | doc/git-rebase.txt: remove mention of multiple strategiesNguyễn Thái Ngọc Duy2009-05-21
* | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-05-21
|\ \ \ \
| * | | | git-svn: add --authors-prog optionMark Lodato2009-05-21
| * | | | git-svn: Set svn.authorsfile if it is passed to git svn cloneAlex Vandiver2009-05-21
| * | | | git-svn: Correctly report max revision when following deleted pathsAlex Vandiver2009-05-21
| * | | | git-svn: Fix for svn paths removed > log-window-size revisions agoAlex Vandiver2009-05-21
| * | | | git-svn testsuite: use standard configuration for Subversion toolsEygene Ryabinkin2009-05-21
* | | | | git-send-email: Handle quotes when parsing .mailrc filesEric W. Biederman2009-05-21
|/ / / /
* | | | Merge branch 'maint'Junio C Hamano2009-05-20
|\ \ \ \
| * | | | grep: fix word-regexp colouringRené Scharfe2009-05-20
| * | | | completion: use git rev-parse to detect bare reposGiuseppe Bilotta2009-05-20
| * | | | Cope better with a _lot_ of packsJohannes Schindelin2009-05-20
| * | | | for-each-ref: fix segfault in copy_emailJeff King2009-05-20
* | | | | Extend sample pre-commit hook to check for non ascii filenamesHeiko Voigt2009-05-20
* | | | | Unify signedness in hashing callsDan McGee2009-05-20
* | | | | Merge branch 'np/push-delta'Junio C Hamano2009-05-18
|\ \ \ \ \
| * | | | | allow OFS_DELTA objects during a pushNicolas Pitre2009-05-01
* | | | | | Merge branch 'ar/merge-one-file-diag'Junio C Hamano2009-05-18
|\ \ \ \ \ \
| * | | | | | Clarify kind of conflict in merge-one-file helperAlex Riesen2009-04-29
* | | | | | | Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18
|\ \ \ \ \ \ \
| * | | | | | | print unlink(2) errno in copy_or_link_directoryAlex Riesen2009-04-29
| * | | | | | | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
| * | | | | | | Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen2009-04-29
* | | | | | | | Merge branch 'jk/maint-add-empty'Junio C Hamano2009-05-18
|\ \ \ \ \ \ \ \
| * | | | | | | | add: don't complain when adding empty project rootJeff King2009-05-09
* | | | | | | | | Merge branch 'js/add-edit'Junio C Hamano2009-05-18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t3702: fix reliance on SHELL_PATH being '/bin/sh'Johannes Schindelin2009-04-27
| * | | | | | | | | git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin2009-04-12
* | | | | | | | | | Merge branch 'mh/diff-stat-color'Junio C Hamano2009-05-18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff: do not color --stat output like patch contextMarkus Heidelberg2009-04-26
* | | | | | | | | | | Merge branch 'mh/show-branch-color'Junio C Hamano2009-05-18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bash completion: show-branch color supportMarkus Heidelberg2009-04-25