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
2012-09-12
filter_refs(): build refs list as we go
Michael Haggerty
1
-27
/
+4
2012-09-12
filter_refs(): delete matched refs from sought list
Michael Haggerty
1
-8
/
+15
2012-09-12
fetch_pack(): update sought->nr to reflect number of unique entries
Michael Haggerty
1
-14
/
+1
2012-09-12
filter_refs(): do not check the same sought_pos twice
Michael Haggerty
1
-1
/
+1
2012-09-12
Change fetch_pack() and friends to take string_list arguments
Michael Haggerty
1
-49
/
+39
2012-09-12
fetch_pack(): reindent function decl and defn
Michael Haggerty
1
-4
/
+4
2012-09-11
blame: allow "blame file" in the middle of a conflicted merge
Junio C Hamano
1
-24
/
+69
2012-09-11
checkout: reorder option handling
Nguyễn Thái Ngọc Duy
1
-77
/
+112
2012-09-11
Merge branch 'jk/argv-array'
Junio C Hamano
1
-22
/
+25
2012-09-11
Merge branch 'jc/merge-bases'
Junio C Hamano
4
-10
/
+26
2012-09-11
Merge branch 'nd/i18n-index-pack'
Junio C Hamano
1
-10
/
+11
2012-09-11
Merge branch 'jc/maint-ident-missing-human-name'
Junio C Hamano
1
-1
/
+16
2012-09-11
Sync with 1.7.11.6
Junio C Hamano
6
-15
/
+12
2012-09-11
Merge branch 'jc/maint-config-exit-status' into maint-1.7.11
Junio C Hamano
1
-2
/
+6
2012-09-11
Merge branch 'jc/capabilities' into maint
Junio C Hamano
3
-5
/
+36
2012-09-11
Merge branch 'tr/void-diff-setup-done' into maint-1.7.11
Junio C Hamano
4
-12
/
+6
2012-09-11
Merge branch 'pg/maint-apply-remove-unused-variable' into maint-1.7.11
Junio C Hamano
1
-1
/
+0
2012-09-10
blame $path: avoid getting fooled by case insensitive filesystems
Junio C Hamano
1
-2
/
+14
2012-09-10
Merge branch 'cn/branch-set-upstream-to'
Junio C Hamano
1
-3
/
+57
2012-09-10
Merge branch 'mz/cherry-pick-cmdline-order'
Junio C Hamano
2
-2
/
+2
2012-09-10
Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log'
Junio C Hamano
1
-1
/
+1
2012-09-10
Merge branch 'bc/prune-info' into maint
Junio C Hamano
1
-1
/
+2
2012-09-10
Merge branch 'maint-1.7.11' into maint
Junio C Hamano
4
-8
/
+14
2012-09-10
Merge branch 'bc/receive-pack-stdout-protection' into maint-1.7.11
Junio C Hamano
1
-1
/
+2
2012-09-10
Merge branch 'jk/maint-null-in-trees' into maint-1.7.11
Junio C Hamano
3
-7
/
+12
2012-09-09
mailinfo: strip "RE: " prefix
Junio C Hamano
1
-1
/
+3
2012-09-07
Merge branch 'nd/branch-v-alignment'
Junio C Hamano
1
-13
/
+15
2012-09-07
Merge branch 'jc/apply-binary-p0'
Junio C Hamano
1
-25
/
+43
2012-09-07
Merge branch 'jc/dotdot-is-parent-directory'
Junio C Hamano
1
-2
/
+14
2012-09-07
Merge branch 'nd/i18n-parseopt-help'
Junio C Hamano
61
-892
/
+892
2012-09-07
Merge branch 'jk/config-warn-on-inaccessible-paths'
Junio C Hamano
1
-2
/
+2
2012-09-07
Merge branch 'kk/maint-for-each-ref-multi-sort'
Junio C Hamano
1
-1
/
+3
2012-09-07
Merge branch 'lt/commit-tree-guess-utf-8'
Junio C Hamano
1
-26
/
+2
2012-09-07
ls-remote: document the '--get-url' option
Stefan Naewe
1
-1
/
+1
2012-09-07
fetch --all: pass --tags/--no-tags through to each remote
Dan Johnson
1
-0
/
+4
2012-09-06
remote: prefer subcommand name 'remove' to 'rm'
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2012-09-04
Call mkpathdup() rather than xstrdup(mkpath(...))
Ramsay Jones
3
-4
/
+4
2012-09-04
Call git_pathdup() rather than xstrdup(git_path("..."))
Ramsay Jones
1
-1
/
+2
2012-09-03
Merge branch 'cw/cherry-pick-allow-empty-message'
Junio C Hamano
1
-0
/
+2
2012-09-03
Merge branch 'jc/maint-config-exit-status'
Junio C Hamano
1
-2
/
+6
2012-09-02
submodule: use argv_array instead of hand-building arrays
Jens Lehmann
1
-1
/
+1
2012-09-02
fetch: use argv_array instead of hand-building arrays
Jeff King
1
-22
/
+25
2012-08-31
split_ident_line(): make best effort when parsing author/committer line
Junio C Hamano
1
-1
/
+16
2012-08-31
i18n: mark more index-pack strings for translation
Nguyễn Thái Ngọc Duy
1
-10
/
+11
2012-08-31
merge-base: "--is-ancestor A B"
Junio C Hamano
1
-0
/
+22
2012-08-30
cherry-pick/revert: respect order of revisions to pick
Martin von Zweigbergk
1
-1
/
+1
2012-08-30
teach log --no-walk=unsorted, which avoids sorting
Martin von Zweigbergk
2
-2
/
+2
2012-08-30
branch: deprecate --set-upstream and show help if we detect possible mistaken...
Carlos Martín Nieto
1
-0
/
+26
2012-08-30
branch: add --unset-upstream option
Carlos Martín Nieto
1
-3
/
+18
2012-08-29
Merge branch 'jc/capabilities'
Junio C Hamano
3
-5
/
+36
[prev]
[next]