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-28
Merge branch 'jk/rev-parse-cleanup' into maint
Junio C Hamano
1
-52
/
+57
2017-03-28
Merge branch 'rs/blame-code-cleanup' into maint
Junio C Hamano
1
-17
/
+8
2017-03-28
Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maint
Junio C Hamano
1
-6
/
+1
2017-03-28
Merge branch 'jk/interpret-branch-name' into maint
Junio C Hamano
3
-3
/
+6
2017-03-28
Merge branch 'jk/delta-chain-limit' into maint
Junio C Hamano
1
-23
/
+110
2017-03-28
sha1-array: convert internal storage for struct sha1_array to object_id
brian m. carlson
2
-13
/
+13
2017-03-28
builtin/pull: convert to struct object_id
brian m. carlson
1
-36
/
+36
2017-03-28
submodule: convert check_for_new_submodule_commits to object_id
brian m. carlson
1
-3
/
+3
2017-03-28
builtin/receive-pack: convert portions to struct object_id
brian m. carlson
1
-49
/
+49
2017-03-28
builtin/receive-pack: fix incorrect pointer arithmetic
brian m. carlson
1
-1
/
+1
2017-03-27
describe: localize debug output fully
Michael J Gruber
1
-3
/
+12
2017-03-27
Merge branch 'sb/describe-broken'
Junio C Hamano
1
-9
/
+38
2017-03-27
Merge branch 'sb/push-options-via-transport'
Junio C Hamano
1
-0
/
+5
2017-03-27
Merge branch 'jk/prefix-filename'
Junio C Hamano
8
-38
/
+27
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
2
-2
/
+2
2017-03-26
Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
brian m. carlson
4
-5
/
+5
2017-03-24
Merge branch 'rs/update-hook-optim'
Junio C Hamano
1
-8
/
+5
2017-03-24
Merge branch 'rs/shortlog-cleanup'
Junio C Hamano
1
-1
/
+0
2017-03-24
Merge branch 'jk/grep-no-index-fix' into maint
Junio C Hamano
1
-27
/
+55
2017-03-24
Merge branch 'jk/push-deadlock-regression-fix' into maint
Junio C Hamano
1
-1
/
+4
2017-03-24
pack.h: define largest possible encoded object size
Jeff King
1
-2
/
+4
2017-03-24
encode_in_pack_object_header: respect output buffer length
Jeff King
1
-2
/
+4
2017-03-24
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
3
-4
/
+12
2017-03-24
tag: change --point-at to default to HEAD
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2017-03-24
tag: implicitly supply --list given another list-like option
Ævar Arnfjörð Bjarmason
1
-6
/
+12
2017-03-24
log: if --decorate is not given, default to --decorate=auto
Alex Henrie
1
-1
/
+8
2017-03-23
for-each-ref: partly change <object> to <commit> in help
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2017-03-22
remote-curl: allow push options
Brandon Williams
1
-0
/
+5
2017-03-22
builtin/describe: introduce --broken flag
Stefan Beller
1
-9
/
+38
2017-03-21
Merge branch 'jk/pack-name-cleanups'
Junio C Hamano
1
-16
/
+15
2017-03-21
Merge branch 'jk/rev-parse-cleanup'
Junio C Hamano
1
-52
/
+57
2017-03-21
Merge branch 'jk/show-branch-lift-name-len-limit' into maint
Junio C Hamano
1
-29
/
+13
2017-03-21
Merge branch 'rl/remote-allow-missing-branch-name-merge' into maint
Junio C Hamano
1
-1
/
+3
2017-03-21
Merge branch 'dt/gc-ignore-old-gc-logs' into maint
Junio C Hamano
1
-7
/
+50
2017-03-21
bundle: use prefix_filename with bundle path
Jeff King
1
-7
/
+1
2017-03-21
prefix_filename: return newly allocated string
Jeff King
7
-18
/
+21
2017-03-21
prefix_filename: drop length parameter
Jeff King
7
-20
/
+9
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-18
shortlog: don't set after_subject to an empty string
René Scharfe
1
-1
/
+0
2017-03-18
receive-pack: simplify run_update_post_hook()
René Scharfe
1
-8
/
+5
2017-03-18
grep: fix builds with with no thread support
Brandon Williams
1
-12
/
+9
2017-03-18
submodule--helper init: set submodule.<name>.active
Brandon Williams
1
-0
/
+12
2017-03-18
clone: teach --recurse-submodules to optionally take a pathspec
Brandon Williams
1
-7
/
+43
2017-03-18
submodule init: initialize active submodules
Brandon Williams
1
-0
/
+30
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
[prev]
[next]