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
2011-02-27
Merge branch 'js/maint-merge-use-prepare-commit-msg-hook'
Junio C Hamano
1
-8
/
+29
2011-02-27
Merge branch 'nd/hash-object-sanity'
Junio C Hamano
1
-1
/
+1
2011-02-27
Merge branch 'uk/checkout-ambiguous-ref'
Junio C Hamano
1
-105
/
+155
2011-02-27
Merge branch 'nd/struct-pathspec'
Junio C Hamano
7
-163
/
+65
2011-02-27
git-add: make -A description clearer vs. -u
Michael J Gruber
1
-1
/
+1
2011-02-27
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2011-02-27
branch_merged: fix grammar in warning
Eric Hanchrow
1
-1
/
+1
2011-02-22
checkout: add missing const to describe_detached_head
Jonathan Nieder
1
-1
/
+1
2011-02-15
merge: honor prepare-commit-msg hook
Jay Soffian
1
-8
/
+29
2011-02-15
Merge branch 'maint'
Junio C Hamano
7
-15
/
+15
2011-02-15
commit,status: describe -u likewise
Michael J Gruber
1
-1
/
+1
2011-02-15
add: describe --patch like checkout, reset
Michael J Gruber
1
-1
/
+1
2011-02-15
commit,merge,tag: describe -m likewise
Michael J Gruber
3
-5
/
+5
2011-02-15
clone,init: describe --template using the same wording
Michael J Gruber
2
-3
/
+3
2011-02-15
commit,status: describe --porcelain just like push
Michael J Gruber
1
-2
/
+2
2011-02-15
commit,tag: use same wording for -F
Michael J Gruber
2
-2
/
+2
2011-02-14
correct type of EMPTY_TREE_SHA1_BIN
Jonathan Nieder
1
-1
/
+1
2011-02-13
repo-config: add deprecation warning
René Scharfe
1
-0
/
+6
2011-02-11
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2011-02-11
Merge branch 'jc/fsck-fixes' into maint
Junio C Hamano
1
-9
/
+22
2011-02-11
clone: fixup recurse_submodules option
Chris Packham
1
-1
/
+1
2011-02-09
Merge branch 'jc/fsck-fixes'
Junio C Hamano
1
-9
/
+22
2011-02-09
Merge branch 'jn/cherry-pick-strategy-option'
Junio C Hamano
2
-9
/
+26
2011-02-08
checkout: rearrange update_refs_for_switch for clarity
Jonathan Nieder
1
-14
/
+13
2011-02-08
checkout: introduce --detach synonym for "git checkout foo^{commit}"
Junio C Hamano
1
-5
/
+20
2011-02-08
checkout: split off a function to peel away branchname arg
Jonathan Nieder
1
-98
/
+131
2011-02-07
Make hash-object more robust against malformed objects
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-02-07
diff: support --cached on unborn branches
Nguyễn Thái Ngọc Duy
1
-2
/
+5
2011-02-03
grep: drop pathspec_matches() in favor of tree_entry_interesting()
Nguyễn Thái Ngọc Duy
1
-111
/
+14
2011-02-03
grep: use writable strbuf from caller for grep_tree()
Nguyễn Thái Ngọc Duy
1
-27
/
+24
2011-02-03
grep: use match_pathspec_depth() for cache/worktree grepping
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-02-03
grep: convert to use struct pathspec
Nguyễn Thái Ngọc Duy
1
-14
/
+16
2011-02-03
Convert ce_path_match() to use struct pathspec
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2011-02-03
struct rev_info: convert prune_data to struct pathspec
Nguyễn Thái Ngọc Duy
3
-10
/
+6
2011-02-03
Convert struct diff_options to use struct pathspec
Nguyễn Thái Ngọc Duy
3
-4
/
+4
2011-01-27
fsck: do not give up too early in fsck_dir()
Junio C Hamano
1
-6
/
+12
2011-01-27
fsck: drop unused parameter from traverse_one_object()
Junio C Hamano
1
-3
/
+10
2011-01-18
remote-ext: do not segfault for blank lines
Jonathan Nieder
1
-4
/
+4
2011-01-12
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2011-01-12
commit: suggest --amend --reset-author to fix commiter identity
Matthieu Moy
1
-2
/
+2
2011-01-11
checkout: fix bug with ambiguous refs
Junio C Hamano
1
-10
/
+13
2010-12-28
cherry-pick/revert: add support for -X/--strategy-option
Jonathan Nieder
2
-9
/
+26
2010-12-28
Merge branch 'nd/setup'
Junio C Hamano
1
-2
/
+11
2010-12-22
Merge branch 'jk/commit-die-on-bogus-ident'
Junio C Hamano
1
-22
/
+32
2010-12-22
Merge branch 'tf/commit-list-prefix'
Junio C Hamano
3
-8
/
+8
2010-12-22
Remove all logic from get_git_work_tree()
Nguyễn Thái Ngọc Duy
1
-3
/
+11
2010-12-22
setup: limit get_git_work_tree()'s to explicit setup case only
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2010-12-20
commit: die before asking to edit the log message
Junio C Hamano
1
-22
/
+32
2010-12-19
builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.
Thiago Farina
1
-10
/
+2
2010-12-19
builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.
Thiago Farina
1
-6
/
+1
[next]