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
*
git-add -u: match the index with working tree.
Junio C Hamano
2007-04-20
1
-1
/
+57
*
Merge branch 'jc/index-output'
Junio C Hamano
2007-04-07
1
-2
/
+2
|
\
|
*
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
2007-04-04
1
-2
/
+2
*
|
Rename add_file_to_index() to add_file_to_cache()
Junio C Hamano
2007-04-06
1
-1
/
+1
*
|
Optimize directory listing with pathspec limiter.
Linus Torvalds
2007-04-01
1
-1
/
+1
|
/
*
add: Support specifying an excludes file with a configuration variable
James Bowes
2007-03-09
1
-1
/
+17
*
Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"
Junio C Hamano
2007-01-17
1
-2
/
+3
*
Fix 'git add' with .gitignore
Junio C Hamano
2006-12-29
1
-25
/
+27
*
git-add -f: allow adding otherwise ignored files.
Junio C Hamano
2006-12-26
1
-5
/
+29
*
git-add: warn when adding an ignored file with an explicit request.
Junio C Hamano
2006-12-25
1
-0
/
+3
*
git-add: add ignored files when asked explicitly.
Junio C Hamano
2006-12-25
1
-1
/
+10
*
Merge branch 'jc/git-add--interactive'
Junio C Hamano
2006-12-25
1
-1
/
+16
|
\
|
*
git-add --interactive: add documentation
Junio C Hamano
2006-12-25
1
-1
/
+1
|
*
git-add --interactive
Junio C Hamano
2006-12-19
1
-0
/
+15
*
|
git-add: error out when given no arguments.
Junio C Hamano
2006-12-20
1
-0
/
+5
*
|
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-2
/
+0
|
/
*
make 'git add' a first class user friendly interface to the index
Nicolas Pitre
2006-12-05
1
-3
/
+3
*
Fix duplicate xmalloc in builtin-add
Liu Yubao
2006-09-15
1
-1
/
+0
*
Better error message when we are unable to lock the index file
Junio C Hamano
2006-08-13
1
-3
/
+1
*
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
2006-08-04
1
-1
/
+1
*
Merge branch 'lt/setup' into __/setup-n-mv
Junio C Hamano
2006-07-29
1
-2
/
+1
|
\
|
*
Call setup_git_directory() much earlier
Linus Torvalds
2006-07-29
1
-2
/
+1
*
|
Make git-mv a builtin
Johannes Schindelin
2006-07-26
1
-40
/
+0
|
/
*
Substitute xmalloc()+memset(0) with xcalloc().
Peter Eriksen
2006-07-25
1
-2
/
+1
*
Close the index file between writing and committing
Johannes Schindelin
2006-07-08
1
-1
/
+1
*
Make index file locking code reusable to others.
Junio C Hamano
2006-06-06
1
-4
/
+4
*
Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree
Junio C Hamano
2006-05-20
1
-0
/
+2
*
Move pathspec matching from builtin-add.c into dir.c
Linus Torvalds
2006-05-20
1
-81
/
+1
*
builtin-add: fix unmatched pathspec warnings.
Junio C Hamano
2006-05-18
1
-1
/
+1
*
builtin-add: warn on unmatched pathspecs
Linus Torvalds
2006-05-18
1
-19
/
+58
*
Do "git add" as a builtin
Linus Torvalds
2006-05-17
1
-0
/
+228