summaryrefslogtreecommitdiff
path: root/builtin/add.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rj/path-cleanup'Junio C Hamano2012-09-141-1/+2
|\
| * Call git_pathdup() rather than xstrdup(git_path("..."))Ramsay Jones2012-09-041-1/+2
* | i18n: add: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-13/+13
|/
* Merge branch 'ar/clone-honor-umask-at-top'Junio C Hamano2012-07-151-1/+1
|\
| * add: create ADD_EDIT.patch with mode 0666Jeff King2012-07-091-1/+1
| * Merge branch 'js/add-e-submodule-fix' into maintJunio C Hamano2012-02-131-0/+1
| |\
* | \ Merge branch 'jc/ls-files-i-dir'Junio C Hamano2012-06-211-1/+5
|\ \ \
| * | | builtin/add.c: use path_excluded()Junio C Hamano2012-06-051-1/+5
* | | | Merge branch 'js/add-e-submodule-fix'Junio C Hamano2012-02-101-0/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | add -e: do not show difference in a submodule that is merely dirtyjs/add-e-submodule-fixJohannes Schindelin2012-02-071-0/+1
| |/
* | bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-0/+5
|/
* Merge branch 'ci/commit--interactive-atomic'Junio C Hamano2011-05-161-3/+3
|\
| * Add support for -p/--patch to git-commitConrad Irwin2011-05-091-3/+3
* | Merge branch 'maint'Junio C Hamano2011-05-141-2/+2
|\ \
| * | add, merge, diff: do not use strcasecmp to compare config variable namesJonathan Nieder2011-05-141-2/+2
| |/
* | Merge branch 'jc/fix-add-u-unmerged'Junio C Hamano2011-05-131-22/+23
|\ \ | |/ |/|
| * Fix "add -u" that sometimes fails to resolve unmerged pathsJunio C Hamano2011-04-231-22/+23
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-25/+25
|\ \
| * | i18n: git-add "Unstaged changes" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | i18n: git-add "remove '%s'" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | i18n: git-add "did not match any files" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | i18n: git-add "The following paths are ignored" messageÆvar Arnfjörð Bjarmason2011-03-091-4/+4
| * | i18n: git-add basic messagesÆvar Arnfjörð Bjarmason2011-03-091-18/+18
* | | Merge branch 'maint'Junio C Hamano2011-03-161-2/+1
|\ \ \
| * | | standardize brace placement in struct definitionsJonathan Nieder2011-03-161-2/+1
| |/ /
* | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-02-271-1/+1
|\ \ \
| * | | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-031-1/+1
* | | | git-add: make -A description clearer vs. -uMichael J Gruber2011-02-271-1/+1
| |/ / |/| |
* | | add: describe --patch like checkout, resetMichael J Gruber2011-02-151-1/+1
|/ /
* | Merge branch 'nd/maint-fix-add-typo-detection' (early part)Junio C Hamano2010-12-081-1/+2
|\ \
| * | add: do not rely on dtype being NULL behaviorNguyễn Thái Ngọc Duy2010-11-121-1/+2
| |/
* | Merge branch 'maint'Junio C Hamano2010-12-011-1/+2
|\ \
| * \ Merge branch 'maint-1.7.1' into maint-1.7.2Junio C Hamano2010-12-011-1/+2
| |\ \ | | |/ | |/|
| | * Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano2010-12-011-1/+2
* | | add OPT__FORCERené Scharfe2010-11-151-1/+1
* | | add description parameter to OPT__DRY_RUNRené Scharfe2010-11-151-1/+1
* | | add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
|/ /
* | git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-121-4/+12
* | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-311-1/+3
|/
* Merge branch 'cp/add-u-pathspec'Junio C Hamano2010-03-101-9/+29
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+442