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-11-27
Merge branch 'tz/notes-error-to-stderr'
Junio C Hamano
3
-9
/
+9
2017-11-27
Merge branch 'tz/redirect-fix'
Junio C Hamano
2
-2
/
+2
2017-11-27
Merge branch 'rv/sendemail-tocmd-in-config-and-completion'
Junio C Hamano
2
-0
/
+2
2017-11-27
Merge branch 'jc/merge-base-fork-point-doc'
Junio C Hamano
1
-8
/
+56
2017-11-27
Merge branch 'jc/ignore-cr-at-eol'
Junio C Hamano
8
-18
/
+92
2017-11-27
A bit more fixes for 2.15.1
Junio C Hamano
1
-0
/
+5
2017-11-27
Merge branch 'ma/reduce-heads-leakfix' into maint
Junio C Hamano
7
-23
/
+52
2017-11-27
Merge branch 'ma/bisect-leakfix' into maint
Junio C Hamano
3
-19
/
+29
2017-11-27
Merge branch 'rs/apply-fuzzy-match-fix' into maint
Junio C Hamano
1
-39
/
+20
2017-11-27
Merge branch 'ad/submitting-patches-title-decoration' into maint
Junio C Hamano
1
-8
/
+13
2017-11-27
Merge branch 'rs/imap-send-next-arg-fix' into maint
Junio C Hamano
1
-2
/
+13
2017-11-27
t/README: document test_cmp_rev
Thomas Gummerer
1
-0
/
+5
2017-11-27
t/README: remove mention of adding copyright notices
Thomas Gummerer
1
-4
/
+1
2017-11-27
trace: remove trace key normalization
Gennady Kupava
2
-21
/
+7
2017-11-27
convert: tighten the safe autocrlf handling
Torsten Bögershausen
2
-10
/
+85
2017-11-27
merge-recursive: ignore_case shouldn't reject intentional removals
Elijah Newren
1
-1
/
+1
2017-11-27
worktree: make add <path> <branch> dwim
Thomas Gummerer
3
-0
/
+43
2017-11-27
worktree: add --[no-]track option to the add subcommand
Thomas Gummerer
3
-0
/
+65
2017-11-27
worktree: add can be created from any commit-ish
Thomas Gummerer
1
-10
/
+10
2017-11-27
checkout: factor out functions to new lib file
Thomas Gummerer
4
-40
/
+58
2017-11-26
submodule--helper.c: i18n: add a missing space in message
Jean-Noel Avila
1
-1
/
+1
2017-11-26
RelNotes: minor typo fixes in 2.15.1 draft
Todd Zullinger
1
-3
/
+3
2017-11-24
doc: Mention info/attributes in gitrepository-layout
Steffen Prohaska
1
-0
/
+4
2017-11-24
grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)
Ævar Arnfjörð Bjarmason
2
-0
/
+32
2017-11-24
test-lib: add LIBPCRE1 & LIBPCRE2 prerequisites
Ævar Arnfjörð Bjarmason
2
-0
/
+14
2017-11-24
stash: learn to parse -m/--message like commit does
Phil Hord
2
-0
/
+111
2017-11-24
hooks doc: clarify when receive-pack invokes its hooks
Junio C Hamano
1
-10
/
+10
2017-11-22
completion: add --autostash and --no-autostash to pull
Albert Astals Cid
1
-0
/
+1
2017-11-22
Git/Packet.pm: use 'if' instead of 'unless'
Christian Couder
1
-8
/
+8
2017-11-22
Git/Packet: clarify that packet_required_key_val_read allows EOF
Christian Couder
2
-4
/
+9
2017-11-22
Merge branch 'jn/reproducible-build' of ../git-gui into jn/reproducible-build
Junio C Hamano
1
-1
/
+1
2017-11-22
generate-cmdlist: avoid non-deterministic output
Jonathan Nieder
1
-1
/
+1
2017-11-22
pack-objects: add list-objects filtering
Jeff Hostetler
3
-2
/
+456
2017-11-22
rev-list: add list-objects filtering support
Jeff Hostetler
4
-3
/
+370
2017-11-22
list-objects: filter objects in traverse_commit_list
Jeff Hostetler
8
-17
/
+711
2017-11-22
oidset: add iterator methods to oidset
Jeff Hostetler
2
-0
/
+46
2017-11-22
oidmap: add oidmap iterator methods
Jeff Hostetler
1
-0
/
+22
2017-11-22
dir: allow exclusions from blob in addition to file
Jeff Hostetler
2
-31
/
+104
2017-11-22
git-gui: sort entries in optimized tclIndex
Anders Kaseorg
1
-1
/
+1
2017-11-22
doc: prefer 'stash push' over 'stash save'
Phil Hord
1
-2
/
+2
2017-11-22
Tests: clean up submodule recursive helpers
Jonathan Tan
1
-218
/
+125
2017-11-22
log: add option to choose which refs to decorate
Rafael Ascensão
9
-11
/
+232
2017-11-22
notes: correct 'git notes prune' options to '[-n] [-v]'
Robert P. J. Day
2
-2
/
+2
2017-11-22
prune: add "--progress" to man page and usage msg
Robert P. J. Day
2
-4
/
+7
2017-11-22
doc: add missing "-n" (dry-run) option to reflog man page
Robert P. J. Day
1
-2
/
+2
2017-11-22
sha1_file: fast-path null sha1 as a missing object
Jeff King
1
-0
/
+3
2017-11-21
Sync with maint
Junio C Hamano
1
-0
/
+12
2017-11-21
RelNotes: the fifth batch for 2.16
Junio C Hamano
1
-12
/
+9
2017-11-21
Merge branch 'rs/apply-fuzzy-match-fix'
Junio C Hamano
1
-39
/
+20
2017-11-21
Merge branch 'ad/submitting-patches-title-decoration'
Junio C Hamano
1
-8
/
+13
[prev]
[next]