summaryrefslogtreecommitdiffstats
path: root/decorate.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-09sha1_file: fix iterating loose alternate objectsJonathon Mah2-3/+18
2015-02-09for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2-10/+30
2014-10-20drop add_object_array_with_modeJeff King2-7/+1
2014-10-20revision: remove definition of unused 'add_object' functionRamsay Jones2-15/+0
2014-10-20pack-objects: double-check options before discarding objectsJeff King1-0/+2
2014-10-20repack: pack objects mentioned by the indexJeff King3-0/+22
2014-10-20pack-objects: use argv_arrayJeff King1-10/+10
2014-10-20reachable: use revision machinery's --indexed-objects codeJeff King1-51/+1
2014-10-20rev-list: add --indexed-objects optionJeff King4-0/+80
2014-10-20rev-list: document --reflog optionJeff King1-0/+4
2014-10-20t5516: test pushing a tag of an otherwise unreferenced blobJeff King1-0/+13
2014-10-20traverse_commit_list: support pending blobs/trees with pathsJeff King2-9/+32
2014-10-16make add_object_array_with_context interface more saneJeff King3-20/+15
2014-10-16write_sha1_file: freshen existing objectsJeff King2-7/+71
2014-10-16pack-objects: match prune logic for discarding objectsJeff King4-40/+98
2014-10-16pack-objects: refactor unpack-unreachable expiration checkJeff King1-5/+12
2014-10-16prune: keep objects reachable from recent objectsJeff King5-3/+204
2014-10-16sha1_file: add for_each iterators for loose and packed objectsJeff King2-0/+73
2014-10-16count-objects: use for_each_loose_file_in_objdirJeff King1-71/+30
2014-10-16count-objects: do not use xsize_t when counting object sizeJeff King1-1/+1
2014-10-16prune-packed: use for_each_loose_file_in_objdirJeff King1-46/+23
2014-10-16reachable: mark index blobs as SEENJeff King1-1/+6
2014-10-16prune: factor out loose-object directory traversalJeff King3-61/+143
2014-10-16reachable: reuse revision.c "add all reflogs" codeJeff King3-25/+4
2014-10-16reachable: use traverse_commit_list instead of custom walkJeff King1-113/+17
2014-10-16clean up name allocation in prepare_revision_walkJeff King1-7/+7
2014-10-16object_array: add a "clear" functionJeff King3-6/+17
2014-10-16object_array: factor out slopbuf-freeing logicJeff King1-4/+12
2014-10-16isxdigit: cast input to unsigned charJeff King2-5/+5
2014-10-16foreach_alt_odb: propagate return value from callbackJeff King2-5/+9
2014-10-14test-lib.sh: support -x option for shell-tracingJeff King2-4/+44
2014-10-13t5304: use helper to report failure of "test foo = bar"Jeff King2-8/+17
2014-10-13t5304: use test_path_is_* instead of "test -f"Jeff King1-23/+23
2014-10-08Update draft release notes to 2.2Junio C Hamano1-0/+13
2014-10-07git-tag.txt: Add a missing hyphen to `-s`Wieland Hoffmann1-1/+1
2014-09-30Git 2.1.2v2.1.2Junio C Hamano4-3/+24
2014-09-29Update draft release notes to 2.2Junio C Hamano1-0/+12
2014-09-29t/lib-credential: use write_scriptBen Walton1-3/+1
2014-09-26Update draft release notes to 2.2Junio C Hamano1-0/+21
2014-09-25l10n: de.po: use comma before "um"Phillip Sz1-43/+43
2014-09-25l10n: de.po: change Email to E-MailPhillip Sz1-7/+7
2014-09-25po/TEAMS: add new member to German translation teamRalf Thielow1-0/+1
2014-09-25receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt1-2/+2
2014-09-23merge-recursive: remove stale commented debugging codeStefan Beller1-4/+0
2014-09-23merge-recursive: fix copy-paste mistakeStefan Beller1-1/+1
2014-09-22mailinfo: work around -Wstring-plus-int warningEric Sunshine1-1/+2
2014-09-22mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2-3/+8
2014-09-22t6031-test-merge-recursive: do not forget to add file to be committedStefan Beller1-0/+1
2014-09-22t9300-fast-import: fix typo in test descriptionStefan Beller1-1/+1
2014-09-22sha1_file: don't convert off_t to size_t too early to avoid potential die()Steffen Prohaska1-4/+9