Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | rev-list: add bitmap mode to speed up object lists | Vicent Marti | 2013-12-30 | 3 | -0/+48 | |
| * | | | | | | | | | | | | | pack-objects: use bitmaps when packing objects | Vicent Marti | 2013-12-30 | 2 | -0/+113 | |
| * | | | | | | | | | | | | | pack-objects: split add_object_entry | Jeff King | 2013-12-30 | 1 | -20/+78 | |
| * | | | | | | | | | | | | | pack-bitmap: add support for bitmap indexes | Vicent Marti | 2013-12-30 | 4 | -0/+1353 | |
| * | | | | | | | | | | | | | documentation: add documentation for the bitmap format | Vicent Marti | 2013-12-30 | 1 | -0/+131 | |
| * | | | | | | | | | | | | | ewah: compressed bitmap implementation | Vicent Marti | 2013-12-30 | 7 | -2/+1599 | |
| * | | | | | | | | | | | | | compat: add endianness helpers | Vicent Marti | 2013-11-18 | 1 | -1/+75 | |
| * | | | | | | | | | | | | | sha1_file: export `git_open_noatime` | Vicent Marti | 2013-10-24 | 2 | -3/+2 | |
| * | | | | | | | | | | | | | revision: allow setting custom limiter function | Vicent Marti | 2013-10-24 | 2 | -0/+6 | |
| * | | | | | | | | | | | | | pack-objects: factor out name_hash | Vicent Marti | 2013-10-24 | 2 | -22/+22 | |
| * | | | | | | | | | | | | | pack-objects: refactor the packing list | Vicent Marti | 2013-10-24 | 4 | -135/+200 | |
| * | | | | | | | | | | | | | revindex: export new APIs | Vicent Marti | 2013-10-24 | 2 | -13/+33 | |
* | | | | | | | | | | | | | | Merge branch 'dk/blame-janitorial' | Junio C Hamano | 2014-02-27 | 1 | -51/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | builtin/blame.c::find_copy_in_blob: no need to scan for region enddk/blame-janitorial | David Kastrup | 2014-02-25 | 1 | -8/+1 | |
| * | | | | | | | | | | | | | | blame.c: prepare_lines should not call xrealloc for every line | David Kastrup | 2014-02-24 | 1 | -15/+31 | |
| * | | | | | | | | | | | | | | builtin/blame.c::prepare_lines: fix allocation size of sb->lineno | David Kastrup | 2014-02-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | builtin/blame.c: eliminate same_suspect() | David Kastrup | 2014-02-24 | 1 | -17/+8 | |
| * | | | | | | | | | | | | | | builtin/blame.c: struct blame_entry does not need a prev link | David Kastrup | 2014-01-22 | 1 | -11/+2 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'bc/gpg-sign-everywhere' | Junio C Hamano | 2014-02-27 | 18 | -59/+135 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | pull: add the --gpg-sign option.bc/gpg-sign-everywhere | brian m. carlson | 2014-02-11 | 1 | -1/+12 | |
| * | | | | | | | | | | | | | | rebase: add the --gpg-sign option | Nicolas Vigier | 2014-02-11 | 5 | -17/+47 | |
| * | | | | | | | | | | | | | | rebase: parse options in stuck-long mode | Nicolas Vigier | 2014-02-11 | 1 | -28/+22 | |
| * | | | | | | | | | | | | | | rebase: don't try to match -M option | Nicolas Vigier | 2014-02-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | rebase: remove useless arguments check | Nicolas Vigier | 2014-02-03 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | am: add the --gpg-sign option | Nicolas Vigier | 2014-02-03 | 2 | -2/+13 | |
| * | | | | | | | | | | | | | | am: parse options in stuck-long mode | Nicolas Vigier | 2014-02-03 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | git-sh-setup.sh: add variable to use the stuck-long mode | Nicolas Vigier | 2014-02-03 | 7 | -0/+8 | |
| * | | | | | | | | | | | | | | cherry-pick, revert: add the --gpg-sign option | Nicolas Vigier | 2014-01-27 | 5 | -2/+26 | |
* | | | | | | | | | | | | | | | Merge branch 'al/docs' | Junio C Hamano | 2014-02-27 | 4 | -10/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | docs/git-blame: explain more clearly the example pickaxe useal/docs | Albert L. Lash, IV | 2014-02-11 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | docs/git-clone: clarify use of --no-hardlinks option | Albert L. Lash, IV | 2014-02-11 | 1 | -7/+4 | |
| * | | | | | | | | | | | | | | | docs/git-remote: capitalize first word of initial blurb | Albert L. Lash, IV | 2014-02-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | docs/merge-strategies: remove hyphen from mis-merges | Albert L. Lash, IV | 2014-02-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/test-ports' | Junio C Hamano | 2014-02-27 | 10 | -10/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | tests: auto-set git-daemon portjk/test-ports | Jeff King | 2014-02-10 | 2 | -2/+1 | |
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | tests: auto-set LIB_HTTPD_PORT from test name | Jeff King | 2014-02-10 | 8 | -8/+1 | |
* | | | | | | | | | | | | | | | | Merge branch 'nd/reset-intent-to-add' | Junio C Hamano | 2014-02-27 | 5 | -15/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-add | Nguyễn Thái Ngọc Duy | 2014-02-05 | 5 | -15/+50 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'ks/tree-diff-walk' | Junio C Hamano | 2014-02-27 | 5 | -59/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | tree-walk: finally switch over tree descriptors to contain a pre-parsed entryks/tree-diff-walk | Kirill Smelkov | 2014-02-24 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | revision: convert to using diff_tree_sha1() | Kirill Smelkov | 2014-02-05 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | | | line-log: convert to using diff_tree_sha1() | Kirill Smelkov | 2014-02-05 | 1 | -24/+2 | |
| * | | | | | | | | | | | | | | | tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old... | Kirill Smelkov | 2014-02-05 | 1 | -14/+1 | |
| * | | | | | | | | | | | | | | | tree-diff: allow diff_tree_sha1 to accept NULL sha1 | Kirill Smelkov | 2014-02-05 | 1 | -8/+4 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'mw/symlinks' | Junio C Hamano | 2014-02-27 | 3 | -20/+112 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | setup: don't dereference in-tree symlinks for absolute paths | Martin Erik Werner | 2014-02-04 | 3 | -22/+12 | |
| * | | | | | | | | | | | | | | | setup: add abspath_part_inside_repo() function | Martin Erik Werner | 2014-02-04 | 1 | -0/+64 | |
| * | | | | | | | | | | | | | | | t0060: add tests for prefix_path when path begins with work tree | Martin Erik Werner | 2014-02-04 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | t0060: add test for prefix_path when path == work tree | Martin Erik Werner | 2014-02-04 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | t0060: add test for prefix_path on symlinks via absolute paths | Martin Erik Werner | 2014-02-04 | 1 | -0/+5 |