summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | compat/bswap.h: detect endianness from XL C compiler macrosdm/port2zosDavid Michael2014-10-271-0/+4
| * | | | | | | | | | | | Makefile: reorder linker flags in the git executable ruleDavid Michael2014-10-271-2/+2
| * | | | | | | | | | | | git-compat-util.h: support variadic macros with the XL C compilerDavid Michael2014-10-271-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'oc/mergetools-beyondcompare'Junio C Hamano2014-10-294-27/+28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mergetool: rename bc3 to bcoc/mergetools-beyondcompareJunio C Hamano2014-10-214-27/+28
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-2923-436/+836
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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
* | | | | | | | | | | | | Merge branch 'bc/asciidoctor'Junio C Hamano2014-10-291-11/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Documentation: remove Asciidoctor linkgit macrobc/asciidoctorbrian m. carlson2014-10-271-39/+0
| * | | | | | | | | | | | Documentation: refactor common operations into variablesbrian m. carlson2014-10-271-11/+11
| * | | | | | | | | | | | Documentation: implement linkgit macro for Asciidoctorbrian m. carlson2014-10-151-0/+39
| * | | | | | | | | | | | Documentation: move some AsciiDoc parameters into variablesbrian m. carlson2014-10-151-7/+11
* | | | | | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-241-0/+11
* | | | | | | | | | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-242-1/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | push: heed user.signingkey for signed pushesMichael J Gruber2014-10-242-1/+56
* | | | | | | | | | | | | Merge branch 'sb/plug-transport-leak'Junio C Hamano2014-10-242-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | .mailmap: add Stefan Bellers corporate mail addresssb/plug-transport-leakStefan Beller2014-10-211-0/+1
| * | | | | | | | | | | | | transport: free leaking head in transport_print_push_status()Stefan Beller2014-10-211-0/+1
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'nd/dir-prep-exclude-cleanup'Junio C Hamano2014-10-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | dir.c: remove the second declaration of "stk" in prep_exclude()nd/dir-prep-exclude-cleanupNguyễn Thái Ngọc Duy2014-10-211-1/+1
* | | | | | | | | | | | | | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-247-12/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Handle atexit list internaly for unthreaded buildseb/no-pthreadsEtienne Buira2014-10-194-10/+47
| * | | | | | | | | | | | | | pack-objects: set number of threads before checking and warningJunio C Hamano2014-10-132-2/+8