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
*
add: remove support for `git-legacy-stash`
Johannes Schindelin
2022-01-28
1
-14
/
+0
*
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
2022-01-05
1
-2
/
+2
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-4
/
+4
*
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-5
/
+2
*
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
2021-10-14
1
-3
/
+29
|
\
|
*
add: update --renormalize to skip sparse paths
Derrick Stolee
2021-09-28
1
-1
/
+3
|
*
add: update --chmod to skip sparse paths
Derrick Stolee
2021-09-28
1
-1
/
+3
|
*
add: implement the --sparse option
Derrick Stolee
2021-09-28
1
-4
/
+8
|
*
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
2021-09-28
1
-0
/
+4
|
*
add: fail when adding an untracked sparse file
Derrick Stolee
2021-09-28
1
-0
/
+14
*
|
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
2021-09-21
1
-6
/
+1
|
\
|
|
*
sparse-checkout: create helper methods
Derrick Stolee
2021-09-08
1
-6
/
+1
|
*
Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-files
Junio C Hamano
2021-08-10
1
-3
/
+12
|
|
\
*
|
\
Merge branch 'ab/retire-advice-config'
Junio C Hamano
2021-09-10
1
-5
/
+6
|
\
\
\
|
*
|
|
advice: remove use of global advice_add_embedded_repo
Ævar Arnfjörð Bjarmason
2021-08-25
1
-3
/
+4
|
*
|
|
advice: remove read uses of most global `advice_` variables
Ben Boeckel
2021-08-25
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'rs/xopen-reports-open-failures'
Junio C Hamano
2021-09-08
1
-3
/
+1
|
\
\
\
|
*
|
|
use xopen() to handle fatal open(2) failures
René Scharfe
2021-08-25
1
-3
/
+1
|
|
/
/
*
|
|
Merge branch 'ds/add-with-sparse-index'
Junio C Hamano
2021-08-25
1
-3
/
+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
add: remove ensure_full_index() with --renormalize
Derrick Stolee
2021-07-29
1
-2
/
+0
|
*
add: ignore outside the sparse-checkout in refresh()
Derrick Stolee
2021-07-29
1
-1
/
+9
|
*
add: allow operating on a sparse-only index
Derrick Stolee
2021-07-29
1
-0
/
+3
*
|
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+1
|
/
*
Merge branch 'ow/no-dryrun-in-add-i'
Junio C Hamano
2021-05-14
1
-0
/
+2
|
\
|
*
add: die if both --dry-run and --interactive are given
Øystein Walle
2021-05-06
1
-0
/
+2
*
|
Merge branch 'mt/add-rm-in-sparse-checkout'
Junio C Hamano
2021-05-07
1
-14
/
+63
|
\
\
|
|
/
|
/
|
|
*
add: warn when asked to update SKIP_WORKTREE entries
Matheus Tavares
2021-04-08
1
-14
/
+56
|
*
pathspec: allow to ignore SKIP_WORKTREE entries on index matching
Matheus Tavares
2021-04-08
1
-2
/
+4
|
*
add: make --chmod and --renormalize honor sparse checkouts
Matheus Tavares
2021-04-08
1
-0
/
+5
|
*
add: include magic part of pathspec on --refresh error
Matheus Tavares
2021-04-08
1
-1
/
+1
*
|
add: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
|
/
*
add: propagate --chmod errors to exit status
Matheus Tavares
2021-02-24
1
-4
/
+6
*
add: mark --chmod error string for translation
Matheus Tavares
2021-02-24
1
-1
/
+1
*
add --chmod: don't update index when --dry-run is used
Matheus Tavares
2021-02-24
1
-3
/
+9
*
drop unused argc parameters
Jeff King
2020-09-30
1
-2
/
+2
*
add -i: use the built-in version when feature.experimental is set
Junio C Hamano
2020-09-08
1
-3
/
+9
*
dir: fix problematic API to avoid memory leaks
Elijah Newren
2020-08-19
1
-2
/
+2
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-1
/
+1
*
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-7
/
+7
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-2
/
+2
*
Merge branch 'hw/advice-add-nothing'
Junio C Hamano
2020-02-14
1
-2
/
+8
|
\
|
*
add: change advice config variables used by the add API
Heba Waly
2020-02-06
1
-4
/
+8
|
*
add: use advise function to display hints
Heba Waly
2020-01-15
1
-2
/
+4
*
|
Merge branch 'js/patch-mode-in-others-in-c'
Junio C Hamano
2020-02-05
1
-4
/
+31
|
\
\
|
|
/
|
/
|
|
*
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
2019-12-22
1
-0
/
+2
|
*
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
2019-12-22
1
-2
/
+3
|
*
legacy stash -p: respect the add.interactive.usebuiltin setting
Johannes Schindelin
2019-12-22
1
-0
/
+14
|
*
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
2019-12-22
1
-0
/
+4
[next]