summaryrefslogtreecommitdiff
path: root/builtin/add.c
AgeCommit message (Expand)Author
2015-01-14standardize usage info string formatAlex Henrie
2014-11-21add: ignore only ignored filesMichael J Gruber
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-03-28Merge branch 'fr/add-interactive-argv-array'Junio C Hamano
2014-03-18add: use struct argv_array in run_add_interactive()Fabian Ruch
2014-03-07Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano
2014-03-07Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy
2014-01-10Merge branch 'nd/add-empty-fix'Junio C Hamano
2013-12-26add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy
2013-09-17Merge branch 'fc/trivial'Junio C Hamano
2013-09-09Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-05add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy
2013-08-31add: trivial style cleanupFelipe Contreras
2013-07-22Merge branch 'mm/color-auto-default'Junio C Hamano
2013-07-19git add -e: Explicitly specify that patch should have no colorAndrew Wong
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy
2013-07-15convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15add: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-04-26git add: -u/-A now affects the entire working treeJunio C Hamano
2013-04-26Merge branch 'jc/add-ignore-removal'Junio C Hamano
2013-04-26Merge branch 'jc/warn-pathless-add-finishing-touches'Junio C Hamano
2013-04-26git add: avoid "-u/-A without pathspec" warning on stat-dirty pathsJunio C Hamano
2013-04-23Merge branch 'kb/status-ignored-optim-2'Junio C Hamano
2013-04-23git add <pathspec>... defaults to "-A"Junio C Hamano
2013-04-22git add: rephrase -A/--no-all warningJunio C Hamano
2013-04-22git add: --ignore-removal is a better named --no-allJunio C Hamano
2013-04-22Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano
2013-04-22git add: rephrase the "removal will cease to be ignored" warningJunio C Hamano
2013-04-18git add: rework the logic to warn "git add <pathspec>..." default changeJunio C Hamano
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-04-03add -A: only show pathless 'add -A' warning when changes exist outside cwdJonathan Nieder
2013-04-03add -u: only show pathless 'add -u' warning when changes exist outside cwdJonathan Nieder
2013-04-03add: make warn_pathless_add() a no-op after first callJonathan Nieder
2013-04-03add: add a blank line at the end of pathless 'add [-u|-A]' warningMatthieu Moy
2013-03-20add: make pathless 'add [-u|-A]' warning a file-global functionJonathan Nieder
2013-03-11add: update pathless 'add [-u|-A]' warning to reflect change of planMatthieu Moy
2013-03-09git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano
2013-03-09builtin/add.c: simplify boolean variablesJunio C Hamano
2013-02-12Merge branch 'maint'Junio C Hamano