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
2017-08-25
apply: check date of potential epoch timestamps first
René Scharfe
1
-16
/
+17
2017-08-22
Merge branch 'rs/apply-lose-prefix-length'
Junio C Hamano
1
-7
/
+5
2017-08-19
apply: file commited with CRLF should roundtrip diff and apply
Torsten Bögershausen
1
-5
/
+36
2017-08-11
Merge branch 'rs/move-array'
Junio C Hamano
1
-7
/
+4
2017-08-09
apply: remove prefix_length member from apply_state
René Scharfe
1
-7
/
+5
2017-07-31
Merge branch 'rs/apply-avoid-over-reading' into maint
Junio C Hamano
1
-4
/
+2
2017-07-17
apply: use COPY_ARRAY and MOVE_ARRAY in update_image()
René Scharfe
1
-7
/
+4
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-2
/
+2
2017-07-12
Merge branch 'rs/apply-avoid-over-reading'
Junio C Hamano
1
-2
/
+1
2017-07-10
Merge branch 'rs/apply-validate-input' into maint
Junio C Hamano
1
-6
/
+29
2017-07-10
Merge branch 'ab/wildmatch'
Junio C Hamano
1
-1
/
+1
2017-07-09
apply: use strcmp(3) for comparing strings in gitdiff_verify_name()
René Scharfe
1
-2
/
+1
2017-07-06
Merge branch 'rs/apply-avoid-over-reading'
Junio C Hamano
1
-2
/
+1
2017-07-01
apply: use starts_with() in gitdiff_verify_name()
René Scharfe
1
-2
/
+1
2017-06-30
Merge branch 'rs/apply-validate-input'
Junio C Hamano
1
-6
/
+29
2017-06-27
apply: check git diffs for mutually exclusive header lines
René Scharfe
1
-0
/
+15
2017-06-27
apply: check git diffs for invalid file modes
René Scharfe
1
-5
/
+12
2017-06-27
apply: check git diffs for missing old filenames
René Scharfe
1
-1
/
+2
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-2
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-24
Merge branch 'bw/ls-files-sans-the-index'
Junio C Hamano
1
-1
/
+1
2017-06-23
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-22
Merge branch 'pc/dir-count-slashes'
Junio C Hamano
1
-11
/
+0
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'jc/noent-notdir'
Junio C Hamano
1
-1
/
+1
2017-06-13
convert: convert convert_to_git to take an index
Brandon Williams
1
-1
/
+1
2017-06-12
dir: create function count_slashes()
Prathamesh Chavan
1
-11
/
+0
2017-06-04
Merge branch 'jc/apply-fix-mismerge' into maint
Junio C Hamano
1
-169
/
+169
2017-05-30
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
1
-1
/
+1
2017-05-16
Merge branch 'jc/apply-fix-mismerge'
Junio C Hamano
1
-169
/
+169
2017-05-08
apply.c: fix whitespace-only mismerge
Junio C Hamano
1
-169
/
+169
2017-03-21
prefix_filename: return newly allocated string
Jeff King
1
-3
/
+6
2017-03-21
prefix_filename: drop length parameter
Jeff King
1
-4
/
+2
2017-01-30
apply: use SWAP macro
René Scharfe
1
-16
/
+7
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-1
/
+1
2016-10-17
i18n: apply: mark error message for translation
Vasco Almeida
1
-2
/
+2
2016-10-14
i18n: apply: mark error messages for translation
Vasco Almeida
1
-24
/
+24
2016-10-14
i18n: apply: mark info messages for translation
Vasco Almeida
1
-4
/
+4
2016-10-14
i18n: apply: mark plural string for translation
Vasco Almeida
1
-4
/
+6
2016-09-22
introduce CHECKOUT_INIT
René Scharfe
1
-3
/
+1
2016-09-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-215
/
+215
2016-09-07
apply: learn to use a different index file
Christian Couder
1
-6
/
+21
2016-09-07
apply: pass apply state to build_fake_ancestor()
Christian Couder
1
-4
/
+5
2016-09-07
apply: move libified code from builtin/apply.c to apply.{c,h}
Christian Couder
1
-0
/
+4731
2016-09-07
apply: refactor `git apply` option parsing
Christian Couder
1
-13
/
+90
2016-09-07
apply: change error_routine when silent
Christian Couder
1
-1
/
+20
2016-09-07
apply: don't print on stdout in verbosity_silent mode
Christian Couder
1
-3
/
+3
2016-09-07
apply: make it possible to silently apply
Christian Couder
1
-22
/
+40
2016-09-07
apply: use error_errno() where possible
Christian Couder
1
-8
/
+8
[prev]
[next]