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