summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'mg/patch-id' into maintLibravatar Junio C Hamano2-0/+38
2011-03-16Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maintLibravatar Junio C Hamano2-8/+41
2011-03-16gitweb: highlight: replace tabs with spacesLibravatar Kevin Cernekee1-1/+1
2011-03-16diff --quiet: disable optimization when --diff-filter=X is usedLibravatar Junio C Hamano2-1/+9
2011-03-16make_absolute_path: return the input path if it points to our bufferLibravatar Carlos Martín Nieto1-0/+4
2011-03-16valgrind: ignore SSE-based strlen invalid readsLibravatar Carlos Martín Nieto1-0/+6
2011-03-16diff --submodule: split into bite-sized piecesLibravatar Jonathan Nieder1-42/+61
2011-03-16cherry: split off function to print output linesLibravatar Jonathan Nieder1-16/+18
2011-03-16branch: split off function that writes tracking info and commit subjectLibravatar Jonathan Nieder1-21/+27
2011-03-16standardize brace placement in struct definitionsLibravatar Jonathan Nieder17-88/+44
2011-03-16compat: make gcc bswap an inline functionLibravatar Jonathan Nieder1-8/+10
2011-03-16enums: omit trailing comma for portabilityLibravatar Jonathan Nieder2-2/+2
2011-03-15git-bisect.txt: example for bisecting with hot-fixLibravatar Michael J Gruber1-0/+33
2011-03-15git-bisect.txt: streamline run presentationLibravatar Michael J Gruber1-26/+8
2011-03-14list-objects.c: don't add an unparsed NULL as a pending treeLibravatar Junio C Hamano2-1/+33
2011-03-14git stash: show status relative to current directoryLibravatar Piotr Krukowiecki1-1/+2
2011-03-11Make the default abbrev length configurableLibravatar Linus Torvalds5-3/+23
2011-03-10Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"Libravatar Junio C Hamano5-21/+1
2011-03-09git-log.txt,rev-list-options.txt: put option blocks in proper orderLibravatar Michael J Gruber2-160/+160
2011-03-09log: fix --max-count when used together with -S or -GLibravatar Matthieu Moy5-1/+26
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