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
2007-11-22
Teach builtin-add to pass multiple paths to git-add--interactive
Wincent Colaiuta
1
-10
/
+13
2007-11-14
core.excludesfile clean-up
Junio C Hamano
1
-20
/
+2
2007-11-14
Merge branch 'jc/maint-add-sync-stat'
Junio C Hamano
1
-1
/
+1
2007-11-10
git-add: make the entry stat-clean after re-adding the same contents
Junio C Hamano
1
-1
/
+1
2007-11-02
Merge branch 'ph/parseopt'
Junio C Hamano
1
-46
/
+26
2007-10-31
Merge branch 'kh/commit'
Junio C Hamano
1
-9
/
+14
2007-10-29
Port builtin-add.c to use the new option parser.
Kristian Høgsberg
1
-46
/
+27
2007-10-29
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2007-10-29
Fix a small memory leak in builtin-add
Benoit Sigoure
1
-0
/
+2
2007-09-27
Introduce entry point add_interactive and add_files_to_cache
Kristian Høgsberg
1
-9
/
+14
2007-09-18
Use xmemdupz() in many places.
Pierre Habouzit
1
-6
/
+2
2007-09-18
Merge branch 'cr/reset'
Junio C Hamano
1
-1
/
+0
2007-09-14
Add test to check recent fix to "git add -u"
Benoit Sigoure
1
-1
/
+1
2007-09-14
Simplify cache API
Junio C Hamano
1
-1
/
+0
2007-09-14
git-add -u: do not barf on type changes
Junio C Hamano
1
-0
/
+1
2007-08-28
git-add: Make the "tried to add ignored file" error message less confusing
Petr Baudis
1
-3
/
+3
2007-08-25
Make usage documentation for git-add consistent.
Brian Hetro
1
-1
/
+1
2007-08-15
Merge branch 'maint' to sync with 1.5.2.5
Junio C Hamano
1
-4
/
+5
2007-08-15
git-add -u paths... now works from subdirectory
Salikh Zakirov
1
-4
/
+4
2007-08-15
Fix "git add -u" data corruption.
Junio C Hamano
1
-0
/
+1
2007-08-13
git-add: Add support for --refresh option.
Alexandre Julliard
1
-1
/
+27
2007-07-28
Don't rely on unspecified behavior
Thomas Schwinge
1
-1
/
+1
2007-06-13
builtin-add: simplify (and increase accuracy of) exclude handling
Jeff King
1
-48
/
+21
2007-05-12
git-add: allow path limiting with -u
Jeff King
1
-7
/
+6
2007-04-20
git-add -u: match the index with working tree.
Junio C Hamano
1
-1
/
+57
2007-04-07
Merge branch 'jc/index-output'
Junio C Hamano
1
-2
/
+2
2007-04-05
Rename add_file_to_index() to add_file_to_cache()
Junio C Hamano
1
-1
/
+1
2007-04-03
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
1
-2
/
+2
2007-03-31
Optimize directory listing with pathspec limiter.
Linus Torvalds
1
-1
/
+1
2007-03-09
add: Support specifying an excludes file with a configuration variable
James Bowes
1
-1
/
+17
2007-01-17
Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"
Junio C Hamano
1
-2
/
+3
2006-12-29
Fix 'git add' with .gitignore
Junio C Hamano
1
-25
/
+27
2006-12-25
git-add -f: allow adding otherwise ignored files.
Junio C Hamano
1
-5
/
+29
2006-12-25
git-add: warn when adding an ignored file with an explicit request.
Junio C Hamano
1
-0
/
+3
2006-12-25
git-add: add ignored files when asked explicitly.
Junio C Hamano
1
-1
/
+10
2006-12-25
Merge branch 'jc/git-add--interactive'
Junio C Hamano
1
-1
/
+16
2006-12-25
git-add --interactive: add documentation
Junio C Hamano
1
-1
/
+1
2006-12-20
git-add: error out when given no arguments.
Junio C Hamano
1
-0
/
+5
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-2
/
+0
2006-12-18
git-add --interactive
Junio C Hamano
1
-0
/
+15
2006-12-04
make 'git add' a first class user friendly interface to the index
Nicolas Pitre
1
-3
/
+3
2006-09-15
Fix duplicate xmalloc in builtin-add
Liu Yubao
1
-1
/
+0
2006-08-12
Better error message when we are unable to lock the index file
Junio C Hamano
1
-3
/
+1
2006-08-03
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
1
-1
/
+1
2006-07-29
Merge branch 'lt/setup' into __/setup-n-mv
Junio C Hamano
1
-2
/
+1
2006-07-29
Call setup_git_directory() much earlier
Linus Torvalds
1
-2
/
+1
2006-07-26
Make git-mv a builtin
Johannes Schindelin
1
-40
/
+0
2006-07-25
Substitute xmalloc()+memset(0) with xcalloc().
Peter Eriksen
1
-2
/
+1
2006-07-08
Close the index file between writing and committing
Johannes Schindelin
1
-1
/
+1
2006-06-06
Make index file locking code reusable to others.
Junio C Hamano
1
-4
/
+4
[prev]
[next]