index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-27
notes: do not break note_tree structure in note_tree_consolidate()
Mike Hommey
1
-2
/
+4
2017-03-27
sequencer: allow the commit-msg hooks to run during a `reword`
Johannes Schindelin
2
-3
/
+7
2017-03-27
sequencer: make commit options more extensible
Johannes Schindelin
1
-22
/
+26
2017-03-27
l10n: de: translate describe debug terms
Michael J Gruber
1
-1
/
+13
2017-03-27
describe: localize debug output fully
Michael J Gruber
1
-3
/
+12
2017-03-27
Eighth batch for 2.13
Junio C Hamano
1
-0
/
+22
2017-03-27
Merge branch 'km/config-grammofix'
Junio C Hamano
1
-3
/
+3
2017-03-27
Merge branch 'sb/t3600-rephrase'
Junio C Hamano
1
-1
/
+1
2017-03-27
Merge branch 'sb/describe-broken'
Junio C Hamano
3
-12
/
+66
2017-03-27
Merge branch 'sb/push-options-via-transport'
Junio C Hamano
5
-14
/
+58
2017-03-27
Merge branch 'km/t1400-modernization'
Junio C Hamano
1
-76
/
+78
2017-03-27
Merge branch 'jk/prefix-filename'
Junio C Hamano
17
-75
/
+86
2017-03-27
Merge branch 'jc/lint-runaway-here-doc'
Junio C Hamano
1
-3
/
+3
2017-03-27
Merge branch 'st/verify-tag'
Junio C Hamano
2
-14
/
+10
2017-03-27
Merge branch 'sb/submodule-update-initial-runs-custom-script'
Junio C Hamano
1
-3
/
+3
2017-03-27
Merge branch 'jk/quote-env-path-list-component'
Junio C Hamano
1
-0
/
+1
2017-03-27
rev-parse: match @{upstream}, @{u} and @{push} case-insensitively
Ævar Arnfjörð Bjarmason
4
-8
/
+23
2017-03-27
refs: move submodule code out of files-backend.c
Nguyễn Thái Ngọc Duy
3
-32
/
+20
2017-03-27
path.c: move some code out of strbuf_git_path_submodule()
Nguyễn Thái Ngọc Duy
3
-28
/
+44
2017-03-27
refs.c: make get_main_ref_store() public and use it
Nguyễn Thái Ngọc Duy
3
-19
/
+22
2017-03-27
refs.c: kill register_ref_store(), add register_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-25
/
+20
2017-03-27
refs.c: flatten get_ref_store() a bit
Nguyễn Thái Ngọc Duy
1
-10
/
+13
2017-03-27
refs: rename lookup_ref_store() to lookup_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-9
/
+4
2017-03-27
refs.c: introduce get_main_ref_store()
Nguyễn Thái Ngọc Duy
1
-4
/
+9
2017-03-27
files-backend: remove the use of git_path()
Nguyễn Thái Ngọc Duy
1
-5
/
+38
2017-03-27
files-backend: add and use files_ref_path()
Nguyễn Thái Ngọc Duy
1
-24
/
+23
2017-03-27
files-backend: add and use files_reflog_path()
Nguyễn Thái Ngọc Duy
1
-56
/
+86
2017-03-27
files-backend: move "logs/" out of TMP_RENAMED_LOG
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2017-03-27
files-backend: convert git_path() to strbuf_git_path()
Nguyễn Thái Ngọc Duy
1
-33
/
+97
2017-03-27
files-backend: make sure files_rename_ref() always reach the end
Nguyễn Thái Ngọc Duy
1
-14
/
+28
2017-03-27
files-backend: add and use files_packed_refs_path()
Nguyễn Thái Ngọc Duy
1
-11
/
+18
2017-03-27
files-backend: delete dead code in files_init_db()
Nguyễn Thái Ngọc Duy
1
-4
/
+0
2017-03-27
files-backend.c: delete dead code in files_ref_iterator_begin()
Nguyễn Thái Ngọc Duy
1
-3
/
+0
2017-03-27
files-backend: make files_log_ref_write() static
Nguyễn Thái Ngọc Duy
2
-7
/
+6
2017-03-27
submodule.c: stricter checking for submodules in is_submodule_modified
Stefan Beller
1
-2
/
+3
2017-03-27
submodule.c: port is_submodule_modified to use porcelain 2
Stefan Beller
1
-4
/
+5
2017-03-27
submodule.c: convert is_submodule_modified to use strbuf_getwholeline
Stefan Beller
2
-17
/
+31
2017-03-27
submodule.c: factor out early loop termination in is_submodule_modified
Stefan Beller
1
-8
/
+8
2017-03-27
submodule.c: use argv_array in is_submodule_modified
Stefan Beller
1
-8
/
+2
2017-03-26
builtin/pull: convert portions to struct object_id
brian m. carlson
1
-3
/
+3
2017-03-26
builtin/diff: convert to struct object_id
brian m. carlson
1
-17
/
+17
2017-03-26
Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
brian m. carlson
8
-10
/
+10
2017-03-26
Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
brian m. carlson
10
-14
/
+14
2017-03-26
Define new hash-size constants for allocating memory
brian m. carlson
1
-1
/
+5
2017-03-26
strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD
René Scharfe
2
-0
/
+25
2017-03-26
doc/SubmittingPatches: show how to get a CLI commit summary
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2017-03-26
t/README: clarify the test_have_prereq documentation
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2017-03-26
sha1dc: avoid CPP macro collisions
Junio C Hamano
1
-5
/
+6
2017-03-24
Sync with 2.12.2
Junio C Hamano
3
-2
/
+26
2017-03-24
Seventh batch for 2.13
Junio C Hamano
1
-9
/
+29
[prev]
[next]