aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* format-patch: make zero-length subject prefixes prettierJeff King2011-05-30
* Merge branch 'maint'Junio C Hamano2011-05-30
|\
| * Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano2011-05-30
| |\
| | * read_gitfile_gently: use ssize_t to hold read resultJeff King2011-05-26
| | * remove tests of always-false conditionJim Meyering2011-05-26
| | * rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0'Jim Meyering2011-05-26
| * | Merge branch 'bc/maint-submodule-fix-parked' into maintJunio C Hamano2011-05-30
| |\ \
| | * | git-submodule.sh: separate parens by a space to avoid confusing some shellsBrandon Casey2011-05-26
| * | | Merge branch 'bc/maint-api-doc-parked' into maintJunio C Hamano2011-05-30
| |\ \ \
| | * | | Documentation/technical/api-diff.txt: correct name of diff_unmerge()Brandon Casey2011-05-26
| | |/ /
| * | | Merge branch 'jn/run-command-error-failure' into maintJunio C Hamano2011-05-29
| |\ \ \
* | \ \ \ Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-30
|\ \ \ \ \
| * | | | | git-grep: Fix problems with recently added testsMichał Kiedrowicz2011-05-29
| * | | | | git-grep: Update tests (mainly for -P)Michał Kiedrowicz2011-05-23
| * | | | | Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONSJunio C Hamano2011-05-16
| * | | | | git-grep: update tests now regexp type is "last one wins"Junio C Hamano2011-05-16
| * | | | | git-grep: do not die upon -F/-P when grep.extendedRegexp is set.Junio C Hamano2011-05-09
| * | | | | git-grep: Bail out when -P is used with -F or -EMichał Kiedrowicz2011-05-09
| * | | | | grep: Add basic testsMichał Kiedrowicz2011-05-09
| * | | | | configure: Check for libpcreMichał Kiedrowicz2011-05-09
| * | | | | git-grep: Learn PCREMichał Kiedrowicz2011-05-09
| * | | | | grep: Extract compile_regexp_failed() from compile_regexp()Michał Kiedrowicz2011-05-09
| * | | | | grep: Fix a typo in a commentMichał Kiedrowicz2011-05-09
| * | | | | grep: Put calls to fixmatch() and regmatch() into patmatch()Michał Kiedrowicz2011-05-05
| * | | | | contrib/completion: --line-number to git grepMichał Kiedrowicz2011-05-05
| * | | | | Documentation: Add --line-number to git-grep synopsisMichał Kiedrowicz2011-05-05
* | | | | | Merge branch 'jc/notes-batch-removal'Junio C Hamano2011-05-29
|\ \ \ \ \ \
| * | | | | | show: --ignore-missingJunio C Hamano2011-05-19
| * | | | | | notes remove: --stdin reads from the standard inputJunio C Hamano2011-05-19
| * | | | | | notes remove: --ignore-missingJunio C Hamano2011-05-19
| * | | | | | notes remove: allow removing more than oneJunio C Hamano2011-05-19
* | | | | | | Merge branch 'jk/haves-from-alternate-odb'Junio C Hamano2011-05-29
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: eliminate duplicate .have refsJeff King2011-05-19
| * | | | | | | bisect: refactor sha1_array into a generic sha1 listJeff King2011-05-19
| * | | | | | | refactor refs_from_alternate_cb to allow passing extra dataJeff King2011-05-19
* | | | | | | | plug a DIR buffer leak in rerere.cJim Meyering2011-05-26
* | | | | | | | Update 1.7.6 draft release notesJunio C Hamano2011-05-26
* | | | | | | | Merge branch 'jn/userdiff-perl-updates'Junio C Hamano2011-05-26
|\ \ \ \ \ \ \ \
| * | | | | | | | userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimitersJonathan Nieder2011-05-23
| * | | | | | | | tests: make test_expect_code quieter on successJonathan Nieder2011-05-21
| * | | | | | | | userdiff/perl: catch sub with brace on second lineJonathan Nieder2011-05-21
| * | | | | | | | userdiff/perl: match full line of POD headersJonathan Nieder2011-05-21
| * | | | | | | | userdiff/perl: anchor "sub" and "package" patterns on the leftJonathan Nieder2011-05-21
| * | | | | | | | t4018 (funcname patterns): minor cleanupsJonathan Nieder2011-05-21
| * | | | | | | | t4018 (funcname patterns): make configuration easier to trackJonathan Nieder2011-05-21
| * | | | | | | | t4018 (funcname patterns): make .gitattributes state easier to trackJonathan Nieder2011-05-21
* | | | | | | | | Merge branch 'rg/no-gecos-in-pwent'Junio C Hamano2011-05-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwdRafael Gieschke2011-05-19
* | | | | | | | | | Merge branch 'jk/fetch-mark-complete-optimization'Junio C Hamano2011-05-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fetch: avoid repeated commits in mark_completeJeff King2011-05-19
| | |_|/ / / / / / / | |/| | | | | | | |