index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
add.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-09-15
add: modify already added files when --chmod is given
Thomas Gummerer
1
-19
/
+28
2016-06-07
add: add --chmod=+x / --chmod=-x options
Edward Thomson
1
-9
/
+24
2015-10-30
Merge branch 'jc/add-u-A-default-to-top'
Junio C Hamano
1
-7
/
+1
2015-10-24
add: simplify -u/-A without pathspec
Junio C Hamano
1
-7
/
+1
2015-08-12
Merge branch 'sb/remove-unused-var-from-builtin-add'
Junio C Hamano
1
-2
/
+0
2015-07-31
add: remove dead code
Stefan Beller
1
-2
/
+0
2015-06-25
Merge branch 'nd/diff-i-t-a'
Junio C Hamano
1
-1
/
+0
2015-06-23
Revert "diff-lib.c: adjust position of i-t-a entries in diff"
Junio C Hamano
1
-1
/
+0
2015-05-22
Merge branch 'jk/add-e-kill-editor'
Junio C Hamano
1
-1
/
+2
2015-05-12
add: check return value of launch_editor
Jeff King
1
-1
/
+2
2015-03-23
diff-lib.c: adjust position of i-t-a entries in diff
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2015-01-14
standardize usage info string format
Alex Henrie
1
-1
/
+1
2014-11-21
add: ignore only ignored files
Michael J Gruber
1
-1
/
+1
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-0
/
+1
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-2
/
+1
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
1
-4
/
+2
2014-03-28
Merge branch 'fr/add-interactive-argv-array'
Junio C Hamano
1
-11
/
+10
2014-03-18
add: use struct argv_array in run_add_interactive()
Fabian Ruch
1
-11
/
+10
2014-03-07
Merge branch 'jc/add-2.0-ignore-removal'
Junio C Hamano
1
-57
/
+12
2014-03-07
Merge branch 'jn/add-2.0-u-A-sans-pathspec'
Junio C Hamano
1
-106
/
+9
2014-02-24
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-01-10
Merge branch 'nd/add-empty-fix'
Junio C Hamano
1
-1
/
+1
2013-12-26
add: don't complain when adding empty project root
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-12-06
Support pathspec magic :(exclude) and its short form :!
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2013-09-17
Merge branch 'fc/trivial'
Junio C Hamano
1
-5
/
+5
2013-09-09
Merge branch 'nd/magic-pathspec'
Junio C Hamano
1
-7
/
+1
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-88
/
+78
2013-09-05
add: lift the pathspec magic restriction on "add -p"
Nguyễn Thái Ngọc Duy
1
-7
/
+1
2013-08-30
add: trivial style cleanup
Felipe Contreras
1
-5
/
+5
2013-07-22
Merge branch 'mm/color-auto-default'
Junio C Hamano
1
-0
/
+1
2013-07-19
git add -e: Explicitly specify that patch should have no color
Andrew Wong
1
-0
/
+1
2013-07-15
parse_pathspec: accept :(icase)path syntax
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2013-07-15
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2013-07-15
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
1
-16
/
+14
2013-07-15
convert add_files_to_cache to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-4
/
+7
2013-07-15
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+3
[prev]
[next]