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
2006-11-03
Allow pack header preprocessing before unpack-objects/index-pack.
Nicolas Pitre
2
-0
/
+28
2006-11-03
Merge branch 'master' into np/index-pack
Junio C Hamano
64
-722
/
+1893
2006-11-02
gitweb: Better support for non-CSS aware web browsers
Jakub Narebski
1
-3
/
+8
2006-11-02
gitweb: Output also empty patches in "commitdiff" view
Jakub Narebski
1
-33
/
+26
2006-11-02
Merge branch 'sp/keep-pack' into np/index-pack
Junio C Hamano
24
-342
/
+600
2006-11-02
Merge branch 'maint'
Junio C Hamano
3
-4
/
+4
2006-11-02
gitweb: Use git-for-each-ref to generate list of heads and/or tags
Jakub Narebski
1
-61
/
+92
2006-11-02
for-each-ref: "creator" and "creatordate" fields
Junio C Hamano
1
-0
/
+25
2006-11-02
Add --global option to git-repo-config.
Sean
2
-15
/
+29
2006-11-02
pack-refs: Store the full name of the ref even when packing only tags.
Alexandre Julliard
1
-3
/
+5
2006-11-02
git-clone documentation didn't mention --origin as equivalent of -o
Andy Parkins
1
-0
/
+1
2006-11-02
Minor grammar fixes for git-diff-index.txt
Andy Parkins
1
-2
/
+2
2006-11-02
link_temp_to_file: call adjust_shared_perm() only when we created the directory
Johannes Schindelin
1
-2
/
+1
2006-11-02
Remove uneccessarily similar printf() from print_ref_list() in builtin-branch
Andy Parkins
1
-3
/
+5
2006-11-02
git-pickaxe: work properly in a subdirectory.
Jeff King
1
-4
/
+11
2006-11-01
make git-push a bit more verbose
Nicolas Pitre
3
-8
/
+13
2006-11-01
Merge branch 'maint'
Junio C Hamano
2
-4
/
+5
2006-11-01
pack-objects doesn't create random pack names
Nicolas Pitre
1
-3
/
+2
2006-11-01
branch: work in subdirectories.
Junio C Hamano
1
-1
/
+1
2006-11-01
gitweb: Use 's' regexp modifier to secure against filenames with LF
Jakub Narebski
1
-2
/
+2
2006-11-01
gitweb: Secure against commit-ish/tree-ish with the same name as path
Jakub Narebski
1
-14
/
+22
2006-11-01
gitweb: esc_html() author in blame
Luben Tuikov
1
-1
/
+1
2006-11-01
Merge branch 'rs/cherry'
Junio C Hamano
7
-26
/
+139
2006-11-01
Merge branch 'jc/refs-and-fetch'
Junio C Hamano
1
-4
/
+4
2006-11-01
Merge branch 'lj/refs'
Junio C Hamano
45
-536
/
+1475
2006-10-31
git-svnimport: support for partial imports
Sasha Khapyorsky
1
-4
/
+25
2006-10-31
link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
Junio C Hamano
1
-1
/
+3
2006-10-31
Introduce a new revision set operator <rev>^!
Junio C Hamano
3
-3
/
+55
2006-10-31
git-pickaxe: cache one already found path per commit.
Junio C Hamano
1
-4
/
+20
2006-10-30
git push: add verbose flag and allow overriding of default target repository
Linus Torvalds
1
-1
/
+11
2006-10-30
Allow '-' in config variable names
Linus Torvalds
1
-3
/
+8
2006-10-30
Merge branch 'maint'
Junio C Hamano
5
-11
/
+16
2006-10-30
Move deny_non_fast_forwards handling completely into receive-pack.
Shawn Pearce
4
-4
/
+16
2006-10-30
Remove unused variable in receive-pack.
Shawn Pearce
1
-5
/
+2
2006-10-30
revision traversal: --unpacked does not limit commit list anymore.
Junio C Hamano
1
-1
/
+1
2006-10-30
Continue traversal when rev-list --unpacked finds a packed commit.
Jan Harkes
1
-8
/
+6
2006-10-30
Use memmove instead of memcpy for overlapping areas
Edgar Toernig
2
-4
/
+4
2006-10-30
Use memmove instead of memcpy for overlapping areas
Edgar Toernig
1
-1
/
+1
2006-10-30
git-pickaxe: split find_origin() into find_rename() and find_origin().
Junio C Hamano
1
-25
/
+43
2006-10-30
quote.c: ensure the same quoting across platforms.
Junio C Hamano
1
-1
/
+1
2006-10-30
Revert "send-pack --keep: do not explode into loose objects on the receiving ...
Junio C Hamano
4
-48
/
+10
2006-10-30
Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
Junio C Hamano
2
-0
/
+7
2006-10-30
git-pickaxe: tighten sanity checks.
Junio C Hamano
1
-5
/
+10
2006-10-29
git-pickaxe: refcount origin correctly in find_copy_in_parent()
Junio C Hamano
1
-0
/
+1
2006-10-29
git-pickaxe: allow -Ln,m as well as -L n,m
Junio C Hamano
1
-2
/
+8
2006-10-29
missing small substitution
Nicolas Pitre
1
-1
/
+1
2006-10-29
git-pickaxe: WIP to refcount origin structure.
Junio C Hamano
1
-21
/
+121
2006-10-29
Teach git-index-pack how to keep a pack file.
Shawn Pearce
2
-6
/
+61
2006-10-29
Merge early part of branch 'np/index-pack' into sp/keep-pack
Junio C Hamano
4
-284
/
+436
2006-10-29
Only repack active packs by skipping over kept packs.
Shawn Pearce
1
-10
/
+17
[prev]
[next]