summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle atexit list internaly for unthreaded buildseb/no-pthreadsEtienne Buira2014-10-194-10/+47
* pack-objects: set number of threads before checking and warningJunio C Hamano2014-10-132-2/+8
* index-pack: fix compilation with NO_PTHREADSEtienne Buira2014-10-131-0/+3
* Update draft release notes to 2.2Junio C Hamano2014-10-081-0/+13
* Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-0810-52/+164
|\
| * sha1_file: don't convert off_t to size_t too early to avoid potential die()sp/stream-clean-filterSteffen Prohaska2014-09-221-4/+9
| * convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-284-12/+99
| * copy_fd(): do not close the input file descriptorSteffen Prohaska2014-08-282-21/+8
| * mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska2014-08-281-1/+17
| * memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2014-08-282-8/+9
| * config.c: add git_env_ulong() to parse environment variableSteffen Prohaska2014-08-282-0/+17
| * convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska2014-08-212-4/+3
* | Merge branch 'bw/use-write-script-in-tests'Junio C Hamano2014-10-081-3/+1
|\ \
| * | t/lib-credential: use write_scriptbw/use-write-script-in-testsBen Walton2014-09-291-3/+1
* | | Merge branch 'nd/archive-pathspec'Junio C Hamano2014-10-082-3/+108
|\ \ \
| * | | archive: support filtering paths with globnd/archive-pathspecNguyễn Thái Ngọc Duy2014-09-222-3/+108
* | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-0823-159/+932
|\ \ \ \
| * | | | receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-251-2/+2
| * | | | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-174-12/+112
| * | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-176-3/+63
| * | | | signed push: fortify against replay attacksJunio C Hamano2014-09-177-29/+187
| * | | | signed push: add "pushee" header to push certificateJunio C Hamano2014-09-154-0/+13
| * | | | signed push: remove duplicated protocol infoJunio C Hamano2014-09-154-4/+69
| * | | | send-pack: send feature request on push-cert packetJunio C Hamano2014-09-152-5/+21
| * | | | receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-153-7/+66
| * | | | push: the beginning of "git push --signed"Junio C Hamano2014-09-1510-2/+253
| * | | | pack-protocol doc: typofix for PKT-LINEJunio C Hamano2014-09-151-2/+2
| * | | | gpg-interface: move parse_signature() to where it should beJunio C Hamano2014-09-154-21/+22
| * | | | gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-09-153-41/+47
| * | | | send-pack: clarify that cmds_sent is a booleanJunio C Hamano2014-09-151-3/+4
| * | | | send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano2014-09-151-19/+30
| * | | | send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano2014-09-151-4/+3
| * | | | receive-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+14
| * | | | send-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+13
| * | | | send-pack: always send capabilitiesJunio C Hamano2014-09-151-3/+1
| * | | | send-pack: refactor decision to send update per refJunio C Hamano2014-09-151-15/+21
| * | | | send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano2014-09-151-5/+10
| * | | | receive-pack: factor out queueing of commandJunio C Hamano2014-09-151-21/+29
| * | | | receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-151-3/+5
| * | | | receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-151-12/+14
| * | | | receive-pack: do not overallocate command structureJunio C Hamano2014-09-151-2/+3
* | | | | Sync with maintJunio C Hamano2014-10-071-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'maint-2.0' into maintJunio C Hamano2014-10-071-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'maint-1.9' into maint-2.0Junio C Hamano2014-10-071-1/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-10-071-1/+1
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | git-tag.txt: Add a missing hyphen to `-s`Wieland Hoffmann2014-10-071-1/+1
| * | | | | | | Merge branch 'jk/mbox-from-line' into maintJunio C Hamano2014-10-076-1/+66
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Sync with 2.1.2Junio C Hamano2014-09-292-1/+22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Git 2.1.2v2.1.2Junio C Hamano2014-09-294-3/+24
| * | | | | | | | Merge branch 'jk/fsck-exit-code-fix' into maintJunio C Hamano2014-09-293-9/+87
| |\ \ \ \ \ \ \ \