Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/merge-rename-ux' | Junio C Hamano | 2011-03-19 | 9 | -10/+49 |
|\ | |||||
| * | pull: propagate --progress to merge | Jeff King | 2011-02-21 | 1 | -2/+4 |
| * | merge: enable progress reporting for rename detection | Jeff King | 2011-02-21 | 4 | -1/+18 |
| * | add inexact rename detection progress infrastructure | Jeff King | 2011-02-21 | 2 | -0/+11 |
| * | commit: stop setting rename limit | Jeff King | 2011-02-21 | 1 | -1/+0 |
| * | bump rename limit defaults (again) | Jeff King | 2011-02-21 | 2 | -2/+2 |
| * | merge: improve inexact rename limit warning | Jeff King | 2011-02-21 | 4 | -4/+14 |
* | | Merge branch 'maint' | Junio C Hamano | 2011-03-19 | 2 | -4/+8 |
|\ \ | |||||
| * | | gitweb: Always call parse_date with timezone parameter | Jakub Narebski | 2011-03-19 | 1 | -3/+2 |
| * | | bisect: explain the rationale behind 125 | Junio C Hamano | 2011-03-19 | 1 | -1/+6 |
* | | | grep: read patterns from stdin with -f - | René Scharfe | 2011-03-19 | 2 | -2/+9 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-03-18 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | docs: fix grammar in gitattributes.txt | Alexei Sholik | 2011-03-18 | 1 | -5/+5 |
* | | | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 | 14 | -38/+52 |
* | | | RelNotes/1.7.5.txt: typo and language fixes | Michael J Gruber | 2011-03-16 | 1 | -22/+9 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-03-16 | 27 | -178/+215 |
|\ \ \ | |/ / | |||||
| * | | Prepare draft release notes to 1.7.4.2 | Junio C Hamano | 2011-03-16 | 2 | -1/+43 |
| * | | Merge branch 'jn/maint-commit-missing-template' into maint | Junio C Hamano | 2011-03-16 | 2 | -4/+12 |
| |\ \ | |||||
| * \ \ | Merge branch 'lt/rename-no-extra-copy-detection' into maint | Junio C Hamano | 2011-03-16 | 9 | -45/+46 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/diffstat-binary' into maint | Junio C Hamano | 2011-03-16 | 2 | -10/+28 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'mg/maint-difftool-vim-readonly' into maint | Junio C Hamano | 2011-03-16 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jn/test-terminal-punt-on-osx-breakage' into maint | Junio C Hamano | 2011-03-16 | 1 | -3/+19 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/fail-null-clone' into maint | Junio C Hamano | 2011-03-16 | 2 | -1/+14 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jh/push-default-upstream-configname' into maint | Junio C Hamano | 2011-03-16 | 4 | -9/+12 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'mg/placeholders-are-lowercase' into maint | Junio C Hamano | 2011-03-16 | 15 | -42/+42 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'mg/patch-id' into maint | Junio C Hamano | 2011-03-16 | 2 | -0/+38 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maint | Junio C Hamano | 2011-03-16 | 2 | -8/+41 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | gitweb: highlight: replace tabs with spaces | Kevin Cernekee | 2011-03-16 | 1 | -1/+1 |
| * | | | | | | | | | | | | make_absolute_path: return the input path if it points to our buffer | Carlos Martín Nieto | 2011-03-16 | 1 | -0/+4 |
| * | | | | | | | | | | | | valgrind: ignore SSE-based strlen invalid reads | Carlos Martín Nieto | 2011-03-16 | 1 | -0/+6 |
| * | | | | | | | | | | | | diff --submodule: split into bite-sized pieces | Jonathan Nieder | 2011-03-16 | 1 | -42/+61 |
| * | | | | | | | | | | | | cherry: split off function to print output lines | Jonathan Nieder | 2011-03-16 | 1 | -16/+18 |
| * | | | | | | | | | | | | branch: split off function that writes tracking info and commit subject | Jonathan Nieder | 2011-03-16 | 1 | -21/+27 |
| * | | | | | | | | | | | | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 17 | -88/+44 |
| * | | | | | | | | | | | | compat: make gcc bswap an inline function | Jonathan Nieder | 2011-03-16 | 1 | -8/+10 |
| * | | | | | | | | | | | | enums: omit trailing comma for portability | Jonathan Nieder | 2011-03-16 | 2 | -2/+2 |
* | | | | | | | | | | | | | vcs-svn: remove spurious semicolons | Jonathan Nieder | 2011-03-16 | 2 | -2/+2 |
* | | | | | | | | | | | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-03-16 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | declare 1-bit bitfields to be unsigned | Jonathan Nieder | 2011-03-15 | 1 | -3/+3 |
* | | | | | | | | | | | | | | Update draft release notes to 1.7.5 | Junio C Hamano | 2011-03-15 | 1 | -3/+33 |
* | | | | | | | | | | | | | | Merge branch 'jk/strbuf-vaddf' | Junio C Hamano | 2011-03-15 | 7 | -64/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | compat: fall back on __va_copy if available | Jonathan Nieder | 2011-03-08 | 1 | -1/+10 |
| * | | | | | | | | | | | | | | strbuf: add strbuf_vaddf | Jeff King | 2011-02-26 | 5 | -63/+25 |
| * | | | | | | | | | | | | | | compat: provide a fallback va_copy definition | Jeff King | 2011-02-26 | 2 | -1/+4 |
* | | | | | | | | | | | | | | | Merge branch 'mm/push-default-advice' | Junio C Hamano | 2011-03-15 | 1 | -7/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | push: better error message when no remote configured | Matthieu Moy | 2011-03-02 | 1 | -1/+8 |
| * | | | | | | | | | | | | | | | push: better error messages when push.default = tracking | Matthieu Moy | 2011-03-02 | 1 | -6/+16 |
* | | | | | | | | | | | | | | | | Merge branch 'jn/maint-instaweb-plack-fix' | Junio C Hamano | 2011-03-15 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | git-instaweb: Change how gitweb.psgi is made runnable as standalone app | Jakub Narebski | 2011-02-27 | 1 | -2/+4 |
* | | | | | | | | | | | | | | | | | Merge branch 'sp/maint-fd-limit' | Junio C Hamano | 2011-03-15 | 4 | -19/+85 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |