Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -1/+1 |
|\ | |||||
| * | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -1/+1 |
* | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -11/+21 |
|\ \ | |/ |/| | |||||
| * | Sync with Git 2.16.4 | Junio C Hamano | 2018-05-22 | 1 | -11/+21 |
| |\ | |||||
| | * | Sync with Git 2.15.2 | Junio C Hamano | 2018-05-22 | 1 | -11/+20 |
| |/| | |||||
| | * | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 1 | -11/+20 |
| | |\ | |||||
| | | * | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 1 | -11/+20 |
| | | |\ | |||||
| | | | * | verify_path: disallow symlinks in .gitmodules | Jeff King | 2018-05-22 | 1 | -3/+3 |
| | | | * | update-index: stat updated files earlier | Jeff King | 2018-05-22 | 1 | -8/+17 |
* | | | | | Merge branch 'ps/contains-id-error-message' | Junio C Hamano | 2018-04-10 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | parse-options: do not show usage upon invalid option value | Paul-Sebastian Ungureanu | 2018-03-22 | 1 | -0/+1 |
| |/ / / / | |||||
* / / / / | tree-walk: convert tree entry functions to object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 | 1 | -1/+37 |
|\ \ \ \ | |||||
| * | | | | update-index: add fsmonitor support to update-index | Ben Peart | 2017-10-01 | 1 | -1/+32 |
| * | | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 2017-10-01 | 1 | -0/+2 |
| * | | | | update-index: add a new --force-write-index option | Ben Peart | 2017-09-24 | 1 | -1/+4 |
* | | | | | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
* | | | | | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 2017-10-16 | 1 | -3/+3 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'jk/leak-checkers' | Junio C Hamano | 2017-09-19 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | update-index: fix cache entry leak in add_one_file() | Jeff King | 2017-09-06 | 1 | -1/+3 |
| |/ / / | |||||
* / / / | stop leaking lock structs in some simple cases | Jeff King | 2017-09-06 | 1 | -7/+4 |
|/ / / | |||||
* / / | sha1_file: convert index_path to struct object_id | Patryk Obara | 2017-08-21 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ | |||||
| * | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'jc/noent-notdir' | Junio C Hamano | 2017-06-13 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked | Junio C Hamano | 2017-05-30 | 1 | -1/+1 |
* | | Merge branch 'cc/untracked' | Junio C Hamano | 2017-04-11 | 1 | -1/+5 |
|\ \ | |||||
| * | | update-index: fix xgetcwd() related memory leak | Christian Couder | 2017-03-30 | 1 | -1/+5 |
* | | | update-index: warn in case of split-index incoherency | Christian Couder | 2017-03-01 | 1 | -1/+10 |
* | | | split-index: add {add,remove}_split_index() functions | Christian Couder | 2017-03-01 | 1 | -12/+6 |
| |/ |/| | |||||
* | | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 2016-12-07 | 1 | -0/+1 |
* | | Merge branch 'tg/add-chmod+x-fix' | Junio C Hamano | 2016-09-27 | 1 | -15/+3 |
|\ \ | |||||
| * | | read-cache: introduce chmod_index_entry | Thomas Gummerer | 2016-09-15 | 1 | -14/+2 |
| * | | update-index: add test for chmod flags | Thomas Gummerer | 2016-09-15 | 1 | -1/+1 |
* | | | Merge branch 'va/i18n' | Junio C Hamano | 2016-09-22 | 1 | -6/+6 |
|\ \ \ | |||||
| * | | | i18n: update-index: mark warnings for translation | Vasco Almeida | 2016-09-15 | 1 | -6/+6 |
* | | | | builtin/update-index: convert file to struct object_id | brian m. carlson | 2016-09-07 | 1 | -30/+31 |
* | | | | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -5/+5 |
|/ / / | |||||
* | | | die("bug"): report bugs consistently | Johannes Schindelin | 2016-07-26 | 1 | -1/+1 |
* | | | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 2016-06-02 | 1 | -1/+1 |
|/ / | |||||
* | | builtin/update-index.c: prefer "err" to "errno" in process_lstat_error | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -1/+1 |
* | | Merge branch 'jk/options-cleanup' | Junio C Hamano | 2016-02-10 | 1 | -5/+6 |
|\ \ | |||||
| * | | give "nbuf" strbuf a more meaningful name | Jeff King | 2016-02-01 | 1 | -5/+6 |
* | | | Merge branch 'cc/untracked' | Junio C Hamano | 2016-02-10 | 1 | -23/+39 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | config: add core.untrackedCache | Christian Couder | 2016-01-27 | 1 | -11/+24 |
| * | dir: add remove_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -5/+1 |
| * | dir: add {new,add}_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -10/+1 |
| * | update-index: move 'uc' var declaration | Christian Couder | 2016-01-25 | 1 | -3/+1 |
| * | update-index: add untracked cache notifications | Christian Couder | 2016-01-25 | 1 | -5/+9 |
| * | update-index: add --test-untracked-cache | Christian Couder | 2016-01-25 | 1 | -0/+5 |