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
2018-09-21
ws.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-3
/
+5
2018-09-21
rerere.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-21
ll-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-3
/
+6
2018-08-13
apply.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-21
/
+25
2018-08-13
apply.c: make init_apply_state() take a struct repository
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-08-13
apply.c: pass struct apply_state to more functions
Nguyễn Thái Ngọc Duy
1
-7
/
+11
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
1
-13
/
+11
2018-07-24
Merge branch 'en/apply-comment-fix'
Junio C Hamano
1
-1
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
1
-13
/
+11
2018-07-03
read-cache: teach make_cache_entry to take object_id
Jameson Miller
1
-1
/
+1
2018-06-28
apply: fix grammar error in comment
Elijah Newren
1
-1
/
+1
2018-06-25
Merge branch 'nd/diff-apply-ita'
Junio C Hamano
1
-7
/
+12
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-2
/
+2
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-1
/
+1
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
1
-2
/
+2
2018-05-29
apply: add --intent-to-add
Nguyễn Thái Ngọc Duy
1
-7
/
+12
2018-05-22
Sync with Git 2.16.4
Junio C Hamano
1
-2
/
+2
2018-05-22
Sync with Git 2.15.2
Junio C Hamano
1
-2
/
+2
2018-05-22
Sync with Git 2.14.4
Junio C Hamano
1
-2
/
+2
2018-05-22
Sync with Git 2.13.7
Junio C Hamano
1
-2
/
+2
2018-05-21
verify_path: disallow symlinks in .gitmodules
Jeff King
1
-2
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-10
lock_file: make function-local locks non-static
Martin Ågren
1
-1
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-2
/
+3
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-61
/
+61
2018-02-28
Merge branch 'tk/apply-dev-null-verify-name-fix'
Junio C Hamano
1
-1
/
+1
2018-02-22
apply: rename 'new' variables
Brandon Williams
1
-27
/
+27
2018-02-22
apply: rename 'try' variables
Brandon Williams
1
-34
/
+34
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-6
/
+6
2018-02-15
apply: handle Subversion diffs with /dev/null gracefully
Tatyana Krasnukha
1
-1
/
+1
2018-02-09
completion: use __gitcomp_builtin in _git_apply
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-4
/
+4
2018-01-30
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
1
-2
/
+2
2018-01-16
convert_to_git(): safe_crlf/checksafe becomes int conv_flags
Torsten Bögershausen
1
-3
/
+3
2017-12-06
Merge branch 'rs/apply-inaccurate-eof-with-incomplete-line' into maint
Junio C Hamano
1
-0
/
+2
2017-11-27
Merge branch 'rs/apply-inaccurate-eof-with-incomplete-line'
Junio C Hamano
1
-0
/
+2
2017-11-27
Merge branch 'rs/apply-fuzzy-match-fix' into maint
Junio C Hamano
1
-39
/
+20
2017-11-21
Merge branch 'rs/apply-fuzzy-match-fix'
Junio C Hamano
1
-39
/
+20
2017-11-17
apply: update line lengths for --inaccurate-eof
René Scharfe
1
-0
/
+2
2017-11-12
apply: avoid out-of-bounds access in fuzzy_matchlines()
René Scharfe
1
-39
/
+20
2017-10-06
apply: remove `newfd` from `struct apply_state`
Martin Ågren
1
-11
/
+6
2017-10-06
apply: move lockfile into `apply_state`
Martin Ågren
1
-9
/
+5
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-1
/
+2
2017-09-10
Merge branch 'rs/apply-epoch'
Junio C Hamano
1
-19
/
+18
2017-09-10
Merge branch 'rs/apply-lose-prefix-length' into maint
Junio C Hamano
1
-7
/
+5
[next]