Sign in
googlers
/
jrn
/
git
/
4bd874c8f30d55b6189dacf1d769855ed2df4299
/
builtin
/
add.c
66dbfd5
Rewrite dynamic structure initializations to runtime assignment
by Gary V. Vaughan
· 15 years ago
e25ccff
Merge branch 'cp/add-u-pathspec'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-add.c]
1e7ef74
test for add with non-existent pathspec
by Chris Packham
· 15 years ago
fb7d3f3
Remove diff machinery dependency from read-cache
by Linus Torvalds
· 15 years ago
4169837
don't dereference NULL upon fdopen failure
by Jim Meyering
· 16 years ago
54f0bdc
Merge branch 'tr/reset-checkout-patch'
by Junio C Hamano
· 16 years ago
3deffc5
reset: make the reminder output consistent with "checkout"
by Matthieu Moy
· 16 years ago
43673fd
Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.
by Matthieu Moy
· 16 years ago
46b5139
builtin-add: refactor the meat of interactive_add()
by Thomas Rast
· 16 years ago
1d8842d
Add 'fill_directory()' helper function for directory traversal
by Linus Torvalds
· 16 years ago
dd787c1
Merge branch 'tr/die_errno'
by Junio C Hamano
· 16 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
09236d8
Merge branch 'sb/maint-1.6.0-add-config-fix'
by Junio C Hamano
· 16 years ago
ed342fd
add: allow configurations to be overriden by command line
by Stephen Boyd
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
f2a5617
Merge branch 'jk/maint-add-empty'
by Junio C Hamano
· 16 years ago
07d7bed
add: don't complain when adding empty project root
by Jeff King
· 16 years ago
c59cb03
git-add: introduce --edit (to edit the diff vs. the index)
by Johannes Schindelin
· 16 years ago
de2e3b0
Merge branch 'mv/parseopt-ls-files'
by Junio C Hamano
· 16 years ago
a9bfe81
Merge branch 'kb/checkout-optim'
by Junio C Hamano
· 16 years ago
9ccb3bc
git add: trivial codestyle cleanup
by Felipe Contreras
· 16 years ago
7c4c97c
Turn the flags in struct dir_struct into a single variable
by Johannes Schindelin
· 16 years ago
5719989
lstat_cache(): swap func(length, string) into func(string, length)
by Kjetil Barvik
· 16 years ago
2ce53f9
git add: do not add files from a submodule
by Johannes Schindelin
· 16 years ago
71fe945
Fix typo in comment in builtin-add.c
by Alexander Potashev
· 16 years ago
3942581
git-add --intent-to-add (-N)
by Junio C Hamano
· 17 years ago
b46f7e5
Merge branch 'jc/add-addremove'
by Junio C Hamano
· 17 years ago
725b060
add: refuse to add working tree items beyond symlinks
by Junio C Hamano
· 17 years ago
1e5f764
builtin-add.c: optimize -A option and "git add ."
by Junio C Hamano
· 17 years ago
041aee3
builtin-add.c: restructure the code for maintainability
by Junio C Hamano
· 17 years ago
378335b
Merge branch 'jc/add-addremove'
by Junio C Hamano
· 17 years ago
d14e740
"needs update" considered harmful
by Junio C Hamano
· 17 years ago
3ba1f11
git-add --all: add all files
by Junio C Hamano
· 17 years ago
c972ec0
builtin-add.c: restructure the code for maintainability
by Junio C Hamano
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
69c61c4
git add: add long equivalents of '-u' and '-f' options
by SZEDER Gábor
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
0166592
Merge branch 'jc/add-n-u'
by Junio C Hamano
· 17 years ago
205ffa9
Make git add -n and git -u -n output consistent
by Gustaf Hendeby
· 17 years ago
38ed1d8
"git-add -n -u" should not add but just report
by Junio C Hamano
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
dad25e4
Add a config option to ignore errors for git-add
by Alex Riesen
· 17 years ago
984b83e
Add --ignore-errors to git-add to allow it to skip files with read errors
by Alex Riesen
· 17 years ago
7ae02a3
Extend interface of add_files_to_cache to allow ignore indexing errors
by Alex Riesen
· 17 years ago
960b8ad
Make the exit code of add_file_to_index actually useful
by Alex Riesen
· 17 years ago
6c53e7a
Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)
by Junio C Hamano
· 17 years ago
1abf095
git-add: adjust to the get_pathspec() changes.
by Junio C Hamano
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
b63e995
Add "--patch" option to git-add--interactive
by Wincent Colaiuta
· 17 years ago
3f06188
add -i: Fix running from a subdirectory
by Junio C Hamano
· 17 years ago
324ccbd
builtin-add: fix command line building to call interactive
by Junio C Hamano
· 17 years ago
f64fe7b
Merge branch 'kh/commit' into wc/add-i
by Junio C Hamano
· 17 years ago
b6ec1d6
Fix add_files_to_cache() to take pathspec, not user specified list of files
by Junio C Hamano
· 17 years ago
7c0ab44
Teach builtin-add to pass multiple paths to git-add--interactive
by Wincent Colaiuta
· 17 years ago
039bc64
core.excludesfile clean-up
by Junio C Hamano
· 17 years ago
c78a249
Merge branch 'jc/maint-add-sync-stat'
by Junio C Hamano
· 17 years ago
fb63d7f
git-add: make the entry stat-clean after re-adding the same contents
by Junio C Hamano
· 17 years ago
3d66dc9
Merge branch 'ph/parseopt'
by Junio C Hamano
· 17 years ago
3770138
Merge branch 'kh/commit'
by Junio C Hamano
· 17 years ago
5c46f75
Port builtin-add.c to use the new option parser.
by Kristian Høgsberg
· 17 years ago
e2b7eaf
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
399f0a8
Fix a small memory leak in builtin-add
by Benoit Sigoure
· 17 years ago
5868016
Introduce entry point add_interactive and add_files_to_cache
by Kristian Høgsberg
· 18 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 18 years ago
9346b4e
Merge branch 'cr/reset'
by Junio C Hamano
· 18 years ago
43b98ac
Add test to check recent fix to "git add -u"
by Benoit Sigoure
· 18 years ago
09d5dc3
Simplify cache API
by Junio C Hamano
· 18 years ago
767c98a
git-add -u: do not barf on type changes
by Junio C Hamano
· 18 years ago
b39c53e
git-add: Make the "tried to add ignored file" error message less confusing
by Petr Baudis
· 18 years ago
480611d
Make usage documentation for git-add consistent.
by Brian Hetro
· 18 years ago
c576304
Merge branch 'maint' to sync with 1.5.2.5
by Junio C Hamano
· 18 years ago
2ed2c22
git-add -u paths... now works from subdirectory
by Salikh Zakirov
· 18 years ago
a4882c2
Fix "git add -u" data corruption.
by Junio C Hamano
· 18 years ago
d616813
git-add: Add support for --refresh option.
by Alexandre Julliard
· 18 years ago
8b4aee0
Don't rely on unspecified behavior
by Thomas Schwinge
· 18 years ago
e96980e
builtin-add: simplify (and increase accuracy of) exclude handling
by Jeff King
· 18 years ago
93c44d4
git-add: allow path limiting with -u
by Jeff King
· 18 years ago
dfdac5d
git-add -u: match the index with working tree.
by Junio C Hamano
· 18 years ago
ee9693e
Merge branch 'jc/index-output'
by Junio C Hamano
· 18 years ago
fd1c3bf
Rename add_file_to_index() to add_file_to_cache()
by Junio C Hamano
· 18 years ago
30ca07a
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
by Junio C Hamano
· 18 years ago
9fc42d6
Optimize directory listing with pathspec limiter.
by Linus Torvalds
· 18 years ago
896bdfa
add: Support specifying an excludes file with a configuration variable
by James Bowes
· 18 years ago
df59afe
Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"
by Junio C Hamano
· 18 years ago
4d06f8a
Fix 'git add' with .gitignore
by Junio C Hamano
· 18 years ago
6a1ad32
git-add -f: allow adding otherwise ignored files.
by Junio C Hamano
· 18 years ago
1e423f5
git-add: warn when adding an ignored file with an explicit request.
by Junio C Hamano
· 18 years ago
e23ca9e
git-add: add ignored files when asked explicitly.
by Junio C Hamano
· 18 years ago
6f38e03
Merge branch 'jc/git-add--interactive'
by Junio C Hamano
· 18 years ago
6a5ad23
git-add --interactive: add documentation
by Junio C Hamano
· 18 years ago
93b0d86
git-add: error out when given no arguments.
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
5cde71d
git-add --interactive
by Junio C Hamano
· 18 years ago
366bfcb
make 'git add' a first class user friendly interface to the index
by Nicolas Pitre
· 18 years ago
d48ffdb
Fix duplicate xmalloc in builtin-add
by Liu Yubao
· 19 years ago
40aaae8
Better error message when we are unable to lock the index file
by Junio C Hamano
· 19 years ago
8cdf336
Replace some calls to die(usage_str) with usage(usage_str).
by Ramsay Allan Jones
· 19 years ago
7061cf0
Merge branch 'lt/setup' into __/setup-n-mv
by Junio C Hamano
· 19 years ago
Next »