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
/
rerere.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-11
rerere: plug memory leaks upon "rerere forget" failure
Junio C Hamano
1
-8
/
+17
2016-05-09
rerere.c: use error_errno() and warning_errno()
Nguyễn Thái Ngọc Duy
1
-11
/
+7
2016-04-25
Merge branch 'jc/rerere-multi'
Junio C Hamano
1
-194
/
+432
2016-04-06
rerere: adjust 'forget' to multi-variant world order
Junio C Hamano
1
-1
/
+27
2016-04-06
rerere: split code to call ll_merge() further
Junio C Hamano
1
-16
/
+31
2016-04-06
rerere: move code related to "forget" together
Junio C Hamano
1
-97
/
+97
2016-04-06
rerere: gc and clear
Junio C Hamano
1
-39
/
+48
2016-03-15
rerere: do use multiple variants
Junio C Hamano
1
-38
/
+60
2016-03-15
rerere: allow multiple variants to exist
Junio C Hamano
1
-22
/
+105
2016-03-15
rerere: delay the recording of preimage
Junio C Hamano
1
-27
/
+25
2016-03-15
rerere: handle leftover rr-cache/$ID directory and postimage files
Junio C Hamano
1
-17
/
+25
2016-02-17
Merge branch 'jk/rerere-xsnprintf'
Junio C Hamano
1
-2
/
+2
2016-02-08
rerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_id
Junio C Hamano
1
-3
/
+29
2016-02-08
rerere: split conflict ID further
Junio C Hamano
1
-5
/
+56
2016-02-08
rerere: replace strcpy with xsnprintf
Jeff King
1
-2
/
+2
2015-10-05
Merge branch 'jc/rerere'
Junio C Hamano
1
-151
/
+404
2015-09-01
rerere: release lockfile in non-writing functions
Jeff King
1
-2
/
+15
2015-08-10
memoize common git-path "constant" files
Jeff King
1
-11
/
+8
2015-07-24
rerere: un-nest merge() further
Junio C Hamano
1
-24
/
+26
2015-07-24
rerere: use "struct rerere_id" instead of "char *" for conflict ID
Junio C Hamano
1
-26
/
+73
2015-07-24
rerere: call conflict-ids IDs
Junio C Hamano
1
-38
/
+38
2015-07-24
rerere: further clarify do_rerere_one_path()
Junio C Hamano
1
-9
/
+6
2015-07-24
rerere: further de-dent do_plain_rerere()
Junio C Hamano
1
-32
/
+33
2015-07-24
rerere: refactor "replay" part of do_plain_rerere()
Junio C Hamano
1
-35
/
+40
2015-07-24
rerere: explain the remainder
Junio C Hamano
1
-0
/
+20
2015-07-24
rerere: explain "rerere forget" codepath
Junio C Hamano
1
-0
/
+24
2015-07-24
rerere: explain the primary codepath
Junio C Hamano
1
-13
/
+82
2015-07-24
rerere: explain MERGE_RR management helpers
Junio C Hamano
1
-0
/
+41
2015-07-24
rerere: fix benign off-by-one non-bug and clarify code
Junio C Hamano
1
-1
/
+8
2015-07-24
rerere: explain the rerere I/O abstraction
Junio C Hamano
1
-7
/
+31
2015-07-24
rerere: do not leak mmfile[] for a path with multiple stage #1 entries
Junio C Hamano
1
-2
/
+4
2015-07-24
rerere: stop looping unnecessarily
Junio C Hamano
1
-10
/
+7
2015-07-24
rerere: drop want_sp parameter from is_cmarker()
Junio C Hamano
1
-5
/
+22
2015-07-24
rerere: report autoupdated paths only after actually updating them
Junio C Hamano
1
-10
/
+12
2015-07-24
rerere: write out each record of MERGE_RR in one go
Junio C Hamano
1
-7
/
+9
2015-07-24
rerere: lift PATH_MAX limitation
Junio C Hamano
1
-20
/
+15
2015-07-24
rerere: plug conflict ID leaks
Junio C Hamano
1
-2
/
+5
2015-07-24
rerere: handle conflicts with multiple stage #1 entries
Junio C Hamano
1
-1
/
+1
2015-06-28
rerere: fix an off-by-one non-bug
Junio C Hamano
1
-4
/
+2
2015-05-26
Merge branch 'jk/rerere-forget-check-enabled'
Junio C Hamano
1
-0
/
+2
2015-05-14
rerere: exit silently on "forget" when rerere is disabled
Jeff King
1
-0
/
+2
2015-02-24
Merge branch 'jn/rerere-fail-on-auto-update-failure' into maint
Junio C Hamano
1
-10
/
+6
2015-02-11
Merge branch 'jn/rerere-fail-on-auto-update-failure'
Junio C Hamano
1
-10
/
+6
2015-01-08
rerere: error out on autoupdate failure
Jonathan Nieder
1
-10
/
+6
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-0
/
+1
2014-08-07
rerere.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-31
/
+12
2014-07-16
Merge branch 'rs/code-cleaning'
Junio C Hamano
1
-2
/
+2
2014-07-10
use strbuf_addbuf for adding strbufs
René Scharfe
1
-2
/
+2
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[prev]
[next]