summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Fix typo in t/READMELibravatar Mathias Lafeldt1-1/+1
2011-03-09ls-remote documentation: <refs> argument is optionalLibravatar Piotr Krukowiecki1-1/+1
2011-03-09Add Author and Documentation sections to git-for-each-ref.txtLibravatar Alexei Sholik1-0/+12
2011-03-09Documentation: remove redundant colons in git-for-each-ref.txtLibravatar Alexei Sholik1-3/+3
2011-03-08SubmittingPatches: clarify the expected commit log descriptionLibravatar Junio C Hamano1-8/+18
2011-03-08diff format documentation: clarify --cc and -cLibravatar Adam Monsen1-4/+7
2011-03-08git-log.txt,rev-list-options.txt: -n/--max-count is commit limitingLibravatar Michael J Gruber2-1/+3
2011-03-08rev-list-options.txt: typo fixLibravatar Michael J Gruber1-1/+1
2011-03-08git-compat-util.h: Honor HP C's noreturn attributeLibravatar Michal Rokos1-1/+4
2011-03-08Makefile: add NO_FNMATCH_CASEFOLD to HP-UX sectionLibravatar Michal Rokos1-0/+1
2011-03-06apply -v: show offset count when patch did not apply exactlyLibravatar Junio C Hamano1-2/+14
2011-03-04apply: do not patch lines that were already patchedLibravatar Junio C Hamano1-1/+6
2011-03-04Documentation: fix a typo in git-apply.txtLibravatar Michał Kiedrowicz1-1/+1
2011-03-03init: remove unnecessary checkLibravatar Nguyễn Thái Ngọc Duy1-7/+5
2011-03-02sha1_file.c: Don't retain open fds on small packsLibravatar Shawn O. Pearce3-6/+39
2011-03-02mingw: add minimum getrlimit() compatibility stubLibravatar Erik Faye-Lund1-0/+16
2011-03-01verify-pack: add --stat-only to the synopsis sectionLibravatar Junio C Hamano1-1/+1
2011-02-28Limit file descriptors used by packsLibravatar Shawn O. Pearce1-13/+30
2011-02-27git-instaweb: Change how gitweb.psgi is made runnable as standalone appLibravatar Jakub Narebski1-2/+4
2011-02-27git-cvsimport.perl: Bail out right away when reading from the server failsLibravatar Fabian Keil1-1/+3
2011-02-27doc: technical details about the index file formatLibravatar Nguyễn Thái Ngọc Duy1-0/+165
2011-02-27branch_merged: fix grammar in warningLibravatar Eric Hanchrow1-1/+1
2011-02-25commit: error out for missing commit message templateLibravatar Jonathan Nieder2-4/+12
2011-02-25mergetool-lib: call vim in readonly mode for diffsLibravatar Michael J Gruber1-2/+2
2011-02-23format-patch: rfc2047-encode newlines in headersLibravatar Jeff King1-2/+2
2011-02-23format-patch: wrap long header linesLibravatar Jeff King2-8/+108
2011-02-23strbuf: add fixed-length version of add_wrapped_textLibravatar Jeff King2-0/+11
2011-02-22Disallow empty section and variable namesLibravatar Libor Pechacek2-1/+10
2011-02-22Sanity-check config variable namesLibravatar Libor Pechacek4-50/+102
2011-02-22diff: don't retrieve binary blobs for diffstatLibravatar Jeff King1-4/+11
2011-02-22diff: handle diffstat of rewritten binary filesLibravatar Jeff King2-10/+21
2011-02-21do not overwrite untracked symlinksLibravatar Clemens Buchacher2-4/+12
2011-02-21Documentation: clarify -u<mode> option defaultsLibravatar Clemens Buchacher2-14/+14
2011-02-21t/t7500-commit.sh: use test_cmp instead of testLibravatar Ævar Arnfjörð Bjarmason1-1/+6
2011-02-21t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateLibravatar Ævar Arnfjörð Bjarmason3-88/+6
2011-02-21gitweb/gitweb.perl: don't call S_ISREG() with undefLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2011-02-21gitweb/gitweb.perl: remove use of qw(...) as parenthesesLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2011-02-18diffcore-rename: improve estimate_similarity() heuristicsLibravatar Linus Torvalds1-1/+1
2011-02-18diffcore-rename: properly honor the difference between -M and -CLibravatar Linus Torvalds6-33/+32
2011-02-18for_each_hash: allow passing a 'void *data' pointer to callbackLibravatar Linus Torvalds4-11/+13
2011-02-18clone: die when trying to clone missing local pathLibravatar Jeff King2-1/+14
2011-02-17tests: skip terminal output tests on OS XLibravatar Jonathan Nieder1-3/+19
2011-02-17t7406: "git submodule update {--merge|--rebase]" with new submodulesLibravatar Spencer E. Olson1-0/+52
2011-02-17submodule: no [--merge|--rebase] when newly clonedLibravatar Spencer E. Olson1-0/+9
2011-02-17git-patch-id: do not trip over "no newline" markersLibravatar Michael J Gruber2-1/+3
2011-02-17git-patch-id: test for "no newline" markersLibravatar Michael J Gruber1-0/+36
2011-02-17Make <identifier> lowercase in DocumentationLibravatar Michael J Gruber3-13/+13
2011-02-16branch/checkout --track: Ensure that upstream branch is indeed a branchLibravatar Johan Herland4-18/+39
2011-02-16Merge branch 'maint-1.7.3' into maintLibravatar Junio C Hamano0-0/+0
2011-02-16Merge branch 'maint-1.7.2' into maint-1.7.3Libravatar Junio C Hamano3-20/+26