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
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-24
Merge branch 'db/fetch-pack'
Junio C Hamano
1
-0
/
+377
2007-10-20
git-p4 support for perforce renames.
Chris Pettitt
1
-1
/
+11
2007-10-20
git-p4: When skipping a patch as part of "git-p4 submit" make sure we correct...
Simon Hausmann
1
-0
/
+4
2007-10-18
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2007-10-18
fixing output of non-fast-forward output of post-receive-email
Robert Schiele
1
-1
/
+1
2007-10-16
Merge branch 'master' into db/fetch-pack
Shawn O. Pearce
14
-93
/
+736
2007-10-15
Minor usage update in setgitperms.perl
Josh England
1
-3
/
+4
2007-10-15
Add 'git-p4 commit' as an alias for 'git-p4 submit'
Marius Storm-Olsen
1
-0
/
+1
2007-10-15
hg-to-git speedup through selectable repack intervals
Michael Gebetsroither
1
-3
/
+11
2007-10-15
gtksourceview2 support for gitview
Frederick Akalin
1
-22
/
+31
2007-10-15
fix contrib/hooks/post-receive-email hooks.recipients error message
Jeff Muizelaar
1
-1
/
+9
2007-10-01
Merge branch 'maint'
Junio C Hamano
1
-1
/
+0
2007-10-01
post-receive-hook: Remove the From field from the generated email header so t...
Andy Parkins
1
-1
/
+0
2007-09-29
git.el: Reset the permission flags when changing a file state.
Alexandre Julliard
1
-17
/
+11
2007-09-29
git.el: Update a file status in the git buffer upon save.
Alexandre Julliard
1
-2
/
+16
2007-09-29
git.el: Do not print a status message on every git command.
Alexandre Julliard
1
-29
/
+41
2007-09-29
git.el: Preserve file marks when doing a full refresh.
Alexandre Julliard
1
-12
/
+28
2007-09-25
Move convert-objects to contrib.
Matt Kraai
3
-1
/
+357
2007-09-25
Merge branch 'maint'
Junio C Hamano
1
-6
/
+10
2007-09-25
Do not over-quote the -f envelopesender value.
Jim Meyering
1
-6
/
+10
2007-09-23
Merge branch 'je/hooks'
Junio C Hamano
1
-0
/
+213
2007-09-23
Merge branch 'maint'
Junio C Hamano
5
-5
/
+13
2007-09-23
Supplant the "while case ... break ;; esac" idiom
David Kastrup
3
-3
/
+3
2007-09-22
Detect exec bit in more cases.
David Brown
1
-1
/
+9
2007-09-19
Make fetch a builtin
Daniel Barkalow
1
-0
/
+377
2007-09-18
Added example hook script to save/restore permissions/ownership.
Josh England
1
-0
/
+213
2007-09-18
contrib/fast-import: add perl version of simple example
Jeff King
1
-0
/
+64
2007-09-18
contrib/fast-import: add simple shell example
Nguyen Thai Ngoc Duy
1
-0
/
+38
2007-09-14
Merge branch 'jc/cachetree' into cr/reset
Junio C Hamano
1
-54
/
+143
2007-09-13
git.el: Allow the add and remove commands to be applied to ignored files.
Alexandre Julliard
1
-2
/
+2
2007-09-13
git.el: Allow selecting whether to display uptodate/unknown/ignored files.
Alexandre Julliard
1
-15
/
+77
2007-09-13
git.el: Keep the status buffer sorted by filename.
Alexandre Julliard
1
-38
/
+65
2007-09-12
Make "git reset" a builtin.
Carlos Rica
1
-0
/
+106
2007-09-06
Merge branch 'master' of git://repo.or.cz/git/git-p4
Junio C Hamano
1
-130
/
+212
2007-09-05
Don't allow contrib/workdir/git-new-workdir to trash existing dirs
Shawn O. Pearce
1
-0
/
+6
2007-09-03
git-p4: Added support for automatically importing newly appearing perforce br...
Simon Hausmann
1
-2
/
+74
2007-09-03
git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...
Simon Hausmann
1
-17
/
+11
2007-09-03
git-p4: Cleanup; moved the code for the initial #head or revision import into...
Simon Hausmann
1
-42
/
+45
2007-09-03
git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...
Simon Hausmann
1
-9
/
+9
2007-09-03
git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...
Simon Hausmann
1
-69
/
+71
2007-09-03
git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...
Simon Hausmann
1
-9
/
+14
2007-09-03
git-p4: After submission to p4 always synchronize from p4 again (into refs/re...
Simon Hausmann
1
-2
/
+9
2007-09-03
git-p4: Always call 'p4 sync ...' before submitting to Perforce.
Simon Hausmann
1
-3
/
+2
2007-08-31
Teach bash about completing arguments for git-tag
Shawn O. Pearce
1
-0
/
+58
2007-08-29
completion: also complete git-log's --left-right and --cherry-pick option
Johannes Schindelin
1
-0
/
+1
2007-08-29
git.el: Added colors for dark background
David Kågedal
1
-9
/
+18
2007-08-24
git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...
Simon Hausmann
1
-1
/
+1
2007-08-24
git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...
Simon Hausmann
1
-49
/
+55
2007-08-23
Teach bash about git-submodule and its subcommands
Shawn O. Pearce
1
-0
/
+27
2007-08-23
Teach bash to complete ref arguments to git-describe
Shawn O. Pearce
1
-0
/
+8
[next]