summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revision.c: propagate tag names from pending arrayjk/pending-keep-tag-nameJeff King2015-12-172-2/+30
* traverse_commit_list: support pending blobs/trees with pathsJeff King2014-10-192-9/+32
* make add_object_array_with_context interface more saneJeff King2014-10-163-20/+15
* write_sha1_file: freshen existing objectsJeff King2014-10-162-7/+71
* pack-objects: match prune logic for discarding objectsJeff King2014-10-164-40/+98
* pack-objects: refactor unpack-unreachable expiration checkJeff King2014-10-161-5/+12
* prune: keep objects reachable from recent objectsJeff King2014-10-165-3/+204
* sha1_file: add for_each iterators for loose and packed objectsJeff King2014-10-162-0/+73
* count-objects: use for_each_loose_file_in_objdirJeff King2014-10-161-71/+30
* count-objects: do not use xsize_t when counting object sizeJeff King2014-10-161-1/+1
* prune-packed: use for_each_loose_file_in_objdirJeff King2014-10-161-46/+23
* reachable: mark index blobs as SEENJeff King2014-10-161-1/+6
* prune: factor out loose-object directory traversalJeff King2014-10-163-61/+143
* reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-163-25/+4
* reachable: use traverse_commit_list instead of custom walkJeff King2014-10-161-113/+17
* 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