Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | sha1_file.c: Don't retain open fds on small packs | Shawn O. Pearce | 2011-03-02 | 3 | -6/+39 |
| * | | | | | | | | | | | | | | | | mingw: add minimum getrlimit() compatibility stub | Erik Faye-Lund | 2011-03-02 | 1 | -0/+16 |
| * | | | | | | | | | | | | | | | | Limit file descriptors used by packs | Shawn O. Pearce | 2011-02-28 | 1 | -13/+30 |
| |/ / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | Merge branch 'jc/checkout-orphan-warning' | Junio C Hamano | 2011-03-15 | 1 | -6/+95 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | commit: give final warning when reattaching HEAD to leave commits behind | Junio C Hamano | 2011-02-23 | 1 | -6/+95 |
* | | | | | | | | | | | | | | | | | Merge branch 'jh/maint-do-not-track-non-branches' | Junio C Hamano | 2011-03-15 | 4 | -18/+39 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | branch/checkout --track: Ensure that upstream branch is indeed a branch | Johan Herland | 2011-02-16 | 4 | -18/+39 |
* | | | | | | | | | | | | | | | | | | Merge branch 'fk/maint-cvsimport-early-failure' | Junio C Hamano | 2011-03-15 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | git-cvsimport.perl: Bail out right away when reading from the server fails | Fabian Keil | 2011-02-27 | 1 | -1/+3 |
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-apply-report-offset' | Junio C Hamano | 2011-03-15 | 1 | -2/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | apply -v: show offset count when patch did not apply exactly | Junio C Hamano | 2011-03-06 | 1 | -2/+14 |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-apply-no-double-patch' | Junio C Hamano | 2011-03-15 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | apply: do not patch lines that were already patched | Junio C Hamano | 2011-03-04 | 1 | -1/+6 |
| |/ / / / / / / / / / / / / / / / / / |