index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
replace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-2
/
+1
*
advice: move advice.graftFileDeprecated squashing to commit.[ch]
Ævar Arnfjörð Bjarmason
2021-08-25
1
-1
/
+1
*
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
-8
/
+8
*
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
2020-01-31
1
-1
/
+2
*
Merge branch 'bc/object-id-part17'
Junio C Hamano
2019-10-11
1
-3
/
+4
|
\
|
*
builtin/replace: make hash size independent
brian m. carlson
2019-08-20
1
-3
/
+4
*
|
use get_tagged_oid()
René Scharfe
2019-09-05
1
-1
/
+1
|
/
*
Merge branch 'cc/replace-graft-peel-tags'
Junio C Hamano
2019-05-08
1
-7
/
+13
|
\
|
*
replace: peel tag when passing a tag first to --graft
Christian Couder
2019-04-15
1
-4
/
+7
|
*
replace: peel tag when passing a tag as parent to --graft
Christian Couder
2019-04-15
1
-3
/
+6
*
|
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
2019-02-20
1
-0
/
+4
|
/
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-1
/
+1
*
Merge branch 'ab/replace-graft-with-replace-advice'
Junio C Hamano
2018-12-01
1
-0
/
+1
|
\
|
*
advice: don't pointlessly suggest --convert-graft-file
Ævar Arnfjörð Bjarmason
2018-11-29
1
-0
/
+1
|
*
Merge branch 'ds/commit-graph-with-grafts' into maint
Junio C Hamano
2018-11-21
1
-4
/
+4
|
|
\
*
|
\
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-1
/
+1
|
\
\
\
|
*
|
|
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
2018-10-16
1
-4
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback
Stefan Beller
2018-08-21
1
-4
/
+4
*
|
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-42
/
+42
|
\
\
|
|
/
|
/
|
|
*
builtin/replace.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-37
/
+37
|
*
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-13
/
+13
*
|
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
2018-08-16
1
-1
/
+1
|
\
\
|
*
|
check_replace_refs: rename to read_replace_refs
Jeff King
2018-07-19
1
-1
/
+1
|
*
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
tag: add repository argument to parse_tag_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
|
tag: add repository argument to lookup_tag
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-2
/
+2
*
|
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
*
|
Merge branch 'js/deprecate-grafts'
Junio C Hamano
2018-05-23
1
-66
/
+168
|
\
\
|
|
/
|
/
|
|
*
replace: introduce --convert-graft-file
Johannes Schindelin
2018-04-30
1
-1
/
+43
|
*
replace: prepare create_graft() for converting graft files wholesale
Johannes Schindelin
2018-04-30
1
-3
/
+8
|
*
replace: "libify" create_graft() and callees
Johannes Schindelin
2018-04-30
1
-57
/
+112
|
*
replace: avoid using die() to indicate a bug
Johannes Schindelin
2018-04-26
1
-1
/
+1
|
*
commit: Let the callback of for_each_mergetag return on error
Johannes Schindelin
2018-04-26
1
-4
/
+4
*
|
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-5
/
+6
*
|
refs: add repository argument to for_each_replace_ref
Stefan Beller
2018-04-12
1
-1
/
+3
|
/
*
Merge branch 'bc/object-id'
Junio C Hamano
2018-04-10
1
-5
/
+5
|
\
|
*
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-5
/
+5
*
|
Merge branch 'nd/parseopt-completion'
Junio C Hamano
2018-03-14
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
completion: use __gitcomp_builtin in _git_replace
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+2
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-23
/
+23
|
\
\
|
*
|
replace: rename 'new' variables
Brandon Williams
2018-02-22
1
-17
/
+17
|
*
|
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-6
/
+6
|
|
/
*
|
sha1_file: convert write_sha1_file to object_id
Patryk Obara
2018-01-30
1
-1
/
+1
*
|
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
2018-01-30
1
-1
/
+1
|
/
*
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
2017-10-16
1
-2
/
+2
*
refs: update ref transactions to use struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
[next]