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
/
apply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-05
Merge branch 'rs/apply-symlinks-use-strset'
Junio C Hamano
1
-34
/
+8
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-4
/
+4
2022-01-10
Merge branch 'jz/apply-3-corner-cases'
Junio C Hamano
1
-1
/
+3
2022-01-07
apply: use strsets to track symlinks
René Scharfe
1
-34
/
+8
2022-01-05
i18n: factorize "--foo outside a repository"
Jean-Noël Avila
1
-3
/
+3
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2021-12-20
git-apply: skip threeway in add / rename cases
Jerry Zhang
1
-1
/
+3
2021-12-13
git-apply: add --allow-empty flag
Jerry Zhang
1
-2
/
+6
2021-12-13
git-apply: add --quiet flag
Jerry Zhang
1
-1
/
+1
2021-09-15
Merge branch 'jc/trivial-threeway-binary-merge'
Junio C Hamano
1
-0
/
+21
2021-09-05
apply: resolve trivial merge without hitting ll-merge with "--3way"
Junio C Hamano
1
-0
/
+21
2021-08-30
Merge branch 'jk/apply-binary-hunk-parsing-fix'
Junio C Hamano
1
-0
/
+1
2021-08-10
apply: keep buffer/size pair in sync when parsing binary hunks
Jeff King
1
-0
/
+1
2021-07-01
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-05-07
Merge branch 'jz/apply-3way-first-message-fix'
Junio C Hamano
1
-1
/
+5
2021-04-29
apply: adjust messages to account for --3way changes
Jerry Zhang
1
-1
/
+5
2021-04-07
git-apply: allow simultaneous --cached and --3way options
Jerry Zhang
1
-3
/
+6
2021-04-06
git-apply: try threeway first when "--3way" is used
Jerry Zhang
1
-7
/
+6
2021-04-02
Merge branch 'mt/parallel-checkout-part-1'
Junio C Hamano
1
-0
/
+1
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
1
-0
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-3
/
+3
2020-12-18
Merge branch 'ab/unreachable-break'
Junio C Hamano
1
-2
/
+0
2020-12-15
style: do not "break" in switch() after "return"
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2020-12-08
Merge branch 'mt/do-not-use-scld-in-working-tree'
Junio C Hamano
1
-1
/
+1
2020-12-02
apply: don't use core.sharedRepository to create working tree files
Matheus Tavares
1
-1
/
+1
2020-10-20
apply: when -R, also reverse list of sections
Jonathan Tan
1
-2
/
+7
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-2
/
+2
2020-08-17
Merge branch 'rp/apply-cached-with-i-t-a'
Junio C Hamano
1
-4
/
+21
2020-08-17
config: drop git_config_get_string_const()
Jeff King
1
-2
/
+2
2020-08-09
apply: make i-t-a entries never match worktree
Raymond E. Pasco
1
-5
/
+19
2020-08-06
apply: allow "new file" patches on i-t-a entries
Raymond E. Pasco
1
-4
/
+7
2020-08-06
apply: do not lazy fetch when applying binary
Jonathan Tan
1
-1
/
+1
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-14
/
+14
2020-03-16
convert: permit passing additional metadata to filter processes
brian m. carlson
1
-1
/
+1
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
1
-2
/
+4
2019-12-16
Merge branch 'js/add-i-a-bit-more-tests'
Junio C Hamano
1
-0
/
+10
2019-12-06
Merge branch 'jk/lore-is-the-archive'
Junio C Hamano
1
-1
/
+1
2019-12-06
apply --allow-overlap: fix a corner case
Johannes Schindelin
1
-0
/
+10
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
1
-2
/
+2
2019-11-30
doc: replace public-inbox links with lore.kernel.org
Jeff King
1
-1
/
+1
2019-11-10
Merge branch 'dl/apply-3way-diff3'
Junio C Hamano
1
-1
/
+1
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-2
/
+2
2019-10-24
apply: respect merge.conflictStyle in --3way
Denton Liu
1
-1
/
+1
2019-10-15
Merge branch 'tg/range-diff-output-update'
Junio C Hamano
1
-21
/
+22
2019-10-09
range-diff: don't segfault with mode-only changes
Thomas Gummerer
1
-21
/
+22
2019-09-09
Merge branch 'bc/reread-attributes-during-rebase'
Junio C Hamano
1
-0
/
+11
2019-09-03
am: reload .gitattributes after patching it
brian m. carlson
1
-0
/
+11
2019-07-11
apply: make parse_git_diff_header public
Thomas Gummerer
1
-50
/
+19
2019-07-11
apply: only pass required data to gitdiff_* functions
Thomas Gummerer
1
-24
/
+35
2019-07-09
apply: only pass required data to find_name_*
Thomas Gummerer
1
-24
/
+24
[next]