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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-19
show-index: switch hard-coded constants to the_hash_algo
brian m. carlson
1
-5
/
+6
2019-08-19
builtin/rev-parse: switch to use the_hash_algo
brian m. carlson
1
-2
/
+3
2019-08-19
builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo
brian m. carlson
1
-3
/
+4
2019-08-19
builtin/receive-pack: switch to use the_hash_algo
brian m. carlson
1
-23
/
+21
2019-08-19
patch-id: convert to use the_hash_algo
brian m. carlson
1
-5
/
+6
2019-08-19
builtin/replace: make hash size independent
brian m. carlson
1
-3
/
+4
2019-08-19
pull, fetch: add --set-upstream option
Corentin BOMPARD
2
-1
/
+56
2019-08-19
cache-tree: share code between functions writing an index as a tree
Elijah Newren
1
-1
/
+1
2019-08-19
merge-recursive: remove useless parameter in merge_trees()
Elijah Newren
1
-3
/
+1
2019-08-19
Ensure index matches head before invoking merge machinery, round N
Elijah Newren
2
-0
/
+6
2019-08-19
merge-recursive: introduce an enum for detect_directory_renames values
Derrick Stolee
1
-1
/
+1
2019-08-16
checkout: provide better conflict hunk description with detached HEAD
Elijah Newren
1
-0
/
+8
2019-08-16
checkout: remove duplicate code
Elijah Newren
1
-7
/
+0
2019-08-13
repo-settings: parse core.untrackedCache
Derrick Stolee
1
-2
/
+4
2019-08-13
repo-settings: consolidate some config settings
Derrick Stolee
2
-11
/
+9
2019-08-13
worktree remove: clarify error message on dirty worktree
SZEDER Gábor
1
-1
/
+1
2019-08-13
packfile: drop release_pack_memory()
Jeff King
1
-11
/
+0
2019-08-09
Merge branch 'jk/no-system-includes-in-dot-c' into maint
Junio C Hamano
2
-2
/
+0
2019-08-07
merge: --no-verify to bypass pre-merge-commit hook
Michael J Gruber
1
-2
/
+2
2019-08-07
git-merge: honor pre-merge-commit hook
Michael J Gruber
1
-0
/
+12
2019-08-07
merge: do no-verify like commit
Michael J Gruber
1
-3
/
+3
2019-08-06
l10n: reformat some localized strings for v2.23.0
Jean-Noël Avila
2
-5
/
+12
2019-08-05
commit-graph: error out on invalid commit oids in 'write --stdin-commits'
SZEDER Gábor
1
-1
/
+3
2019-08-05
commit-graph: turn a group of write-related macro flags into an enum
SZEDER Gábor
2
-4
/
+4
2019-08-02
Merge branch 'jc/log-mailmap-flip-defaults'
Junio C Hamano
1
-19
/
+2
2019-08-02
checkout.c: unstage empty deleted ita files
Varun Naik
1
-0
/
+1
2019-08-02
log: really flip the --mailmap default
Junio C Hamano
1
-5
/
+2
2019-08-01
tree-walk: add a strbuf wrapper for make_traverse_path()
Jeff King
1
-2
/
+3
2019-08-01
tree-walk: accept a raw length for traverse_path_len()
Jeff King
1
-1
/
+1
2019-08-01
Merge branch 'jk/repack-silence-auto-bitmap-warning'
Junio C Hamano
2
-22
/
+23
2019-08-01
log: flip the --mailmap default unconditionally
Junio C Hamano
1
-15
/
+1
2019-07-31
Merge branch 'jk/no-system-includes-in-dot-c'
Junio C Hamano
2
-2
/
+0
2019-07-31
tree-walk: drop oid from traverse_info
Jeff King
1
-1
/
+1
2019-07-31
setup_traverse_info(): stop copying oid
Jeff King
1
-1
/
+1
2019-07-31
repack: simplify handling of auto-bitmaps and .keep files
Jeff King
1
-15
/
+2
2019-07-31
repack: silence warnings when auto-enabled bitmaps cannot be built
Jeff King
2
-11
/
+25
2019-07-31
rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`
Johannes Schindelin
1
-2
/
+5
2019-07-31
rebase -r: support merge strategies other than `recursive`
Johannes Schindelin
1
-9
/
+0
2019-07-31
rebase: fold git-rebase--common into the -p backend
Johannes Schindelin
1
-2
/
+1
2019-07-31
Drop unused git-rebase--am.sh
Johannes Schindelin
1
-4
/
+0
2019-07-30
grep: fix worktree case in submodules
Matheus Tavares
1
-4
/
+6
2019-07-29
Merge branch 'js/rebase-cleanup'
Junio C Hamano
1
-5
/
+1
2019-07-29
Merge branch 'fc/fetch-with-import-fix' into maint
Junio C Hamano
1
-10
/
+18
2019-07-29
Merge branch 'ds/close-object-store' into maint
Junio C Hamano
10
-24
/
+28
2019-07-29
Merge branch 'rs/avoid-overflow-in-midpoint-computation' into maint
Junio C Hamano
1
-1
/
+1
2019-07-29
Merge branch 'jk/trailers-use-config' into maint
Junio C Hamano
1
-0
/
+3
2019-07-29
Merge branch 'tg/stash-ref-by-index-fix' into maint
Junio C Hamano
1
-4
/
+5
2019-07-29
Merge branch 'pw/rebase-abort-clean-rewritten' into maint
Junio C Hamano
1
-10
/
+29
2019-07-29
Merge branch 'jk/delta-islands-progress-fix' into maint
Junio C Hamano
1
-1
/
+1
2019-07-29
Merge branch 'ms/submodule-foreach-fix' into maint
Junio C Hamano
1
-0
/
+1
[prev]
[next]