aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2011-03-16
|\
| * Prepare draft release notes to 1.7.4.2Junio C Hamano2011-03-16
| * Merge branch 'jn/maint-commit-missing-template' into maintJunio C Hamano2011-03-16
| |\
| * \ Merge branch 'lt/rename-no-extra-copy-detection' into maintJunio C Hamano2011-03-16
| |\ \
| * \ \ Merge branch 'jk/diffstat-binary' into maintJunio C Hamano2011-03-16
| |\ \ \
| * \ \ \ Merge branch 'mg/maint-difftool-vim-readonly' into maintJunio C Hamano2011-03-16
| |\ \ \ \
| * \ \ \ \ Merge branch 'jn/test-terminal-punt-on-osx-breakage' into maintJunio C Hamano2011-03-16
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/fail-null-clone' into maintJunio C Hamano2011-03-16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jh/push-default-upstream-configname' into maintJunio C Hamano2011-03-16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mg/placeholders-are-lowercase' into maintJunio C Hamano2011-03-16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mg/patch-id' into maintJunio C Hamano2011-03-16
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maintJunio C Hamano2011-03-16
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gitweb: highlight: replace tabs with spacesKevin Cernekee2011-03-16
| * | | | | | | | | | | make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto2011-03-16
| * | | | | | | | | | | valgrind: ignore SSE-based strlen invalid readsCarlos Martín Nieto2011-03-16
| * | | | | | | | | | | diff --submodule: split into bite-sized piecesJonathan Nieder2011-03-16
| * | | | | | | | | | | cherry: split off function to print output linesJonathan Nieder2011-03-16
| * | | | | | | | | | | branch: split off function that writes tracking info and commit subjectJonathan Nieder2011-03-16
| * | | | | | | | | | | standardize brace placement in struct definitionsJonathan Nieder2011-03-16
| * | | | | | | | | | | compat: make gcc bswap an inline functionJonathan Nieder2011-03-16
| * | | | | | | | | | | enums: omit trailing comma for portabilityJonathan Nieder2011-03-16
* | | | | | | | | | | | vcs-svn: remove spurious semicolonsJonathan Nieder2011-03-16
* | | | | | | | | | | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-03-16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | declare 1-bit bitfields to be unsignedJonathan Nieder2011-03-15
* | | | | | | | | | | | | Update draft release notes to 1.7.5Junio C Hamano2011-03-15
* | | | | | | | | | | | | Merge branch 'jk/strbuf-vaddf'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | compat: fall back on __va_copy if availableJonathan Nieder2011-03-08
| * | | | | | | | | | | | | strbuf: add strbuf_vaddfJeff King2011-02-26
| * | | | | | | | | | | | | compat: provide a fallback va_copy definitionJeff King2011-02-26
* | | | | | | | | | | | | | Merge branch 'mm/push-default-advice'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | push: better error message when no remote configuredMatthieu Moy2011-03-02
| * | | | | | | | | | | | | | push: better error messages when push.default = trackingMatthieu Moy2011-03-02
* | | | | | | | | | | | | | | Merge branch 'jn/maint-instaweb-plack-fix'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git-instaweb: Change how gitweb.psgi is made runnable as standalone appJakub Narebski2011-02-27
* | | | | | | | | | | | | | | | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | sha1_file.c: Don't retain open fds on small packsShawn O. Pearce2011-03-02
| * | | | | | | | | | | | | | | | mingw: add minimum getrlimit() compatibility stubErik Faye-Lund2011-03-02
| * | | | | | | | | | | | | | | | Limit file descriptors used by packsShawn O. Pearce2011-02-28
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'jc/checkout-orphan-warning'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | commit: give final warning when reattaching HEAD to leave commits behindJunio C Hamano2011-02-23
* | | | | | | | | | | | | | | | | Merge branch 'jh/maint-do-not-track-non-branches'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | branch/checkout --track: Ensure that upstream branch is indeed a branchJohan Herland2011-02-16
* | | | | | | | | | | | | | | | | | Merge branch 'fk/maint-cvsimport-early-failure'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git-cvsimport.perl: Bail out right away when reading from the server failsFabian Keil2011-02-27
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-apply-report-offset'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | apply -v: show offset count when patch did not apply exactlyJunio C Hamano2011-03-06
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-apply-no-double-patch'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | apply: do not patch lines that were already patchedJunio C Hamano2011-03-04
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'mr/hpux'Junio C Hamano2011-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | git-compat-util.h: Honor HP C's noreturn attributeMichal Rokos2011-03-08