summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/merge-rename-ux'Junio C Hamano2011-03-199-10/+49
|\
| * pull: propagate --progress to mergeJeff King2011-02-211-2/+4
| * merge: enable progress reporting for rename detectionJeff King2011-02-214-1/+18
| * add inexact rename detection progress infrastructureJeff King2011-02-212-0/+11
| * commit: stop setting rename limitJeff King2011-02-211-1/+0
| * bump rename limit defaults (again)Jeff King2011-02-212-2/+2
| * merge: improve inexact rename limit warningJeff King2011-02-214-4/+14
* | Merge branch 'maint'Junio C Hamano2011-03-192-4/+8
|\ \
| * | gitweb: Always call parse_date with timezone parameterJakub Narebski2011-03-191-3/+2
| * | bisect: explain the rationale behind 125Junio C Hamano2011-03-191-1/+6
* | | grep: read patterns from stdin with -f -René Scharfe2011-03-192-2/+9
* | | Merge branch 'maint'Junio C Hamano2011-03-181-5/+5
|\ \ \ | |/ /
| * | docs: fix grammar in gitattributes.txtAlexei Sholik2011-03-181-5/+5
* | | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-1714-38/+52
* | | RelNotes/1.7.5.txt: typo and language fixesMichael J Gruber2011-03-161-22/+9
* | | Merge branch 'maint'Junio C Hamano2011-03-1627-178/+215
|\ \ \ | |/ /
| * | Prepare draft release notes to 1.7.4.2Junio C Hamano2011-03-162-1/+43
| * | Merge branch 'jn/maint-commit-missing-template' into maintJunio C Hamano2011-03-162-4/+12
| |\ \
| * \ \ Merge branch 'lt/rename-no-extra-copy-detection' into maintJunio C Hamano2011-03-169-45/+46
| |\ \ \
| * \ \ \ Merge branch 'jk/diffstat-binary' into maintJunio C Hamano2011-03-162-10/+28
| |\ \ \ \
| * \ \ \ \ Merge branch 'mg/maint-difftool-vim-readonly' into maintJunio C Hamano2011-03-161-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/test-terminal-punt-on-osx-breakage' into maintJunio C Hamano2011-03-161-3/+19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/fail-null-clone' into maintJunio C Hamano2011-03-162-1/+14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jh/push-default-upstream-configname' into maintJunio C Hamano2011-03-164-9/+12
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mg/placeholders-are-lowercase' into maintJunio C Hamano2011-03-1615-42/+42
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mg/patch-id' into maintJunio C Hamano2011-03-162-0/+38
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maintJunio C Hamano2011-03-162-8/+41
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitweb: highlight: replace tabs with spacesKevin Cernekee2011-03-161-1/+1
| * | | | | | | | | | | | make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto2011-03-161-0/+4
| * | | | | | | | | | | | valgrind: ignore SSE-based strlen invalid readsCarlos Martín Nieto2011-03-161-0/+6
| * | | | | | | | | | | | diff --submodule: split into bite-sized piecesJonathan Nieder2011-03-161-42/+61
| * | | | | | | | | | | | cherry: split off function to print output linesJonathan Nieder2011-03-161-16/+18
| * | | | | | | | | | | | branch: split off function that writes tracking info and commit subjectJonathan Nieder2011-03-161-21/+27
| * | | | | | | | | | | | standardize brace placement in struct definitionsJonathan Nieder2011-03-1617-88/+44
| * | | | | | | | | | | | compat: make gcc bswap an inline functionJonathan Nieder2011-03-161-8/+10
| * | | | | | | | | | | | enums: omit trailing comma for portabilityJonathan Nieder2011-03-162-2/+2
* | | | | | | | | | | | | vcs-svn: remove spurious semicolonsJonathan Nieder2011-03-162-2/+2
* | | | | | | | | | | | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-03-161-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | declare 1-bit bitfields to be unsignedJonathan Nieder2011-03-151-3/+3
* | | | | | | | | | | | | | Update draft release notes to 1.7.5Junio C Hamano2011-03-151-3/+33
* | | | | | | | | | | | | | Merge branch 'jk/strbuf-vaddf'Junio C Hamano2011-03-157-64/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | compat: fall back on __va_copy if availableJonathan Nieder2011-03-081-1/+10
| * | | | | | | | | | | | | | strbuf: add strbuf_vaddfJeff King2011-02-265-63/+25
| * | | | | | | | | | | | | | compat: provide a fallback va_copy definitionJeff King2011-02-262-1/+4
* | | | | | | | | | | | | | | Merge branch 'mm/push-default-advice'Junio C Hamano2011-03-151-7/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | push: better error message when no remote configuredMatthieu Moy2011-03-021-1/+8
| * | | | | | | | | | | | | | | push: better error messages when push.default = trackingMatthieu Moy2011-03-021-6/+16
* | | | | | | | | | | | | | | | Merge branch 'jn/maint-instaweb-plack-fix'Junio C Hamano2011-03-151-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | git-instaweb: Change how gitweb.psgi is made runnable as standalone appJakub Narebski2011-02-271-2/+4
* | | | | | | | | | | | | | | | | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-154-19/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \