summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prune: close directory earlier during loose-object directory traversaljk/prune-mtimeJohannes Sixt2015-08-121-2/+2
* sha1_file: only freshen packs once per runJeff King2015-04-202-1/+9
* sha1_file: freshen pack objects before looseJeff King2015-04-201-1/+1
* reachable: only mark local objects as recentJeff King2015-04-203-7/+16
* sha1_file: fix iterating loose alternate objectsJonathon Mah2015-02-092-3/+18
* for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2015-02-092-10/+30
* drop add_object_array_with_modeJeff King2014-10-192-7/+1
* revision: remove definition of unused 'add_object' functionRamsay Jones2014-10-192-15/+0
* pack-objects: double-check options before discarding objectsJeff King2014-10-191-0/+2
* repack: pack objects mentioned by the indexJeff King2014-10-193-0/+22
* pack-objects: use argv_arrayJeff King2014-10-191-10/+10
* reachable: use revision machinery's --indexed-objects codeJeff King2014-10-191-51/+1
* rev-list: add --indexed-objects optionJeff King2014-10-194-0/+80
* rev-list: document --reflog optionJeff King2014-10-191-0/+4
* t5516: test pushing a tag of an otherwise unreferenced blobJeff King2014-10-191-0/+13
* 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