aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-13
* builtin/commit.c: use xstrdup_or_null instead of envdupJeff King2015-01-13
* builtin/apply.c: use xstrdup_or_null instead of null_strdupJeff King2015-01-13
* git-compat-util: add xstrdup_or_null helperJeff King2015-01-13
* clean up name allocation in prepare_revision_walkJeff King2014-10-16
* object_array: add a "clear" functionJeff King2014-10-16
* object_array: factor out slopbuf-freeing logicJeff King2014-10-16
* isxdigit: cast input to unsigned charJeff King2014-10-16
* foreach_alt_odb: propagate return value from callbackJeff King2014-10-16
* test-lib.sh: support -x option for shell-tracingJeff King2014-10-13
* t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-13
* t5304: use test_path_is_* instead of "test -f"Jeff King2014-10-13
* Update draft release notes to 2.2Junio C Hamano2014-10-08
* Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-08
|\
| * sha1_file: don't convert off_t to size_t too early to avoid potential die()Steffen Prohaska2014-09-22
| * convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-28
| * copy_fd(): do not close the input file descriptorSteffen Prohaska2014-08-28
| * mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska2014-08-28
| * memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2014-08-28
| * config.c: add git_env_ulong() to parse environment variableSteffen Prohaska2014-08-28
| * convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska2014-08-21
* | Merge branch 'bw/use-write-script-in-tests'Junio C Hamano2014-10-08
|\ \
| * | t/lib-credential: use write_scriptBen Walton2014-09-29
* | | Merge branch 'nd/archive-pathspec'Junio C Hamano2014-10-08
|\ \ \
| * | | archive: support filtering paths with globNguyễn Thái Ngọc Duy2014-09-22
* | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ \ \
| * | | | receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-25
| * | | | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-17
| * | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-17
| * | | | signed push: fortify against replay attacksJunio C Hamano2014-09-17
| * | | | signed push: add "pushee" header to push certificateJunio C Hamano2014-09-15
| * | | | signed push: remove duplicated protocol infoJunio C Hamano2014-09-15
| * | | | send-pack: send feature request on push-cert packetJunio C Hamano2014-09-15
| * | | | receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-15
| * | | | push: the beginning of "git push --signed"Junio C Hamano2014-09-15
| * | | | pack-protocol doc: typofix for PKT-LINEJunio C Hamano2014-09-15
| * | | | gpg-interface: move parse_signature() to where it should beJunio C Hamano2014-09-15
| * | | | gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-09-15
| * | | | send-pack: clarify that cmds_sent is a booleanJunio C Hamano2014-09-15
| * | | | send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano2014-09-15
| * | | | send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano2014-09-15
| * | | | receive-pack: factor out capability string generationJunio C Hamano2014-09-15
| * | | | send-pack: factor out capability string generationJunio C Hamano2014-09-15
| * | | | send-pack: always send capabilitiesJunio C Hamano2014-09-15
| * | | | send-pack: refactor decision to send update per refJunio C Hamano2014-09-15
| * | | | send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano2014-09-15
| * | | | receive-pack: factor out queueing of commandJunio C Hamano2014-09-15
| * | | | receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-15
| * | | | receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-15
| * | | | receive-pack: do not overallocate command structureJunio C Hamano2014-09-15