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
*
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
2010-02-22
1
-442
/
+0
*
Remove diff machinery dependency from read-cache
Linus Torvalds
2010-01-22
1
-0
/
+76
*
don't dereference NULL upon fdopen failure
Jim Meyering
2009-09-13
1
-1
/
+1
*
Merge branch 'tr/reset-checkout-patch'
Junio C Hamano
2009-09-08
1
-14
/
+29
|
\
|
*
builtin-add: refactor the meat of interactive_add()
Thomas Rast
2009-08-14
1
-14
/
+29
*
|
reset: make the reminder output consistent with "checkout"
Matthieu Moy
2009-08-22
1
-1
/
+1
*
|
Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.
Matthieu Moy
2009-08-22
1
-1
/
+1
|
/
*
Add 'fill_directory()' helper function for directory traversal
Linus Torvalds
2009-07-09
1
-31
/
+14
*
Merge branch 'tr/die_errno'
Junio C Hamano
2009-07-06
1
-1
/
+1
|
\
|
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-1
/
+1
*
|
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-21
1
-1
/
+1
*
|
Merge branch 'sb/maint-1.6.0-add-config-fix'
Junio C Hamano
2009-06-21
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
add: allow configurations to be overriden by command line
Stephen Boyd
2009-06-18
1
-2
/
+2
*
|
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+1
*
|
Merge branch 'jk/maint-add-empty'
Junio C Hamano
2009-05-18
1
-1
/
+1
|
\
\
|
*
|
add: don't complain when adding empty project root
Jeff King
2009-05-09
1
-1
/
+1
*
|
|
git-add: introduce --edit (to edit the diff vs. the index)
Johannes Schindelin
2009-04-12
1
-3
/
+56
|
/
/
*
|
Merge branch 'mv/parseopt-ls-files'
Junio C Hamano
2009-03-20
1
-1
/
+1
|
\
\
|
*
|
Turn the flags in struct dir_struct into a single variable
Johannes Schindelin
2009-02-18
1
-1
/
+1
*
|
|
Merge branch 'kb/checkout-optim'
Junio C Hamano
2009-03-18
1
-1
/
+1
|
\
\
\
|
*
|
|
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
2009-02-10
1
-1
/
+1
|
|
/
/
*
/
/
git add: trivial codestyle cleanup
Felipe Contreras
2009-02-25
1
-1
/
+1
|
/
/
*
|
git add: do not add files from a submodule
Johannes Schindelin
2009-01-05
1
-0
/
+28
*
|
Fix typo in comment in builtin-add.c
Alexander Potashev
2008-12-11
1
-1
/
+1
*
|
git-add --intent-to-add (-N)
Junio C Hamano
2008-09-01
1
-1
/
+3
*
|
Merge branch 'jc/add-addremove'
Junio C Hamano
2008-08-28
1
-69
/
+31
|
\
\
|
*
|
builtin-add.c: optimize -A option and "git add ."
Junio C Hamano
2008-07-26
1
-12
/
+31
|
*
|
builtin-add.c: restructure the code for maintainability
Junio C Hamano
2008-07-26
1
-57
/
+0
|
|
/
*
/
add: refuse to add working tree items beyond symlinks
Junio C Hamano
2008-08-05
1
-1
/
+11
|
/
*
Merge branch 'jc/add-addremove'
Junio C Hamano
2008-07-21
1
-33
/
+53
|
\
|
*
git-add --all: add all files
Junio C Hamano
2008-07-20
1
-2
/
+11
|
*
builtin-add.c: restructure the code for maintainability
Junio C Hamano
2008-07-20
1
-32
/
+43
*
|
"needs update" considered harmful
Junio C Hamano
2008-07-21
1
-1
/
+2
|
/
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
git add: add long equivalents of '-u' and '-f' options
SZEDER Gábor
2008-06-14
1
-2
/
+2
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
1
-3
/
+3
|
\
|
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-1
/
+1
*
|
Merge branch 'jc/add-n-u'
Junio C Hamano
2008-05-25
1
-23
/
+11
|
\
\
|
*
|
Make git add -n and git -u -n output consistent
Gustaf Hendeby
2008-05-23
1
-15
/
+5
|
*
|
"git-add -n -u" should not add but just report
Junio C Hamano
2008-05-21
1
-9
/
+13
|
|
/
*
|
Add a config option to ignore errors for git-add
Alex Riesen
2008-05-13
1
-1
/
+10
*
|
Add --ignore-errors to git-add to allow it to skip files with read errors
Alex Riesen
2008-05-13
1
-2
/
+9
*
|
Extend interface of add_files_to_cache to allow ignore indexing errors
Alex Riesen
2008-05-13
1
-9
/
+28
*
|
Make the exit code of add_file_to_index actually useful
Alex Riesen
2008-05-13
1
-2
/
+4
|
/
*
Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)
Junio C Hamano
2008-03-07
1
-12
/
+0
*
git-add: adjust to the get_pathspec() changes.
Junio C Hamano
2008-02-05
1
-0
/
+12
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-1
/
+1
*
Add "--patch" option to git-add--interactive
Wincent Colaiuta
2007-11-25
1
-8
/
+16
*
add -i: Fix running from a subdirectory
Junio C Hamano
2007-11-25
1
-4
/
+20
*
builtin-add: fix command line building to call interactive
Junio C Hamano
2007-11-25
1
-2
/
+3
[next]