summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commit-slab.h: Fix memory allocation and addressingrj/commit-slab-fixRamsay Jones2013-07-291-7/+6
* commit-slab: introduce a macro to define a slab for new typeJunio C Hamano2013-06-072-58/+112
* commit-slab: avoid large reallocJunio C Hamano2013-04-131-20/+42
* commit: allow associating auxiliary info on-demandJeff King2013-04-132-10/+51
* Merge branch 'rr/test-3200-style' into maintJunio C Hamano2013-04-121-253/+267
|\
| * t3200 (branch): modernize styleRamkumar Ramachandra2013-03-201-233/+244
* | Merge branch 'mg/texinfo-5' into maintJunio C Hamano2013-04-121-0/+1
|\ \
| * | Documentation: Strip texinfo anchors to avoid duplicatesMartin von Gagern2013-04-031-0/+1
* | | Merge branch 'jk/diffcore-break-divzero' into maintJunio C Hamano2013-04-121-0/+3
|\ \ \
| * | | diffcore-break: don't divide by zeroJohn Keeping2013-04-031-0/+3
* | | | Merge branch 'cn/commit-amend-doc' into maintJunio C Hamano2013-04-121-8/+9
|\ \ \ \
| * | | | Documentation/git-commit: reword the --amend explanationCarlos Martín Nieto2013-04-051-8/+9
| |/ / /
* | | | Merge branch 'jk/bisect-prn-unsigned' into maintJunio C Hamano2013-04-121-2/+2
|\ \ \ \
| * | | | bisect: avoid signed integer overflowJohn Keeping2013-04-031-2/+2
| |/ / /
* | | | Merge branch 'jk/no-more-self-assignment' into maintJunio C Hamano2013-04-122-47/+34
|\ \ \ \
| * | | | match-trees: simplify score_trees() using tree_entry()René Scharfe2013-03-251-40/+28
| * | | | submodule: clarify logic in show_submodule_summaryJeff King2013-03-221-7/+6
* | | | | Merge branch 'rr/send-email-perl-critique' into maintJunio C Hamano2013-04-121-8/+10
|\ \ \ \ \
| * | | | | send-email: use the three-arg form of open in recipients_cmdRamkumar Ramachandra2013-03-311-1/+1
| * | | | | send-email: drop misleading function prototypeRamkumar Ramachandra2013-03-311-4/+6
| * | | | | send-email: use "return;" not "return undef;" on error codepathsRamkumar Ramachandra2013-03-311-3/+3
* | | | | | Merge branch 'jc/t5516-pushInsteadOf-vs-pushURL' into maintJunio C Hamano2013-04-121-3/+3
|\ \ \ \ \ \
| * | | | | | t5516: test interaction between pushURL and pushInsteadOf correctlyJunio C Hamano2013-03-281-3/+3
* | | | | | | Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-1224-33/+33
* | | | | | | kwset: fix spelling in commentsStefano Lattarini2013-04-121-2/+2
* | | | | | | precompose-utf8: fix spelling of "want" in error messageStefano Lattarini2013-04-121-1/+1
* | | | | | | compat/nedmalloc: fix spelling in commentsStefano Lattarini2013-04-121-3/+3
* | | | | | | compat/regex: fix spelling and grammar in commentsStefano Lattarini2013-04-123-6/+6
* | | | | | | obstack: fix spelling of similarStefano Lattarini2013-04-121-1/+1
* | | | | | | contrib/subtree: fix spelling of accidentallyStefano Lattarini2013-04-121-1/+1
* | | | | | | git-remote-mediawiki: spelling fixesStefano Lattarini2013-04-124-14/+14
* | | | | | | doc: various spelling fixesStefano Lattarini2013-04-1210-13/+13
* | | | | | | Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-04-122-3/+5
|\ \ \ \ \ \ \
| * | | | | | | fast-export: fix argument name in error messagesPaul Price2013-04-121-2/+2
| * | | | | | | Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen2013-04-121-1/+3
* | | | | | | | Merge branch 'tb/document-status-u-tradeoff' into maintJunio C Hamano2013-04-121-8/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | i18n: make the translation of -u advice in one goJiang Xin2013-04-121-8/+4
* | | | | | | | | Typo fix: replacing it's -> itsBenoit Bourbie2013-04-112-3/+3
* | | | | | | | | t: make PIPE a standard test prerequisiteAdam Spiers2013-04-114-16/+10
* | | | | | | | | archive: clarify explanation of --worktree-attributesRené Scharfe2013-04-111-1/+3
* | | | | | | | | t/README: --immediate skips cleanup commands for failed testsSimon Ruderich2013-04-091-1/+4
* | | | | | | | | Git 1.8.2.1v1.8.2.1Junio C Hamano2013-04-073-2/+8
* | | | | | | | | Sync with 1.8.1.6Junio C Hamano2013-04-076-21/+99
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Git 1.8.1.6v1.8.1.6Junio C Hamano2013-04-073-2/+8
| * | | | | | | | Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano2013-04-073-17/+89
| |\ \ \ \ \ \ \ \
| | * | | | | | | | t: check that a pattern without trailing slash matches a directoryJeff King2013-03-281-0/+27
| | * | | | | | | | dir.c::match_pathname(): pay attention to the length of string parametersJeff King2013-03-281-1/+12
| | * | | | | | | | dir.c::match_pathname(): adjust patternlen when shifting patternJeff King2013-03-281-0/+1
| | * | | | | | | | dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano2013-03-281-4/+36
| | * | | | | | | | attr.c::path_matches(): special case paths that end with a slashJunio C Hamano2013-03-281-4/+4