summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blame.c: fix garbled error messagejk/blame-commit-labelLukas Fleischer2015-01-131-5/+7
* use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-137-10/+9
* builtin/commit.c: use xstrdup_or_null instead of envdupJeff King2015-01-131-9/+3
* builtin/apply.c: use xstrdup_or_null instead of null_strdupJeff King2015-01-131-10/+5
* git-compat-util: add xstrdup_or_null helperJeff King2015-01-131-0/+5
* clean up name allocation in prepare_revision_walkJeff King2014-10-161-7/+7
* object_array: add a "clear" functionJeff King2014-10-163-6/+17
* object_array: factor out slopbuf-freeing logicJeff King2014-10-161-4/+12
* isxdigit: cast input to unsigned charJeff King2014-10-162-5/+5
* foreach_alt_odb: propagate return value from callbackJeff King2014-10-162-5/+9
* test-lib.sh: support -x option for shell-tracingjk/test-shell-traceJeff King2014-10-132-4/+44
* t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-132-8/+17
* t5304: use test_path_is_* instead of "test -f"Jeff King2014-10-131-23/+23
* 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