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
2005-09-23
[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()
Sergey Vlasov
1
-0
/
+3
2005-09-23
[PATCH] fetch.c: Plug memory leak in process_tree()
Sergey Vlasov
1
-0
/
+1
2005-09-23
[PATCH] fetch.c: Do not build object ref lists
Sergey Vlasov
1
-0
/
+1
2005-09-23
[PATCH] document command to show diff of a commit
Robert Watson
1
-1
/
+4
2005-09-23
Ignore a bit more generated files.
Junio C Hamano
1
-0
/
+4
2005-09-23
Merge branch 'fixes'
Junio C Hamano
1
-1
/
+13
2005-09-23
Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.
Junio C Hamano
1
-1
/
+13
2005-09-22
[PATCH] fetch.c: Remove call to parse_object() from process()
Sergey Vlasov
1
-1
/
+0
2005-09-22
[PATCH] fetch.c: Clean up object flag definitions
Sergey Vlasov
1
-3
/
+3
2005-09-22
[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()
Sergey Vlasov
1
-2
/
+0
2005-09-22
[PATCH] fetch.c: Remove some duplicated code in process()
Sergey Vlasov
1
-8
/
+5
2005-09-22
[PATCH] fetch.c: Remove redundant TO_FETCH flag
Sergey Vlasov
1
-3
/
+1
2005-09-22
[PATCH] fetch.c: Remove redundant SCANNED flag
Sergey Vlasov
1
-6
/
+1
2005-09-22
[PATCH] fetch.c: Make process() look at each object only once
Sergey Vlasov
1
-0
/
+5
2005-09-22
[PATCH] fetch.c: Remove useless lookup_object_type() call in process()
Sergey Vlasov
1
-13
/
+10
2005-09-22
Do not give alarming error message from rsync in fetch and clone.
Junio C Hamano
2
-3
/
+5
2005-09-22
[PATCH] Retitle 'inspecting what happened' section.
Jon Loeliger
1
-2
/
+2
2005-09-22
Prettyprint octopus merge message.
Junio C Hamano
4
-24
/
+99
2005-09-22
[PATCH] Verbose git-daemon logging
Petr Baudis
1
-4
/
+90
2005-09-22
Retire diff-helper.
Junio C Hamano
11
-415
/
+2
2005-09-22
Retire rev-tree.
Junio C Hamano
6
-235
/
+3
2005-09-22
Retire git-export.
Junio C Hamano
5
-117
/
+1
2005-09-22
[PATCH] Fix strange timezone handling
Linus Torvalds
1
-10
/
+14
2005-09-22
[PATCH] Add new keybindings
Robert Suetterlin
1
-1
/
+9
2005-09-21
Revert "Use git-merge instead of git-resolve in git-pull."
Junio C Hamano
1
-33
/
+7
2005-09-21
Revert "Make Octopus merge message a bit nicer."
Junio C Hamano
2
-86
/
+11
2005-09-21
[PATCH] fetch.c: Remove call to parse_object() from process()
Sergey Vlasov
1
-1
/
+0
2005-09-21
[PATCH] fetch.c: Clean up object flag definitions
Sergey Vlasov
1
-3
/
+3
2005-09-21
[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()
Sergey Vlasov
1
-2
/
+0
2005-09-21
[PATCH] fetch.c: Remove some duplicated code in process()
Sergey Vlasov
1
-8
/
+5
2005-09-21
[PATCH] fetch.c: Remove redundant TO_FETCH flag
Sergey Vlasov
1
-3
/
+1
2005-09-21
[PATCH] fetch.c: Remove redundant SCANNED flag
Sergey Vlasov
1
-6
/
+1
2005-09-21
[PATCH] fetch.c: Make process() look at each object only once
Sergey Vlasov
1
-0
/
+5
2005-09-21
[PATCH] fetch.c: Remove useless lookup_object_type() call in process()
Sergey Vlasov
1
-13
/
+10
2005-09-21
Merge branch 'fixes'
Junio C Hamano
2
-8
/
+29
2005-09-21
Fix documentation dependency.
Junio C Hamano
1
-3
/
+5
2005-09-21
Make object creation in http fetch a bit safer.
Junio C Hamano
1
-5
/
+24
2005-09-21
Clarify dual license status of subprocess.py file.
Junio C Hamano
1
-0
/
+3
2005-09-21
Update tutorial with Octopus usage.
Junio C Hamano
1
-1
/
+103
2005-09-20
Make Octopus merge message a bit nicer.
Junio C Hamano
2
-11
/
+86
2005-09-20
Use git-merge instead of git-resolve in git-pull.
Junio C Hamano
1
-7
/
+33
2005-09-20
Make time-based commit filtering work with topological ordering.
Linus Torvalds
1
-1
/
+7
2005-09-20
[PATCH] Teach "git-rev-parse" about date-based cut-offs
Linus Torvalds
1
-0
/
+41
2005-09-20
[PATCH] ARM optimized SHA1 implementation
Nicolas Pitre
4
-12
/
+308
2005-09-20
[PATCH] Make the git-fsck-objects diagnostics more useful
Petr Baudis
1
-34
/
+48
2005-09-20
Do not give alarming error message from rsync in fetch and clone.
Junio C Hamano
2
-3
/
+5
2005-09-20
[PATCH] Return proper error valud from "parse_date()"
Linus Torvalds
2
-4
/
+4
2005-09-20
Show modified files in git-ls-files
Junio C Hamano
6
-78
/
+140
2005-09-20
Fast-path 'update-index --refresh' a bit.
Junio C Hamano
1
-0
/
+7
2005-09-20
Use GECOS field a bit better to produce default human readable name.
Junio C Hamano
1
-4
/
+35
[prev]
[next]