summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sp/maint-fd-limit' into maintJunio C Hamano2011-03-204-19/+85
|\
| * sha1_file.c: Don't retain open fds on small packsShawn O. Pearce2011-03-023-6/+39
| * mingw: add minimum getrlimit() compatibility stubErik Faye-Lund2011-03-021-0/+16
| * Limit file descriptors used by packsShawn O. Pearce2011-02-281-13/+30
* | Merge branch 'mr/hpux' into maintJunio C Hamano2011-03-202-1/+5
|\ \
| * | git-compat-util.h: Honor HP C's noreturn attributeMichal Rokos2011-03-081-1/+4
| * | Makefile: add NO_FNMATCH_CASEFOLD to HP-UX sectionMichal Rokos2011-03-081-0/+1
* | | Merge branch 'so/submodule-no-update-first-time' into maintJunio C Hamano2011-03-202-0/+61
|\ \ \
| * | | t7406: "git submodule update {--merge|--rebase]" with new submodulesSpencer E. Olson2011-02-171-0/+52
| * | | submodule: no [--merge|--rebase] when newly clonedSpencer E. Olson2011-02-171-0/+9
| |/ /
* | | Merge branch 'mo/perl-bidi-pipe-envfix' into maintJunio C Hamano2011-03-202-5/+30
|\ \ \
| * | | perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-142-5/+30
* | | | Merge branch 'ae/better-template-failure-report' into maintJunio C Hamano2011-03-204-4/+56
|\ \ \ \
| * | | | Improve error messages when temporary file creation failsArnout Engelen2010-12-214-4/+56
* | | | | Work around broken ln on solaris as used in t8006Ben Walton2011-03-201-1/+2
* | | | | t/README: Add a note about running commands under valgrindCarlos Martín Nieto2011-03-201-0/+7
* | | | | 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
* | | | | docs: fix grammar in gitattributes.txtAlexei Sholik2011-03-181-5/+5
* | | | | 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
|\ \ \ \ \
| * | | | | commit: error out for missing commit message templateJonathan Nieder2011-02-252-4/+12
* | | | | | Merge branch 'lt/rename-no-extra-copy-detection' into maintJunio C Hamano2011-03-169-45/+46
|\ \ \ \ \ \
| * | | | | | diffcore-rename: improve estimate_similarity() heuristicsLinus Torvalds2011-02-181-1/+1
| * | | | | | diffcore-rename: properly honor the difference between -M and -CLinus Torvalds2011-02-186-33/+32
| * | | | | | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-184-11/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/diffstat-binary' into maintJunio C Hamano2011-03-162-10/+28
|\ \ \ \ \ \
| * | | | | | diff: don't retrieve binary blobs for diffstatJeff King2011-02-221-4/+11
| * | | | | | diff: handle diffstat of rewritten binary filesJeff King2011-02-222-10/+21
* | | | | | | Merge branch 'mg/maint-difftool-vim-readonly' into maintJunio C Hamano2011-03-161-2/+2
|\ \ \ \ \ \ \
| * | | | | | | mergetool-lib: call vim in readonly mode for diffsMichael J Gruber2011-02-251-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jn/test-terminal-punt-on-osx-breakage' into maintJunio C Hamano2011-03-161-3/+19
|\ \ \ \ \ \ \
| * | | | | | | tests: skip terminal output tests on OS XJonathan Nieder2011-02-171-3/+19
* | | | | | | | Merge branch 'jk/fail-null-clone' into maintJunio C Hamano2011-03-162-1/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | clone: die when trying to clone missing local pathJeff King2011-02-182-1/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jh/push-default-upstream-configname' into maintJunio C Hamano2011-03-164-9/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | push.default: Rename 'tracking' to 'upstream'Johan Herland2011-02-164-9/+12
| |/ / / / / / /
* | | | | | | | Merge branch 'mg/placeholders-are-lowercase' into maintJunio C Hamano2011-03-1615-42/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | Make <identifier> lowercase in DocumentationMichael J Gruber2011-02-173-13/+13
| * | | | | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-152-2/+2
| * | | | | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-158-25/+25
| * | | | | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-1/+1
| * | | | | | | | CodingGuidelines: downcase placeholders in usage messagesJunio C Hamano2011-02-151-1/+1
* | | | | | | | | Merge branch 'mg/patch-id' into maintJunio C Hamano2011-03-162-0/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-patch-id: do not trip over "no newline" markersMichael J Gruber2011-02-172-1/+3
| * | | | | | | | | git-patch-id: test for "no newline" markersMichael J Gruber2011-02-171-0/+36
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maintJunio C Hamano2011-03-162-8/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge: honor prepare-commit-msg hookJay Soffian2011-02-152-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