aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* t5516: test pushing a tag of an otherwise unreferenced blobJeff King2014-10-19
* traverse_commit_list: support pending blobs/trees with pathsJeff King2014-10-19
* make add_object_array_with_context interface more saneJeff King2014-10-16
* write_sha1_file: freshen existing objectsJeff King2014-10-16
* pack-objects: match prune logic for discarding objectsJeff King2014-10-16
* pack-objects: refactor unpack-unreachable expiration checkJeff King2014-10-16
* prune: keep objects reachable from recent objectsJeff King2014-10-16
* sha1_file: add for_each iterators for loose and packed objectsJeff King2014-10-16
* count-objects: use for_each_loose_file_in_objdirJeff King2014-10-16
* count-objects: do not use xsize_t when counting object sizeJeff King2014-10-16
* prune-packed: use for_each_loose_file_in_objdirJeff King2014-10-16
* reachable: mark index blobs as SEENJeff King2014-10-16
* prune: factor out loose-object directory traversalJeff King2014-10-16
* reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-16
* reachable: use traverse_commit_list instead of custom walkJeff King2014-10-16
* 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