index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
remote.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
builtin/remote.c: trivial fix of error message
Alexander Shopov
1
-1
/
+1
2023-08-04
Merge branch 'jc/parse-options-short-help'
Junio C Hamano
1
-3
/
+2
2023-07-19
remote: simplify "remote add --tags" help text
Junio C Hamano
1
-3
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-5
/
+10
2023-06-28
config.c: pass ctx in configsets
Glen Choo
1
-4
/
+6
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+5
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
1
-20
/
+20
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
1
-14
/
+12
2022-10-30
use child_process member "args" instead of string array variable
René Scharfe
1
-6
/
+8
2022-10-27
Merge branch 'jk/unused-anno-more'
Junio C Hamano
1
-1
/
+1
2022-10-17
string-list: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-10-10
Merge branch 'jk/remote-rename-without-fetch-refspec'
Junio C Hamano
1
-21
/
+23
2022-09-22
remote: handle rename of remote without fetch refspec
Jeff King
1
-21
/
+23
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-7
/
+7
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-5
/
+9
2022-09-13
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
1
-1
/
+1
2022-09-07
notes, remote: show unknown subcommands between `'
SZEDER Gábor
1
-1
/
+1
2022-09-01
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
1
-54
/
+52
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2022-08-25
remote: run "remote rm" argv through parse_options()
Jeff King
1
-3
/
+5
2022-08-25
pass subcommand "prefix" arguments to parse_options()
Jeff King
1
-12
/
+16
2022-08-19
config: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-4
/
+8
2022-08-19
builtin/remote.c: let parse-options parse subcommands
SZEDER Gábor
1
-39
/
+31
2022-08-10
Merge branch 'jc/string-list-cleanup' into maint
Junio C Hamano
1
-2
/
+1
2022-08-03
Merge branch 'jc/string-list-cleanup'
Junio C Hamano
1
-2
/
+1
2022-07-20
builtin/remote.c: use the right kind of STRING_LIST_INIT
Junio C Hamano
1
-2
/
+1
2022-06-17
remote: handle negative refspecs in git remote show
Jacob Keller
1
-2
/
+10
2022-05-09
builtin/remote.c: teach `-v` to list filters for promisor remotes
Abhradeep Chakraborty
1
-5
/
+13
2022-03-16
Merge branch 'tb/rename-remote-progress'
Junio C Hamano
1
-8
/
+31
2022-03-16
Merge branch 'ps/fetch-mirror-optim'
Junio C Hamano
1
-3
/
+5
2022-03-03
builtin/remote.c: show progress when renaming remote references
Taylor Blau
1
-5
/
+25
2022-03-03
builtin/remote.c: parse options in 'rename'
Taylor Blau
1
-3
/
+6
2022-03-01
remote: read symbolic refs via `refs_read_symbolic_ref()`
Patrick Steinhardt
1
-3
/
+5
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-1
/
+1
2021-10-18
Merge branch 'ab/designated-initializers-more'
Junio C Hamano
1
-56
/
+55
2021-10-01
builtin/remote.c: add and use SHOW_INFO_INIT
Ævar Arnfjörð Bjarmason
1
-45
/
+45
2021-10-01
builtin/remote.c: add and use a REF_STATES_INIT
Ævar Arnfjörð Bjarmason
1
-12
/
+11
2021-09-07
remote: warn about unhandled branch.<name>.rebase values
Johannes Schindelin
1
-0
/
+3
2021-04-07
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-4
/
+4
2021-03-21
transport: also free remote_refs in transport_disconnect()
Andrzej Hunt
1
-4
/
+4
2021-02-24
remote: write camel-cased *.pushRemote on rename
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-02-24
remote: add camel-cased *.tagOpt key, like clone
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-11-25
config: convert multi_replace to flags
Derrick Stolee
1
-3
/
+5
2020-11-09
Merge branch 'ab/git-remote-exit-code'
Junio C Hamano
1
-14
/
+28
[next]