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