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
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-3
/
+5
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-2
/
+1
2018-05-18
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
1
-3
/
+4
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-10
lock_file: move static locks into functions
Martin Ågren
1
-2
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-01
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
1
-5
/
+3
2018-01-22
Use MOVE_ARRAY
SZEDER Gábor
1
-2
/
+2
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-1
/
+1
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-1
/
+1
2017-08-22
rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved
Junio C Hamano
1
-12
/
+2
2017-08-22
rerere: represent time duration in timestamp_t internally
Junio C Hamano
1
-13
/
+23
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-16
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-26
rerere.c: move error_errno() closer to the source system call
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2017-05-26
print errno when reporting a system call error
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-1
/
+1
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
1
-1
/
+2
2016-05-23
Merge branch 'jc/rerere-multi'
Junio C Hamano
1
-8
/
+17
2016-05-19
rerere: remove an null statement
Junio C Hamano
1
-1
/
+1
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-11
/
+7
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
[next]