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