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
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
2019-12-21
legacy stash -p: respect the add.interactive.usebuiltin setting
Johannes Schindelin
1
-0
/
+14
2019-12-21
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
1
-0
/
+4
2019-12-21
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
1
-2
/
+8
2019-12-13
built-in add -i: start implementing the `patch` functionality in C
Johannes Schindelin
1
-5
/
+10
2019-12-04
add: support the --pathspec-from-file option
Alexandr Miloslavskiy
1
-4
/
+26
2019-12-04
cmd_add: prepare for next patch
Alexandr Miloslavskiy
1
-17
/
+17
2019-11-14
Start to implement a built-in version of `git add --interactive`
Johannes Schindelin
1
-0
/
+12
2019-04-10
add: error appropriately on repository with no commits
Kyle Meyer
1
-1
/
+2
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-0
/
+1
2019-02-05
Merge branch 'jk/add-ignore-errors-bit-assignment-fix'
Junio C Hamano
1
-1
/
+1
2019-01-29
Merge branch 'js/add-e-clear-patch-before-stating'
Junio C Hamano
1
-1
/
+1
[next]