summaryrefslogtreecommitdiffstats
path: root/notes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-13pack-objects: set number of threads before checking and warningJunio C Hamano2-2/+8
2014-10-13index-pack: fix compilation with NO_PTHREADSEtienne Buira1-0/+3
2014-10-08Update draft release notes to 2.2Junio C Hamano1-0/+13
2014-10-07git-tag.txt: Add a missing hyphen to `-s`Wieland Hoffmann1-1/+1
2014-09-30Git 2.1.2v2.1.2Junio C Hamano4-3/+24
2014-09-29Update draft release notes to 2.2Junio C Hamano1-0/+12
2014-09-29t/lib-credential: use write_scriptBen Walton1-3/+1
2014-09-26Update draft release notes to 2.2Junio C Hamano1-0/+21
2014-09-25l10n: de.po: use comma before "um"Phillip Sz1-43/+43
2014-09-25l10n: de.po: change Email to E-MailPhillip Sz1-7/+7
2014-09-25po/TEAMS: add new member to German translation teamRalf Thielow1-0/+1
2014-09-25receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt1-2/+2
2014-09-23merge-recursive: remove stale commented debugging codeStefan Beller1-4/+0
2014-09-23merge-recursive: fix copy-paste mistakeStefan Beller1-1/+1
2014-09-22mailinfo: work around -Wstring-plus-int warningEric Sunshine1-1/+2
2014-09-22mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2-3/+8
2014-09-22t6031-test-merge-recursive: do not forget to add file to be committedStefan Beller1-0/+1
2014-09-22t9300-fast-import: fix typo in test descriptionStefan Beller1-1/+1
2014-09-22sha1_file: don't convert off_t to size_t too early to avoid potential die()Steffen Prohaska1-4/+9
2014-09-22remote: simplify match_name_with_pattern() using strbufRené Scharfe1-12/+5
2014-09-22graph: simplify graph_padding_line()René Scharfe1-13/+4
2014-09-22archive: support filtering paths with globNguyễn Thái Ngọc Duy2-3/+108
2014-09-19Update draft release notes to 2.2Junio C Hamano1-12/+51
2014-09-19Git 2.1.1v2.1.1Junio C Hamano4-3/+48
2014-09-19stash: prefer --quiet over shell redirection of the standard error streamDavid Aguilar1-6/+7
2014-09-19refs: make rev-parse --quiet actually quietDavid Aguilar6-16/+58
2014-09-19pretty: add %D format specifierHarry Jeffery5-11/+35
2014-09-18unblock and unignore SIGPIPEPatrick Reynolds2-0/+44
2014-09-18help: fix the size passed to qsortStefan Beller1-1/+1
2014-09-18branch: clean up commit flags after merge-filter walkJeff King2-14/+48
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe26-70/+40
2014-09-18add macro REALLOC_ARRAYRené Scharfe2-0/+5
2014-09-18signed push: allow stale nonce in stateless modeJunio C Hamano4-12/+112
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano6-3/+63
2014-09-17signed push: fortify against replay attacksJunio C Hamano7-29/+187
2014-09-17receive-pack: allow hooks to ignore its standard input streamJunio C Hamano2-0/+19
2014-09-16Documentation/git-rebase.txt: <upstream> must be given to specify <branch>Sergey Organov1-1/+1
2014-09-16t1503: use test_must_be_emptyDavid Aguilar1-5/+5
2014-09-16credential-cache: close stderr in daemon processJeff King2-5/+26
2014-09-16mailinfo: make ">From" in-body header check more robustJeff King6-1/+65
2014-09-16Documentation: a note about stdout for git rev-parse --verify --quietDavid Aguilar1-0/+1
2014-09-15signed push: add "pushee" header to push certificateJunio C Hamano4-0/+13
2014-09-15signed push: remove duplicated protocol infoJunio C Hamano4-4/+69
2014-09-15send-pack: send feature request on push-cert packetJunio C Hamano2-5/+21
2014-09-15receive-pack: GPG-validate push certificatesJunio C Hamano3-7/+66
2014-09-15push: the beginning of "git push --signed"Junio C Hamano10-2/+253
2014-09-15pack-protocol doc: typofix for PKT-LINEJunio C Hamano1-2/+2
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano4-21/+22
2014-09-15gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano3-41/+47
2014-09-15send-pack: clarify that cmds_sent is a booleanJunio C Hamano1-3/+4