index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
add.c
Commit message (
Expand
)
Author
Age
...
*
|
|
Merge branch 'jc/add-2.0-delete-default' (early part)
Junio C Hamano
2013-04-22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
git add: rephrase the "removal will cease to be ignored" warning
Junio C Hamano
2013-04-21
|
*
|
git add: rework the logic to warn "git add <pathspec>..." default change
Junio C Hamano
2013-04-17
|
*
|
git add: start preparing for "git add <pathspec>..." to default to "-A"
Junio C Hamano
2013-03-08
|
*
|
builtin/add.c: simplify boolean variables
Junio C Hamano
2013-03-08
*
|
|
add -A: only show pathless 'add -A' warning when changes exist outside cwd
Jonathan Nieder
2013-04-03
*
|
|
add -u: only show pathless 'add -u' warning when changes exist outside cwd
Jonathan Nieder
2013-04-03
*
|
|
add: make warn_pathless_add() a no-op after first call
Jonathan Nieder
2013-04-03
*
|
|
add: add a blank line at the end of pathless 'add [-u|-A]' warning
Matthieu Moy
2013-04-03
*
|
|
add: make pathless 'add [-u|-A]' warning a file-global function
Jonathan Nieder
2013-03-20
|
|
/
|
/
|
*
|
add: update pathless 'add [-u|-A]' warning to reflect change of plan
Matthieu Moy
2013-03-11
|
/
*
Merge branch 'maint'
Junio C Hamano
2013-02-12
|
\
|
*
Replace filepattern with pathspec for consistency
Matthieu Moy
2013-02-12
*
|
Merge branch 'mm/add-u-A-sans-pathspec'
Junio C Hamano
2013-02-04
|
\
\
|
*
|
add: warn when -u or -A is used without pathspec
Matthieu Moy
2013-01-28
|
|
/
*
|
Merge branch 'as/check-ignore'
Junio C Hamano
2013-01-23
|
\
\
|
*
|
add.c: extract new die_if_path_beyond_symlink() for reuse
Adam Spiers
2013-01-06
|
*
|
add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse
Adam Spiers
2013-01-06
|
*
|
pathspec.c: rename newly public functions for clarity
Adam Spiers
2013-01-06
|
*
|
add.c: move pathspec matchers into new pathspec.c for reuse
Adam Spiers
2013-01-06
|
*
|
add.c: remove unused argument from validate_pathspec()
Adam Spiers
2013-01-06
*
|
|
Merge branch 'as/dir-c-cleanup'
Junio C Hamano
2013-01-10
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
dir.c: rename path_excluded() to is_path_excluded()
Adam Spiers
2012-12-28
|
*
Merge branch 'ar/clone-honor-umask-at-top' into maint
Junio C Hamano
2012-07-22
|
|
\
|
*
\
Merge branch 'jc/ls-files-i-dir' into maint
Junio C Hamano
2012-07-11
|
|
\
\
*
|
\
\
Merge branch 'rj/path-cleanup'
Junio C Hamano
2012-09-14
|
\
\
\
\
|
*
|
|
|
Call git_pathdup() rather than xstrdup(git_path("..."))
Ramsay Jones
2012-09-04
*
|
|
|
|
i18n: add: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
|
/
/
/
/
*
|
|
|
Merge branch 'ar/clone-honor-umask-at-top'
Junio C Hamano
2012-07-15
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
add: create ADD_EDIT.patch with mode 0666
Jeff King
2012-07-09
|
*
|
|
Merge branch 'js/add-e-submodule-fix' into maint
Junio C Hamano
2012-02-13
|
|
\
\
\
*
|
\
\
\
Merge branch 'jc/ls-files-i-dir'
Junio C Hamano
2012-06-21
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
builtin/add.c: use path_excluded()
Junio C Hamano
2012-06-05
*
|
|
|
Merge branch 'js/add-e-submodule-fix'
Junio C Hamano
2012-02-10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
add -e: do not show difference in a submodule that is merely dirty
Johannes Schindelin
2012-02-07
|
|
/
*
|
bulk-checkin: replace fast-import based implementation
Junio C Hamano
2011-12-01
|
/
*
Merge branch 'ci/commit--interactive-atomic'
Junio C Hamano
2011-05-16
|
\
|
*
Add support for -p/--patch to git-commit
Conrad Irwin
2011-05-09
*
|
Merge branch 'maint'
Junio C Hamano
2011-05-14
|
\
\
|
*
|
add, merge, diff: do not use strcasecmp to compare config variable names
Jonathan Nieder
2011-05-14
|
|
/
*
|
Merge branch 'jc/fix-add-u-unmerged'
Junio C Hamano
2011-05-13
|
\
\
|
|
/
|
/
|
|
*
Fix "add -u" that sometimes fails to resolve unmerged paths
Junio C Hamano
2011-04-23
*
|
Merge branch 'ab/i18n-st'
Junio C Hamano
2011-04-01
|
\
\
|
*
|
i18n: git-add "Unstaged changes" message
Ævar Arnfjörð Bjarmason
2011-03-09
|
*
|
i18n: git-add "remove '%s'" message
Ævar Arnfjörð Bjarmason
2011-03-09
|
*
|
i18n: git-add "did not match any files" message
Ævar Arnfjörð Bjarmason
2011-03-09
|
*
|
i18n: git-add "The following paths are ignored" message
Ævar Arnfjörð Bjarmason
2011-03-09
|
*
|
i18n: git-add basic messages
Ævar Arnfjörð Bjarmason
2011-03-09
*
|
|
Merge branch 'maint'
Junio C Hamano
2011-03-16
|
\
\
\
|
*
|
|
standardize brace placement in struct definitions
Jonathan Nieder
2011-03-16
|
|
/
/
[prev]
[next]