summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | repack: stop using magic number for ARRAY_SIZE(exts)Jeff King2013-12-301-4/+4
| * | | | | | | | | | | | | pack-objects: implement bitmap writingVicent Marti2013-12-308-0/+711
| * | | | | | | | | | | | | rev-list: add bitmap mode to speed up object listsVicent Marti2013-12-303-0/+48
| * | | | | | | | | | | | | pack-objects: use bitmaps when packing objectsVicent Marti2013-12-302-0/+113
| * | | | | | | | | | | | | pack-objects: split add_object_entryJeff King2013-12-301-20/+78
| * | | | | | | | | | | | | pack-bitmap: add support for bitmap indexesVicent Marti2013-12-304-0/+1353
| * | | | | | | | | | | | | documentation: add documentation for the bitmap formatVicent Marti2013-12-301-0/+131
| * | | | | | | | | | | | | ewah: compressed bitmap implementationVicent Marti2013-12-307-2/+1599
| * | | | | | | | | | | | | compat: add endianness helpersVicent Marti2013-11-181-1/+75
| * | | | | | | | | | | | | sha1_file: export `git_open_noatime`Vicent Marti2013-10-242-3/+2
| * | | | | | | | | | | | | revision: allow setting custom limiter functionVicent Marti2013-10-242-0/+6
| * | | | | | | | | | | | | pack-objects: factor out name_hashVicent Marti2013-10-242-22/+22
| * | | | | | | | | | | | | pack-objects: refactor the packing listVicent Marti2013-10-244-135/+200
| * | | | | | | | | | | | | revindex: export new APIsVicent Marti2013-10-242-13/+33
* | | | | | | | | | | | | | Merge branch 'dk/blame-janitorial'Junio C Hamano2014-02-271-51/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | builtin/blame.c::find_copy_in_blob: no need to scan for region enddk/blame-janitorialDavid Kastrup2014-02-251-8/+1
| * | | | | | | | | | | | | | blame.c: prepare_lines should not call xrealloc for every lineDavid Kastrup2014-02-241-15/+31
| * | | | | | | | | | | | | | builtin/blame.c::prepare_lines: fix allocation size of sb->linenoDavid Kastrup2014-02-241-2/+2
| * | | | | | | | | | | | | | builtin/blame.c: eliminate same_suspect()David Kastrup2014-02-241-17/+8
| * | | | | | | | | | | | | | builtin/blame.c: struct blame_entry does not need a prev linkDavid Kastrup2014-01-221-11/+2
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'bc/gpg-sign-everywhere'Junio C Hamano2014-02-2718-59/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pull: add the --gpg-sign option.bc/gpg-sign-everywherebrian m. carlson2014-02-111-1/+12
| * | | | | | | | | | | | | | rebase: add the --gpg-sign optionNicolas Vigier2014-02-115-17/+47
| * | | | | | | | | | | | | | rebase: parse options in stuck-long modeNicolas Vigier2014-02-111-28/+22
| * | | | | | | | | | | | | | rebase: don't try to match -M optionNicolas Vigier2014-02-031-1/+1
| * | | | | | | | | | | | | | rebase: remove useless arguments checkNicolas Vigier2014-02-031-2/+0
| * | | | | | | | | | | | | | am: add the --gpg-sign optionNicolas Vigier2014-02-032-2/+13
| * | | | | | | | | | | | | | am: parse options in stuck-long modeNicolas Vigier2014-02-031-9/+9
| * | | | | | | | | | | | | | git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier2014-02-037-0/+8
| * | | | | | | | | | | | | | cherry-pick, revert: add the --gpg-sign optionNicolas Vigier2014-01-275-2/+26
* | | | | | | | | | | | | | | Merge branch 'al/docs'Junio C Hamano2014-02-274-10/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | docs/git-blame: explain more clearly the example pickaxe useal/docsAlbert L. Lash, IV2014-02-111-1/+2
| * | | | | | | | | | | | | | | docs/git-clone: clarify use of --no-hardlinks optionAlbert L. Lash, IV2014-02-111-7/+4
| * | | | | | | | | | | | | | | docs/git-remote: capitalize first word of initial blurbAlbert L. Lash, IV2014-02-111-1/+1
| * | | | | | | | | | | | | | | docs/merge-strategies: remove hyphen from mis-mergesAlbert L. Lash, IV2014-02-111-1/+1
* | | | | | | | | | | | | | | | Merge branch 'jk/test-ports'Junio C Hamano2014-02-2710-10/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tests: auto-set git-daemon portjk/test-portsJeff King2014-02-102-2/+1
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | tests: auto-set LIB_HTTPD_PORT from test nameJeff King2014-02-108-8/+1
* | | | | | | | | | | | | | | | Merge branch 'nd/reset-intent-to-add'Junio C Hamano2014-02-275-15/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-addNguyễn Thái Ngọc Duy2014-02-055-15/+50
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'ks/tree-diff-walk'Junio C Hamano2014-02-275-59/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | tree-walk: finally switch over tree descriptors to contain a pre-parsed entryks/tree-diff-walkKirill Smelkov2014-02-242-2/+2
| * | | | | | | | | | | | | | | revision: convert to using diff_tree_sha1()Kirill Smelkov2014-02-051-11/+1
| * | | | | | | | | | | | | | | line-log: convert to using diff_tree_sha1()Kirill Smelkov2014-02-051-24/+2
| * | | | | | | | | | | | | | | tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old...Kirill Smelkov2014-02-051-14/+1
| * | | | | | | | | | | | | | | tree-diff: allow diff_tree_sha1 to accept NULL sha1Kirill Smelkov2014-02-051-8/+4
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'mw/symlinks'Junio C Hamano2014-02-273-20/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | setup: don't dereference in-tree symlinks for absolute pathsMartin Erik Werner2014-02-043-22/+12
| * | | | | | | | | | | | | | | setup: add abspath_part_inside_repo() functionMartin Erik Werner2014-02-041-0/+64
| * | | | | | | | | | | | | | | t0060: add tests for prefix_path when path begins with work treeMartin Erik Werner2014-02-041-0/+10