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
2008-03-11
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2008-03-11
Merge branch 'kb/maint-filter-branch-disappear' into maint
Junio C Hamano
2
-1
/
+34
2008-03-11
Merge branch 'aw/maint-shortlog-blank-lines' into maint
Junio C Hamano
1
-2
/
+3
2008-03-10
unpack_trees(): fix diff-index regression.
Linus Torvalds
2
-2
/
+18
2008-03-10
update 'git rebase' documentation
SZEDER Gábor
2
-4
/
+2
2008-03-10
bash: fix long option with argument double completion
SZEDER Gábor
1
-7
/
+15
2008-03-10
bash: Add more long options to be completed with "git --<TAB>"
Teemu Likonen
1
-0
/
+3
2008-03-10
bash: use __gitdir when completing 'git rebase' options
SZEDER Gábor
1
-2
/
+2
2008-03-10
bash: Remove completion of core.legacyheaders option
Shawn O. Pearce
1
-1
/
+0
2008-03-10
bash: add 'git svn' subcommands and options
SZEDER Gábor
1
-1
/
+80
2008-03-10
bash: add new 'git stash' subcommands
SZEDER Gábor
1
-1
/
+1
2008-03-10
bash: refactor searching for subcommands on the command line
SZEDER Gábor
1
-39
/
+32
2008-03-10
bash: remove unnecessary conditions when checking for subcommands
SZEDER Gábor
1
-4
/
+4
2008-03-10
bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...
Kevin Ballard
1
-4
/
+4
2008-03-10
traverse_trees_recursive(): propagate merge errors up
Junio C Hamano
1
-3
/
+4
2008-03-10
git-pull documentation: warn about the option order
Junio C Hamano
1
-0
/
+2
2008-03-09
git-quiltimport: better parser to grok "enhanced" series files.
Pierre Habouzit
1
-3
/
+19
2008-03-10
[PATCH] gitk: Add horizontal scrollbar to the diff view
Pekka Kaitaniemi
1
-6
/
+14
2008-03-10
[PATCH] gitk: make autoselect optional
Jeff King
1
-3
/
+14
2008-03-10
[PATCH] gitk: Mark another string for translation
Michele Ballabio
1
-1
/
+1
2008-03-10
[PATCH] Add an --argscmd flag to get the list of refs to show
Yann Dirson
1
-10
/
+40
2008-03-10
gitk: Only restore window size from ~/.gitk, not position
Paul Mackerras
1
-2
/
+10
2008-03-09
unpack_trees(): minor memory leak fix in unused destination index
Linus Torvalds
1
-0
/
+1
2008-03-09
Make 'unpack_trees()' have a separate source and destination index
Linus Torvalds
8
-153
/
+102
2008-03-09
Make 'unpack_trees()' take the index to work on as an argument
Linus Torvalds
7
-39
/
+52
2008-03-09
Add 'const' where appropriate to index handling functions
Linus Torvalds
4
-16
/
+16
2008-03-09
Fix tree-walking compare_entry() in the presense of --prefix
Linus Torvalds
1
-0
/
+3
2008-03-09
Move 'unpack_trees()' over to 'traverse_trees()' interface
Linus Torvalds
1
-281
/
+249
2008-03-09
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Linus Torvalds
3
-4
/
+9
2008-03-09
Add return value to 'traverse_tree()' callback
Linus Torvalds
3
-13
/
+22
2008-03-09
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Linus Torvalds
3
-28
/
+78
2008-03-09
Add 'df_name_compare()' helper function
Linus Torvalds
2
-0
/
+36
2008-03-08
builtin remote rm: remove symbolic refs, too
Johannes Schindelin
2
-0
/
+6
2008-03-08
Add a test for read-tree -u --reset with a D/F conflict
Jeff King
1
-0
/
+30
2008-03-08
Merge branch 'ph/parseopt'
Junio C Hamano
6
-23
/
+68
2008-03-08
Merge branch 'dp/clean-fix'
Junio C Hamano
11
-94
/
+123
2008-03-08
Merge branch 'ml/submodule-add-existing'
Junio C Hamano
2
-22
/
+33
2008-03-08
Merge branch 'mr/compat-snprintf'
Junio C Hamano
5
-0
/
+92
2008-03-08
Merge branch 'sp/fetch-optim'
Junio C Hamano
11
-24
/
+338
2008-03-08
Merge branch 'jc/describe-always'
Junio C Hamano
2
-32
/
+44
2008-03-08
Merge branch 'jc/am'
Junio C Hamano
5
-16
/
+118
2008-03-08
Merge branch 'cr/reset-parseopt'
Junio C Hamano
1
-27
/
+20
2008-03-08
Merge branch 'jn/gitweb-pickaxe'
Junio C Hamano
1
-42
/
+43
2008-03-08
Merge branch 'kb/maint-filter-branch-disappear'
Junio C Hamano
2
-1
/
+34
2008-03-08
Merge branch 'maint' to sync with 1.5.4.4
Junio C Hamano
7
-14
/
+39
2008-03-08
GIT 1.5.4.4
Junio C Hamano
2
-7
/
+27
2008-03-08
ident.c: reword error message when the user name cannot be determined
Santi Béjar
1
-1
/
+1
2008-03-08
Fix dcommit, rebase when rewriteRoot is in use
John Goerzen
1
-1
/
+6
2008-03-08
filter-branch: handle "disappearing tree" case correctly in subdir filter
Junio C Hamano
2
-1
/
+34
2008-03-08
merge-tool documentation: describe custom command usage
Charles Bailey
1
-0
/
+22
[prev]
[next]