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
*
Merge branch 'eg/add-uflags'
Junio C Hamano
2024-03-08
1
-1
/
+1
|
\
|
*
add: use unsigned type for collection of bits
Eugenio Gigante
2024-02-29
1
-1
/
+1
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-3
/
+0
|
\
|
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-3
/
+0
*
|
attr: enable attr pathspec magic for git-add and git-stash
Joanna Wang
2023-11-04
1
-3
/
+4
|
/
*
Merge branch 'ni/die-message-fix-for-git-add'
Junio C Hamano
2023-10-29
1
-5
/
+5
|
\
|
*
builtin/add.c: clean up die() messages
Naomi Ibe
2023-10-17
1
-5
/
+5
*
|
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
2023-09-13
1
-0
/
+2
|
\
\
|
*
|
parse-options: add more BUG_ON() annotations
Jeff King
2023-09-05
1
-0
/
+2
|
|
/
*
/
diff: drop useless return from run_diff_{files,index} functions
Jeff King
2023-08-22
1
-2
/
+1
|
/
*
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-2
/
+6
|
\
|
*
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
|
*
config: inline git_color_default_config
Glen Choo
2023-06-28
1
-1
/
+4
*
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-97
/
+8
|
\
\
|
|
/
|
/
|
|
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
|
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
read-cache: move shared add/checkout/commit code
Elijah Newren
2023-06-21
1
-100
/
+0
|
*
add: modify add_files_to_cache() to avoid globals
Elijah Newren
2023-06-21
1
-7
/
+15
*
|
Merge branch 'ds/add-i-color-configuration-fix'
Junio C Hamano
2023-06-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
add: check color.ui for interactive add
Derrick Stolee
2023-06-12
1
-1
/
+1
*
|
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
/
*
add API: remove run_add_interactive() wrapper function
Ævar Arnfjörð Bjarmason
2023-02-07
1
-27
/
+4
*
add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-43
/
+23
*
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
2022-12-26
1
-1
/
+1
|
\
|
*
diff: mark unused parameters in callbacks
Jeff King
2022-12-13
1
-1
/
+1
*
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
|
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-4
/
+4
*
|
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-4
/
+4
*
|
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+3
*
|
use child_process members "args" and "env" directly
René Scharfe
2022-10-30
1
-10
/
+9
|
/
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-1
/
+2
|
\
|
*
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+0
|
*
revisions API users: use release_revisions() for "prune_data" users
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
Merge branch 'ns/batch-fsync'
Junio C Hamano
2022-06-03
1
-2
/
+11
|
\
\
|
*
|
builtin/add: add ODB transaction around add_files_to_cache
Neeraj Singh
2022-04-06
1
-0
/
+9
|
*
|
bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
Neeraj Singh
2022-04-06
1
-2
/
+2
|
|
/
*
|
Merge branch 'js/use-builtin-add-i'
Junio C Hamano
2022-05-31
1
-10
/
+5
|
\
\
|
|
/
|
/
|
|
*
add -i: default to the built-in implementation
Johannes Schindelin
2021-12-01
1
-10
/
+5
*
|
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
|
/
[next]