Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fetch-pack: write fetched refs to .promisor | Jonathan Tan | 2019-10-16 | 3 | -4/+58 |
* | Eighth batch | Junio C Hamano | 2019-10-11 | 1 | -0/+30 |
* | Merge branch 'dl/rev-list-doc-cleanup' | Junio C Hamano | 2019-10-11 | 1 | -53/+1 |
|\ | |||||
| * | git-rev-list.txt: prune options in synopsis | Denton Liu | 2019-10-06 | 1 | -53/+1 |
* | | Merge branch 'kt/add-i-progress' | Junio C Hamano | 2019-10-11 | 2 | -2/+2 |
|\ \ | |||||
| * | | add -i: show progress counter in the prompt | Kunal Tyagi | 2019-10-04 | 2 | -2/+2 |
* | | | Merge branch 'js/stash-apply-in-secondary-worktree' | Junio C Hamano | 2019-10-11 | 2 | -0/+31 |
|\ \ \ | |||||
| * | | | stash apply: report status correctly even in a worktree's subdirectory | Johannes Schindelin | 2019-10-06 | 2 | -0/+31 |
| | |/ | |/| | |||||
* | | | Merge branch 'rs/dedup-includes' | Junio C Hamano | 2019-10-11 | 10 | -12/+0 |
|\ \ \ | |||||
| * | | | treewide: remove duplicate #include directives | René Scharfe | 2019-10-04 | 10 | -12/+0 |
| | |/ | |/| | |||||
* | | | Merge branch 'js/range-diff-noprefix' | Junio C Hamano | 2019-10-11 | 2 | -1/+6 |
|\ \ \ | |||||
| * | | | range-diff: internally force `diff.noprefix=true` | Johannes Schindelin | 2019-10-03 | 2 | -1/+6 |
| | |/ | |/| | |||||
* | | | Merge branch 'cb/pcre1-cleanup' | Junio C Hamano | 2019-10-11 | 3 | -24/+12 |
|\ \ \ | |||||
| * | | | grep: refactor and simplify PCRE1 support | Carlo Marcelo Arenas Belón | 2019-08-26 | 2 | -15/+10 |
| * | | | grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1 | Carlo Marcelo Arenas Belón | 2019-08-26 | 2 | -10/+3 |
* | | | | Merge branch 'ab/pcre-jit-fixes' | Junio C Hamano | 2019-10-11 | 9 | -222/+286 |
|\| | | | |||||
| * | | | grep: under --debug, show whether PCRE JIT is enabled | Beat Bolli | 2019-08-20 | 1 | -0/+7 |
| * | | | grep: do not enter PCRE2_UTF mode on fixed matching | Ævar Arnfjörð Bjarmason | 2019-07-26 | 2 | -3/+4 |
| * | | | grep: stess test PCRE v2 on invalid UTF-8 data | Ævar Arnfjörð Bjarmason | 2019-07-26 | 2 | -0/+38 |
| * | | | grep: create a "is_fixed" member in "grep_pat" | Ævar Arnfjörð Bjarmason | 2019-07-26 | 2 | -4/+4 |
| * | | | grep: consistently use "p->fixed" in compile_regexp() | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -1/+1 |
| * | | | grep: stop using a custom JIT stack with PCRE v1 | Ævar Arnfjörð Bjarmason | 2019-07-26 | 2 | -28/+5 |
| * | | | grep: stop "using" a custom JIT stack with PCRE v2 | Ævar Arnfjörð Bjarmason | 2019-07-26 | 2 | -14/+0 |
| * | | | grep: remove overly paranoid BUG(...) code | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -8/+2 |
| * | | | grep: use PCRE v2 for optimized fixed-string search | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -2/+49 |
| * | | | grep: remove the kwset optimization | Ævar Arnfjörð Bjarmason | 2019-07-01 | 2 | -62/+3 |
| * | | | grep: drop support for \0 in --fixed-strings <pattern> | Ævar Arnfjörð Bjarmason | 2019-07-01 | 2 | -44/+44 |
| * | | | grep: make the behavior for NUL-byte in patterns sane | Ævar Arnfjörð Bjarmason | 2019-07-01 | 3 | -89/+110 |
| * | | | grep tests: move binary pattern tests into their own file | Ævar Arnfjörð Bjarmason | 2019-07-01 | 2 | -101/+114 |
| * | | | grep tests: move "grep binary" alongside the rest | Ævar Arnfjörð Bjarmason | 2019-07-01 | 2 | -0/+0 |
| * | | | grep: inline the return value of a function call used only once | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -3/+1 |
| * | | | t4210: skip more command-line encoding tests on MinGW | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -4/+4 |
| * | | | grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" | Ævar Arnfjörð Bjarmason | 2019-06-28 | 4 | -8/+10 |
| * | | | log tests: test regex backends in "--encode=<enc>" tests | Ævar Arnfjörð Bjarmason | 2019-06-28 | 1 | -1/+40 |
* | | | | Merge branch 'pw/rebase-i-show-HEAD-to-reword' | Junio C Hamano | 2019-10-11 | 5 | -103/+75 |
|\ \ \ \ | |||||
| * | | | | sequencer: simplify root commit creation | Phillip Wood | 2019-08-20 | 1 | -71/+4 |
| * | | | | rebase -i: check for updated todo after squash and reword | Phillip Wood | 2019-08-20 | 2 | -16/+47 |
| * | | | | rebase -i: always update HEAD before rewording | Phillip Wood | 2019-08-20 | 4 | -19/+27 |
* | | | | | Merge branch 'tk/git-svn-trim-author-name' | Junio C Hamano | 2019-10-11 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | git-svn: trim leading and trailing whitespaces in author name | Tobias Klauser | 2019-09-28 | 1 | -0/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'bc/object-id-part17' | Junio C Hamano | 2019-10-11 | 31 | -125/+121 |
|\ \ \ \ \ | |||||
| * | | | | | midx: switch to using the_hash_algo | brian m. carlson | 2019-08-20 | 1 | -6/+5 |
| * | | | | | builtin/show-index: replace sha1_to_hex | brian m. carlson | 2019-08-20 | 1 | -1/+1 |
| * | | | | | rerere: replace sha1_to_hex | brian m. carlson | 2019-08-20 | 1 | -4/+4 |
| * | | | | | builtin/receive-pack: replace sha1_to_hex | brian m. carlson | 2019-08-20 | 1 | -4/+4 |
| * | | | | | builtin/index-pack: replace sha1_to_hex | brian m. carlson | 2019-08-20 | 1 | -2/+2 |
| * | | | | | packfile: replace sha1_to_hex | brian m. carlson | 2019-08-20 | 1 | -2/+2 |
| * | | | | | wt-status: convert struct wt_status to object_id | brian m. carlson | 2019-08-20 | 3 | -4/+4 |
| * | | | | | cache: remove null_sha1 | brian m. carlson | 2019-08-20 | 4 | -10/+3 |
| * | | | | | builtin/worktree: switch null_sha1 to null_oid | brian m. carlson | 2019-08-20 | 1 | -1/+1 |