Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config.c: Remove unused git_config_global() function | Ramsay Jones | 2011-05-31 | 1 | -5/+0 |
* | Merge branch 'jc/fmt-req-fix' | Junio C Hamano | 2011-05-31 | 1 | -1/+1 |
|\ | |||||
| * | userformat_find_requirements(): find requirement for the correct format | Junio C Hamano | 2011-05-25 | 1 | -1/+1 |
* | | Merge branch 'jk/maint-config-alias-fix' | Junio C Hamano | 2011-05-31 | 4 | -45/+32 |
|\ \ | |||||
| * | | handle_options(): do not miscount how many arguments were used | Junio C Hamano | 2011-05-25 | 2 | -5/+3 |
| * | | config: always parse GIT_CONFIG_PARAMETERS during git_config | Jeff King | 2011-05-25 | 2 | -40/+18 |
| * | | git_config: don't peek at global config_parameters | Jeff King | 2011-05-25 | 1 | -4/+11 |
| * | | config: make environment parsing routines static | Jeff King | 2011-05-25 | 2 | -4/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-05-30 | 6 | -8/+14 |
|\ \ \ | |||||
| * \ \ | Merge branch 'jm/maint-misc-fix' into maint | Junio C Hamano | 2011-05-30 | 4 | -5/+11 |
| |\ \ \ | |||||
| | * | | | read_gitfile_gently: use ssize_t to hold read result | Jeff King | 2011-05-26 | 1 | -1/+1 |
| | * | | | remove tests of always-false condition | Jim Meyering | 2011-05-26 | 2 | -2/+2 |
| | * | | | rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0' | Jim Meyering | 2011-05-26 | 1 | -2/+8 |
| * | | | | Merge branch 'bc/maint-submodule-fix-parked' into maint | Junio C Hamano | 2011-05-30 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | git-submodule.sh: separate parens by a space to avoid confusing some shells | Brandon Casey | 2011-05-27 | 1 | -1/+1 |
| * | | | | | Merge branch 'bc/maint-api-doc-parked' into maint | Junio C Hamano | 2011-05-30 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Documentation/technical/api-diff.txt: correct name of diff_unmerge() | Brandon Casey | 2011-05-26 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | Merge branch 'jn/run-command-error-failure' into maint | Junio C Hamano | 2011-05-30 | 3 | -6/+34 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'mk/grep-pcre' | Junio C Hamano | 2011-05-30 | 11 | -30/+347 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-grep: Fix problems with recently added tests | Michał Kiedrowicz | 2011-05-30 | 1 | -32/+26 |
| * | | | | | | | git-grep: Update tests (mainly for -P) | Michał Kiedrowicz | 2011-05-23 | 1 | -0/+85 |
| * | | | | | | | Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONS | Junio C Hamano | 2011-05-16 | 1 | -0/+1 |
| * | | | | | | | git-grep: update tests now regexp type is "last one wins" | Junio C Hamano | 2011-05-16 | 1 | -16/+0 |
| * | | | | | | | git-grep: do not die upon -F/-P when grep.extendedRegexp is set. | Junio C Hamano | 2011-05-10 | 1 | -13/+43 |
| * | | | | | | | git-grep: Bail out when -P is used with -F or -E | Michał Kiedrowicz | 2011-05-10 | 2 | -1/+19 |
| * | | | | | | | grep: Add basic tests | Michał Kiedrowicz | 2011-05-10 | 3 | -0/+44 |
| * | | | | | | | configure: Check for libpcre | Michał Kiedrowicz | 2011-05-10 | 2 | -0/+41 |
| * | | | | | | | git-grep: Learn PCRE | Michał Kiedrowicz | 2011-05-10 | 6 | -1/+107 |
| * | | | | | | | grep: Extract compile_regexp_failed() from compile_regexp() | Michał Kiedrowicz | 2011-05-10 | 1 | -9/+16 |
| * | | | | | | | grep: Fix a typo in a comment | Michał Kiedrowicz | 2011-05-10 | 1 | -1/+1 |
| * | | | | | | | grep: Put calls to fixmatch() and regmatch() into patmatch() | Michał Kiedrowicz | 2011-05-05 | 1 | -8/+15 |
| * | | | | | | | contrib/completion: --line-number to git grep | Michał Kiedrowicz | 2011-05-05 | 1 | -1/+1 |
| * | | | | | | | Documentation: Add --line-number to git-grep synopsis | Michał Kiedrowicz | 2011-05-05 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jc/notes-batch-removal' | Junio C Hamano | 2011-05-30 | 8 | -28/+151 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | show: --ignore-missing | Junio C Hamano | 2011-05-19 | 5 | -3/+21 |
| * | | | | | | | | notes remove: --stdin reads from the standard input | Junio C Hamano | 2011-05-19 | 3 | -5/+56 |
| * | | | | | | | | notes remove: --ignore-missing | Junio C Hamano | 2011-05-19 | 3 | -5/+35 |
| * | | | | | | | | notes remove: allow removing more than one | Junio C Hamano | 2011-05-19 | 3 | -25/+49 |
* | | | | | | | | | Merge branch 'jk/haves-from-alternate-odb' | Junio C Hamano | 2011-05-30 | 8 | -63/+132 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | receive-pack: eliminate duplicate .have refs | Jeff King | 2011-05-20 | 3 | -3/+35 |
| * | | | | | | | | | bisect: refactor sha1_array into a generic sha1 list | Jeff King | 2011-05-20 | 4 | -55/+78 |
| * | | | | | | | | | refactor refs_from_alternate_cb to allow passing extra data | Jeff King | 2011-05-20 | 4 | -6/+20 |
* | | | | | | | | | | plug a DIR buffer leak in rerere.c | Jim Meyering | 2011-05-26 | 1 | -0/+1 |
* | | | | | | | | | | Update 1.7.6 draft release notes | Junio C Hamano | 2011-05-26 | 1 | -35/+15 |
* | | | | | | | | | | Merge branch 'jn/userdiff-perl-updates' | Junio C Hamano | 2011-05-26 | 3 | -38/+152 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimiters | Jonathan Nieder | 2011-05-23 | 2 | -3/+16 |
| * | | | | | | | | | | tests: make test_expect_code quieter on success | Jonathan Nieder | 2011-05-22 | 1 | -4/+3 |
| * | | | | | | | | | | userdiff/perl: catch sub with brace on second line | Jonathan Nieder | 2011-05-22 | 2 | -5/+40 |
| * | | | | | | | | | | userdiff/perl: match full line of POD headers | Jonathan Nieder | 2011-05-22 | 2 | -1/+5 |
| * | | | | | | | | | | userdiff/perl: anchor "sub" and "package" patterns on the left | Jonathan Nieder | 2011-05-22 | 2 | -5/+58 |