summaryrefslogtreecommitdiffstats
path: root/pack-revindex.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King3-3/+18
2016-07-11Git 2.9.1v2.9.1Junio C Hamano3-2/+58
2016-07-06More fixes for 2.9.1Junio C Hamano1-0/+34
2016-07-06mailmap: use main email address for dturnerDavid Turner1-0/+1
2016-06-27Start preparing for 2.9.1Junio C Hamano2-1/+29
2016-06-22t2300: "git --exec-path" is not usable in $PATH on Windows as-isJohannes Schindelin1-1/+9
2016-06-22doc: git-htmldocs.googlecode.com is no moreJonathan Nieder1-2/+2
2016-06-22git-p4: correct hasBranchPrefix verbose outputAndrew Oakley1-1/+1
2016-06-22t7810: fix duplicated test titleCharles Bailey1-1/+1
2016-06-21t5614: don't use subshellsStefan Beller1-50/+20
2016-06-21t7800: readlink may not be availableArmin Kunaschik1-1/+1
2016-06-21perf: accommodate for MacOSXJohannes Schindelin2-1/+7
2016-06-21local_tzoffset: detect errors from tm_to_time_tJeff King2-0/+7
2016-06-21t0006: test various date formatsJeff King2-0/+47
2016-06-21t0006: rename test-date's "show" to "relative"Jeff King2-17/+17
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin3-6/+6
2016-06-20clone: do not let --depth imply --shallow-submodulesJunio C Hamano3-8/+21
2016-06-19sh-setup: enclose setting of ${VAR=default} in double-quotesLE Manh Cuong1-3/+3
2016-06-17Documentation/technical: signed merge tag formatMichael J Gruber1-0/+74
2016-06-17Documentation/technical: signed commit formatMichael J Gruber1-0/+48
2016-06-17Documentation/technical: signed tag formatMichael J Gruber1-0/+47
2016-06-17Documentation/technical: describe signature formatsMichael J Gruber2-0/+18
2016-06-17rebase: update comment about FreeBSD /bin/shEd Maste3-6/+6
2016-06-17Documentation: GPG capitalizationDave Nicolson2-2/+2
2016-06-17bisect: always call setup_revisions after init_revisionsJeff King1-0/+1
2016-06-16pretty.c: support <direction>|(<negative number>) formsNguyễn Thái Ngọc Duy2-1/+40
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner6-0/+40
2016-06-16add--interactive: respect diff.compactionHeuristicJeff King1-0/+4
2016-06-15git-svn: document the 'git svn propset' commandAlfred Perlstein1-0/+14
2016-06-14blame, line-log: do not loop around deref_tag()Junio C Hamano2-6/+3
2016-06-14gnome-keyring: Don't hard-code pkg-config executableHeiko Becker1-2/+3
2016-06-14builtin/fetch.c: don't free remote->name after fetchKeith McGuigan1-4/+2
2016-06-14strbuf: describe the return value of strbuf_read_filePranit Bauva1-0/+2
2016-06-14fetch: document that pruning happens before fetchingJeff King1-1/+1
2016-06-13Git 2.9v2.9.0Junio C Hamano2-1/+6
2016-06-11l10n: ko.po: Update Korean translationChangwoo Ryu1-1393/+1799
2016-06-11l10n: ru.po: update Russian translationDimitriy Ryazantcev1-1404/+1767
2016-06-11Hopefully the final last-minute update before 2.9 finalJunio C Hamano1-3/+7
2016-06-10config.c: fix misspelt "occurred" in an error messagePeter Colberg1-1/+1
2016-06-10refs.h: fix misspelt "occurred" in a commentPeter Colberg1-1/+1
2016-06-10diff: disable compaction heuristic for nowJunio C Hamano3-1/+13
2016-06-10l10n: de.po: translate 104 new messagesRalf Thielow1-1428/+1882
2016-06-10xdiff: fix merging of appended hunk with -WRené Scharfe2-2/+25
2016-06-09Use "working tree" instead of "working directory" for git statusLars Vogel1-1/+1
2016-06-09l10n: zh_CN: review for git v2.9.0 l10n round 1Ray Chen1-15/+15
2016-06-08doc: change configuration variables formatTom Russello17-86/+86
2016-06-08doc: more consistency in environment variables formatTom Russello17-27/+27
2016-06-08doc: change environment variables formatTom Russello9-101/+101
2016-06-08doc: clearer rule about formatting literalsTom Russello1-3/+10
2016-06-08tree-diff: avoid alloca for large allocationsJeff King1-6/+16