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
2017-03-21
hash-object: fix buffer reuse with --path in a subdirectory
Jeff King
1
-2
/
+5
2017-03-20
Merge branch 'js/difftool-builtin'
Junio C Hamano
1
-5
/
+46
2017-03-17
Merge branch 'jk/cherry-pick-0-mainline'
Junio C Hamano
1
-1
/
+20
2017-03-17
Merge branch 'sb/rev-parse-show-superproject-root'
Junio C Hamano
1
-0
/
+7
2017-03-17
Merge branch 'bc/object-id'
Junio C Hamano
20
-360
/
+357
2017-03-17
Merge branch 'rs/blame-code-cleanup'
Junio C Hamano
1
-17
/
+8
2017-03-17
Merge branch 'cc/split-index-config'
Junio C Hamano
2
-25
/
+17
2017-03-15
cherry-pick: detect bogus arguments to --mainline
Jeff King
1
-1
/
+20
2017-03-15
difftool: handle modified symlinks in dir-diff mode
David Aguilar
1
-5
/
+46
2017-03-14
Merge branch 'kn/ref-filter-branch-list'
Junio C Hamano
1
-4
/
+15
2017-03-14
Merge branch 'jk/push-deadlock-regression-fix'
Junio C Hamano
1
-1
/
+4
2017-03-14
Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'
Junio C Hamano
1
-6
/
+1
2017-03-14
Merge branch 'jk/interpret-branch-name'
Junio C Hamano
3
-3
/
+6
2017-03-12
Merge branch 'js/realpath-pathdup-fix'
Junio C Hamano
1
-3
/
+3
2017-03-11
blame: move blame_entry duplication to add_blame_entry()
René Scharfe
1
-17
/
+8
2017-03-10
Merge branch 'rs/log-email-subject'
Junio C Hamano
2
-3
/
+4
2017-03-10
Merge branch 'sb/submodule-init-url-selection'
Junio C Hamano
1
-5
/
+3
2017-03-10
branch: honor --abbrev/--no-abbrev in --list mode
Junio C Hamano
1
-4
/
+15
2017-03-08
rev-parse: add --show-superproject-working-tree
Stefan Beller
1
-0
/
+7
2017-03-08
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
1
-3
/
+3
2017-03-07
receive-pack: fix deadlock when we cannot create tmpdir
Jeff King
1
-1
/
+4
2017-03-02
fetch-pack: move code to report unmatched refs to a function
Matt McCutchen
1
-6
/
+1
2017-03-02
checkout: restrict @-expansions when finding branch
Jeff King
1
-1
/
+1
2017-03-02
branch: restrict @-expansions when deleting
Jeff King
1
-1
/
+4
2017-03-02
interpret_branch_name: allow callers to restrict expansions
Jeff King
3
-3
/
+3
2017-03-01
pretty: use fmt_output_email_subject()
René Scharfe
2
-3
/
+4
2017-03-01
config: add git_config_get_expiry() from gc.c
Christian Couder
1
-13
/
+2
2017-03-01
update-index: warn in case of split-index incoherency
Christian Couder
1
-1
/
+10
2017-03-01
split-index: add {add,remove}_split_index() functions
Christian Couder
1
-12
/
+6
2017-02-28
submodule init: warn about falling back to a local path
Stefan Beller
1
-5
/
+3
2017-02-27
Merge branch 'rl/remote-allow-missing-branch-name-merge'
Junio C Hamano
1
-1
/
+3
2017-02-27
Merge branch 'km/delete-ref-reflog-message'
Junio C Hamano
9
-14
/
+15
2017-02-27
Merge branch 'js/git-path-in-subdir'
Junio C Hamano
1
-4
/
+11
2017-02-27
Merge branch 'nd/clean-preserve-errno-in-warning'
Junio C Hamano
1
-4
/
+12
2017-02-27
Merge branch 'jk/show-branch-lift-name-len-limit'
Junio C Hamano
1
-29
/
+13
2017-02-27
Merge branch 'jk/grep-no-index-fix'
Junio C Hamano
1
-27
/
+55
2017-02-27
Merge branch 'dt/gc-ignore-old-gc-logs'
Junio C Hamano
1
-7
/
+50
2017-02-27
Merge branch 'js/rebase-helper'
Junio C Hamano
1
-0
/
+40
2017-02-27
Merge branch 'bw/attr'
Junio C Hamano
2
-46
/
+39
2017-02-27
Merge branch 'sg/completion'
Junio C Hamano
1
-8
/
+18
2017-02-27
Merge branch 'cw/tag-reflog-message'
Junio C Hamano
1
-1
/
+53
2017-02-27
Merge branch 'jk/alternate-ref-optim'
Junio C Hamano
1
-19
/
+22
2017-02-27
Merge branch 'kn/ref-filter-branch-list'
Junio C Hamano
2
-198
/
+96
2017-02-27
Merge branch 'jk/delta-chain-limit'
Junio C Hamano
1
-23
/
+110
2017-02-27
Merge branch 'jk/describe-omit-some-refs'
Junio C Hamano
2
-19
/
+90
2017-02-22
builtin/merge-base: convert to struct object_id
brian m. carlson
1
-14
/
+14
2017-02-22
Convert object iteration callbacks to struct object_id
brian m. carlson
6
-27
/
+27
2017-02-22
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
3
-12
/
+12
2017-02-22
builtin/replace: convert to struct object_id
brian m. carlson
1
-56
/
+56
2017-02-22
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
2
-11
/
+11
[next]