Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/add-2.0-ignore-removal' | Junio C Hamano | 2014-03-07 | 1 | -57/+12 |
|\ | |||||
| * | git add <pathspec>... defaults to "-A"jc/add-2.0-ignore-removal | Junio C Hamano | 2013-04-22 | 1 | -39/+4 |
* | | Merge branch 'jn/add-2.0-u-A-sans-pathspec' | Junio C Hamano | 2014-03-07 | 1 | -106/+9 |
|\ \ | |||||
| * | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspec | Junio C Hamano | 2013-04-26 | 1 | -105/+9 |
* | | | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 2014-03-07 | 1 | -24/+7 |
|\ \ \ | |||||
| * | | | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simple | Junio C Hamano | 2013-06-18 | 1 | -24/+7 |
* | | | | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 2014-03-05 | 1 | -5/+18 |
|\ \ \ \ | |||||
| * | | | | gc: config option for running --auto in background | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -5/+18 |
* | | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 3 | -182/+349 |
|\ \ \ \ \ | |||||
| * | | | | | pack-bitmap: implement optional name_hash cache | Vicent Marti | 2013-12-30 | 1 | -1/+9 |
| * | | | | | repack: consider bitmaps when performing repacks | Vicent Marti | 2013-12-30 | 1 | -1/+8 |
| * | | | | | repack: handle optional files created by pack-objects | Jeff King | 2013-12-30 | 1 | -2/+7 |
| * | | | | | repack: turn exts array into array-of-struct | Jeff King | 2013-12-30 | 1 | -6/+11 |
| * | | | | | repack: stop using magic number for ARRAY_SIZE(exts) | Jeff King | 2013-12-30 | 1 | -4/+4 |
| * | | | | | pack-objects: implement bitmap writing | Vicent Marti | 2013-12-30 | 1 | -0/+53 |
| * | | | | | rev-list: add bitmap mode to speed up object lists | Vicent Marti | 2013-12-30 | 1 | -0/+39 |
| * | | | | | pack-objects: use bitmaps when packing objects | Vicent Marti | 2013-12-30 | 1 | -0/+107 |
| * | | | | | pack-objects: split add_object_entry | Jeff King | 2013-12-30 | 1 | -20/+78 |
| * | | | | | pack-objects: factor out name_hash | Vicent Marti | 2013-10-24 | 1 | -22/+2 |
| * | | | | | pack-objects: refactor the packing list | Vicent Marti | 2013-10-24 | 1 | -135/+40 |
* | | | | | | 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 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cherry-pick, revert: add the --gpg-sign option | Nicolas Vigier | 2014-01-27 | 1 | -0/+2 |
* | | | | | | | Merge branch 'nd/reset-intent-to-add' | Junio C Hamano | 2014-02-27 | 1 | -12/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-add | Nguyễn Thái Ngọc Duy | 2014-02-05 | 1 | -12/+28 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'ep/varscope' | Junio C Hamano | 2014-02-27 | 6 | -18/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin/gc.c: reduce scope of variablesep/varscope | Elia Pinto | 2014-01-31 | 1 | -2/+3 |
| * | | | | | | | builtin/fetch.c: reduce scope of variable | Elia Pinto | 2014-01-31 | 1 | -1/+1 |
| * | | | | | | | builtin/commit.c: reduce scope of variables | Elia Pinto | 2014-01-31 | 1 | -5/+6 |
| * | | | | | | | builtin/clean.c: reduce scope of variable | Elia Pinto | 2014-01-31 | 1 | -1/+2 |
| * | | | | | | | builtin/blame.c: reduce scope of variables | Elia Pinto | 2014-01-31 | 1 | -3/+3 |
| * | | | | | | | builtin/apply.c: reduce scope of variables | Elia Pinto | 2014-01-31 | 1 | -6/+6 |
* | | | | | | | | Merge branch 'ds/rev-parse-required-args' | Junio C Hamano | 2014-02-27 | 1 | -6/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | rev-parse: check i before using argv[i] against argcds/rev-parse-required-args | David Sharp | 2014-01-28 | 1 | -6/+11 |
* | | | | | | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 2014-02-27 | 9 | -36/+18 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | clean: use cache_name_is_other()nd/submodule-pathspec-ending-with-slash | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -19/+2 |
| * | | | | | | | | | clean: replace match_pathspec() with dir_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -2/+1 |
| * | | | | | | | | | pathspec: pass directory indicator to match_pathspec_item() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 2 | -3/+4 |
| * | | | | | | | | | pathspec: rename match_pathspec_depth() to match_pathspec() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 3 | -5/+7 |
| * | | | | | | | | | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 3 | -6/+3 |
| * | | | | | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 5 | -6/+6 |
* | | | | | | | | | | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2014-02-27 | 3 | -51/+43 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | read-cache.c: fix memory leaks caused by removed cache entries | Karsten Blees | 2013-11-18 | 2 | -2/+5 |
| * | | | | | | | | | | builtin/update-index.c: cleanup update_one | Karsten Blees | 2013-11-18 | 1 | -21/+15 |
| * | | | | | | | | | | fix 'git update-index --verbose --again' output | Karsten Blees | 2013-11-18 | 1 | -1/+1 |