summaryrefslogtreecommitdiffstats
path: root/archive-tar.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-20grep: read patterns from stdin with -f -René Scharfe2-2/+9
2011-03-20gitweb: Always call parse_date with timezone parameterJakub Narebski1-3/+2
2011-03-20bisect: explain the rationale behind 125Junio C Hamano1-1/+6
2011-03-18docs: fix grammar in gitattributes.txtAlexei Sholik1-5/+5
2011-03-18Name make_*_path functions more accuratelyCarlos Martín Nieto14-38/+52
2011-03-17RelNotes/1.7.5.txt: typo and language fixesMichael J Gruber1-22/+9
2011-03-17Prepare draft release notes to 1.7.4.2Junio C Hamano2-1/+43
2011-03-17gitweb: highlight: replace tabs with spacesKevin Cernekee1-1/+1
2011-03-16make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto1-0/+4
2011-03-16valgrind: ignore SSE-based strlen invalid readsCarlos Martín Nieto1-0/+6
2011-03-16vcs-svn: remove spurious semicolonsJonathan Nieder2-2/+2
2011-03-16diff --submodule: split into bite-sized piecesJonathan Nieder1-42/+61
2011-03-16cherry: split off function to print output linesJonathan Nieder1-16/+18
2011-03-16branch: split off function that writes tracking info and commit subjectJonathan Nieder1-21/+27
2011-03-16standardize brace placement in struct definitionsJonathan Nieder17-88/+44
2011-03-16compat: make gcc bswap an inline functionJonathan Nieder1-8/+10
2011-03-16enums: omit trailing comma for portabilityJonathan Nieder2-2/+2
2011-03-16declare 1-bit bitfields to be unsignedJonathan Nieder1-3/+3
2011-03-15Update draft release notes to 1.7.5Junio C Hamano1-3/+33
2011-03-15Documentation: running test with --debug keeps "trash" directoryPiotr Krukowiecki1-0/+4
2011-03-14smart-http: Really never use Expect: 100-continueShawn O. Pearce1-1/+1
2011-03-14Documentation: "rebase <onto> <that>" stays on <that> branch upon exitDrew Northup1-2/+3
2011-03-14object.h: Remove obsolete struct object_refsJakob Pfender1-5/+0
2011-03-13git-p4: test clone @allPete Wyckoff1-0/+16
2011-03-13git-p4: fix clone @all regressionPete Wyckoff1-1/+1
2011-03-13docs: point git.txt author credits to git-scm.comJeff King1-2/+4
2011-03-11doc: add missing git footersJeff King5-0/+20
2011-03-11doc: drop author/documentation sections from most pagesJeff King134-1134/+4
2011-03-11Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"Junio C Hamano5-21/+1
2011-03-10i18n: "make distclean" should clean up after "make pot"Jonathan Nieder1-0/+1
2011-03-10i18n: Makefile: "pot" target to extract messages marked for translationÆvar Arnfjörð Bjarmason2-0/+17
2011-03-10i18n: add stub Q_() wrapper for ngettextJonathan Nieder1-2/+10
2011-03-10Update Release Notes to 1.7.5Junio C Hamano1-3/+27
2011-03-10git-log.txt,rev-list-options.txt: put option blocks in proper orderMichael J Gruber2-160/+160
2011-03-09log: fix --max-count when used together with -S or -GMatthieu Moy5-1/+26
2011-03-09Fix typo in t/READMEMathias Lafeldt1-1/+1
2011-03-09ls-remote documentation: <refs> argument is optionalPiotr Krukowiecki1-1/+1
2011-03-09Add Author and Documentation sections to git-for-each-ref.txtAlexei Sholik1-0/+12
2011-03-09Documentation: remove redundant colons in git-for-each-ref.txtAlexei Sholik1-3/+3
2011-03-09transport-helper.c: fix check for (size_t < 0)Nicolas Kaiser1-1/+1
2011-03-09SubmittingPatches: clarify the expected commit log descriptionJunio C Hamano1-8/+18
2011-03-08diff format documentation: clarify --cc and -cAdam Monsen1-4/+7
2011-03-08commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2-66/+67
2011-03-08commit: refer to commit template as s->fpJonathan Nieder1-14/+13
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder4-0/+93
2011-03-08trace: give repo_setup trace its own keyJeff King2-6/+7
2011-03-08add packet tracing debug codeJeff King8-1/+65
2011-03-08trace: add trace_strbufJeff King2-7/+17
2011-03-08trace: factor out "do we want to trace" logicJeff King2-3/+12
2011-03-08trace: refactor to support multiple env variablesJeff King2-11/+19