summaryrefslogtreecommitdiffstats
path: root/sigchain.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-16Eighth batch for 2.5Junio C Hamano1-1/+11
2015-06-16Git 2.4.4v2.4.4Junio C Hamano4-3/+39
2015-06-12l10n: de.po: translation fix for fall-back to 3way mergeMichael J Gruber1-1/+1
2015-06-12l10n: de.po: punctuation fixesMichael J Gruber1-2/+2
2015-06-12l10n: de.po: grammar fixMichael J Gruber1-1/+1
2015-06-12l10n: de.po: change error message from "sagen" to "Meinten Sie"Phillip Sz1-1/+1
2015-06-11Second half of seventh batchJunio C Hamano1-0/+28
2015-06-06utf8: NO_ICONV: silence uninitialized variable warningEric Sunshine1-1/+3
2015-06-06lockfile: wait using sleep_millisec() instead of select()Johannes Sixt1-9/+1
2015-06-06lockfile: convert retry timeout computations to millisecondJohannes Sixt1-13/+8
2015-06-06help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt3-1/+7
2015-06-06lockfile: replace random() by rand()Johannes Sixt1-2/+2
2015-06-05Git 2.4.3v2.4.3Junio C Hamano4-3/+80
2015-06-05The first half of the seventh batch for 2.5Junio C Hamano1-0/+14
2015-06-05ll-merge: pass the original path to external driversJunio C Hamano3-8/+21
2015-06-04git-am: add am.threeWay config variableRemi Lespinet4-2/+41
2015-06-04t4150-am: refactor am -3 testsRemi Lespinet1-15/+11
2015-06-04git-am.sh: fix initialization of the threeway variableRemi Lespinet1-0/+1
2015-06-04index-pack: fix truncation of off_t in comparisonJeff King1-2/+6
2015-06-03configure: add getdelim() checkEric Sunshine1-0/+6
2015-06-03config.mak.uname: Darwin: define HAVE_GETDELIM for modern OS X releasesEric Sunshine1-0/+3
2015-06-03ewah: use less generic macro nameJeff King4-23/+23
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine1-8/+8
2015-06-02Documentation/technical/pack-protocol: mention http as possible protocolStefan Beller1-3/+3
2015-06-02pull: use git-rev-parse --parseopt for option parsingPaul Tan1-40/+57
2015-06-02pull: handle git-fetch's options as wellPaul Tan4-6/+68
2015-06-02format-patch: do not feed tags to clear_commit_marks()Junio C Hamano2-6/+14
2015-06-02send-email: further warn about unsupported sendmail aliases featuresEric Sunshine1-0/+4
2015-06-02t9001: add sendmail aliases line continuation testsEric Sunshine1-0/+34
2015-06-02t9001: refactor sendmail aliases test infrastructureEric Sunshine1-18/+29
2015-06-02send-email: implement sendmail aliases line continuation supportEric Sunshine2-5/+7
2015-06-02send-email: simplify sendmail aliases comment and blank line recognizerEric Sunshine1-1/+1
2015-06-02send-email: refactor sendmail aliases parserEric Sunshine1-14/+24
2015-06-02send-email: fix style: cuddle 'elsif' and 'else' with closing braceEric Sunshine1-12/+5
2015-06-02send-email: drop noise comments which merely repeat what code saysEric Sunshine1-5/+0
2015-06-02send-email: visually distinguish sendmail aliases parser warningsEric Sunshine1-3/+3
2015-06-02send-email: further document missing sendmail aliases functionalityEric Sunshine1-0/+3
2015-06-02blame: add blame.showEmail configurationQuentin Neill3-1/+73
2015-06-01Sixth batch for 2.5 cycleJunio C Hamano1-1/+50
2015-06-01apply: reject a hunk that does not do anythingJunio C Hamano2-0/+16
2015-06-01suppress errors on missing UNINTERESTING linksJeff King1-1/+1
2015-06-01silence broken link warnings with revs->ignore_missing_linksJeff King3-2/+17
2015-06-01add quieter versions of parse_{tree,commit}Jeff King4-6/+16
2015-06-01completion: suggest sequencer commands for revertThomas Braun1-0/+5
2015-05-29glossary: add "remote", "submodule", "superproject"Stefan Beller1-0/+16
2015-05-29setup_git_directory: delay core.bare/core.worktree errorsJeff King2-10/+26
2015-05-29Makefile: silence perl/PM.stamp recipeJeff King1-1/+1
2015-05-29Makefile: avoid timestamp updates to GIT-BUILD-OPTIONSJeff King1-21/+22
2015-05-29Makefile: drop dependency between git-instaweb and gitwebJeff King1-1/+1
2015-05-29t5520: check reflog action in fast-forward mergePaul Tan1-3/+10