Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | cmd_add: prepare for next patch | Alexandr Miloslavskiy | 1 | -17/+17 |
2019-11-14 | Start to implement a built-in version of `git add --interactive` | Johannes Schindelin | 1 | -0/+12 |
2019-04-10 | add: error appropriately on repository with no commits | Kyle Meyer | 1 | -1/+2 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -0/+1 |
2019-02-05 | Merge branch 'jk/add-ignore-errors-bit-assignment-fix' | Junio C Hamano | 1 | -1/+1 |
2019-01-29 | Merge branch 'js/add-e-clear-patch-before-stating' | Junio C Hamano | 1 | -1/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-17 | add: use separate ADD_CACHE_RENORMALIZE flag | Jeff King | 1 | -1/+1 |
2019-01-15 | add --edit: truncate the patch file | Johannes Schindelin | 1 | -1/+1 |
2018-12-09 | Indent code with TABs | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-21 | Merge branch 'nd/attr-pathspec-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2018-11-03 | add: speed up cmd_add() by utilizing read_cache_preload() | Ben Peart | 1 | -5/+4 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -2/+2 |
2018-09-24 | Merge branch 'nd/attr-pathspec-fix' | Junio C Hamano | 1 | -1/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-09-21 | add: do not accept pathspec magic 'attr' | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-20 | Merge branch 'nd/no-the-index' | Junio C Hamano | 1 | -3/+3 |
2018-08-17 | Merge branch 'rs/parse-opt-lithelp' | Junio C Hamano | 1 | -1/+2 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-08-03 | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP | René Scharfe | 1 | -3/+2 |
2018-08-03 | add, update-index: fix --chmod argument help | René Scharfe | 1 | -1/+3 |
2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -2/+1 |
2018-05-10 | lock_file: move static locks into functions | Martin Ågren | 1 | -2/+1 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-03-21 | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 1 | -4/+3 |
2018-03-01 | write_locked_index(): add flag to avoid writing unchanged index | Martin Ågren | 1 | -4/+3 |
2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-11-27 | Merge branch 'tb/add-renormalize' | Junio C Hamano | 1 | -2/+26 |
2017-11-17 | add: introduce "--renormalize" | Torsten Bögershausen | 1 | -2/+26 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -2/+2 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -2/+2 |
2017-10-31 | add, reset: use DIFF_OPT_SET macro to set a diff flag | Brandon Williams | 1 | -1/+1 |
2017-09-08 | add UNLEAK annotation for reducing leak false positives | Jeff King | 1 | -0/+2 |
2017-09-06 | add: free leaked pathspec after add_files_to_cache() | Jeff King | 1 | -0/+1 |
2017-08-26 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -0/+1 |
2017-08-22 | Merge branch 'rj/add-chmod-error-message' | Junio C Hamano | 1 | -3/+3 |
2017-08-09 | builtin/add: add detail to a 'cannot chmod' error message | Ramsay Jones | 1 | -3/+3 |
2017-08-02 | add, reset: ensure submodules can be added or reset | Brandon Williams | 1 | -0/+1 |
2017-06-24 | Merge branch 'jk/warn-add-gitlink' | Junio C Hamano | 1 | -1/+45 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-15 | add: warn when adding an embedded repository | Jeff King | 1 | -1/+45 |
2017-05-30 | Merge branch 'bw/pathspec-sans-the-index' | Junio C Hamano | 1 | -4/+8 |
2017-05-12 | pathspec: convert find_pathspecs_matching_against_index to take an index | Brandon Williams | 1 | -2/+2 |
2017-05-12 | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag | Brandon Williams | 1 | -2/+3 |
2017-05-10 | submodule: add die_in_unpopulated_submodule function | Brandon Williams | 1 | -0/+3 |
2017-05-06 | dir: convert fill_directory to take an index | Brandon Williams | 1 | -1/+1 |
2017-05-06 | dir: convert is_excluded to take an index | Brandon Williams | 1 | -1/+1 |
2017-05-06 | dir: convert dir_add* to take an index | Brandon Williams | 1 | -1/+2 |
2016-12-07 | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 1 | -1/+1 |