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-10-01
Do not create tag leading directories since git update-ref does it.
Christian Couder
1
-3
/
+2
2006-10-01
Check that a tag exists using show-ref instead of looking for the ref file.
Christian Couder
1
-1
/
+1
2006-10-01
Use git-update-ref to delete a tag instead of rm()ing the ref file.
Christian Couder
1
-2
/
+4
2006-10-01
Fix refs.c;:repack_without_ref() clean-up path
Junio C Hamano
1
-1
/
+2
2006-10-01
Clean up "git-branch.sh" and add remove recursive dir test cases.
Christian Couder
2
-10
/
+27
2006-10-01
Fix a remove_empty_dir_recursive problem.
Christian Couder
1
-1
/
+1
2006-10-01
show-ref --hash=len, --abbrev=len, and --abbrev
Junio C Hamano
2
-8
/
+39
2006-09-30
git-branch: remove D/F check done by hand.
Junio C Hamano
1
-10
/
+0
2006-09-30
delete_ref(): delete packed ref
Junio C Hamano
1
-32
/
+77
2006-09-30
lock_ref_sha1(): check D/F conflict with packed ref when creating.
Junio C Hamano
1
-0
/
+24
2006-09-30
lock_ref_sha1(): do not sometimes error() and sometimes die().
Junio C Hamano
1
-8
/
+18
2006-09-30
refs: minor restructuring of cached refs data.
Junio C Hamano
1
-13
/
+43
2006-09-30
ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.
Junio C Hamano
1
-0
/
+64
2006-09-27
Uncomment test case: git branch c/d should barf if branch c exists.
Christian Couder
1
-6
/
+6
2006-09-27
When creating branch c/d check that branch c does not already exists.
Christian Couder
1
-0
/
+10
2006-09-27
Add pack-refs and show-ref test cases.
Christian Couder
1
-0
/
+70
2006-09-27
Merge branch 'master' into lj/refs
Junio C Hamano
70
-1611
/
+2330
2006-09-27
Merge branch 'cc/branch-test'
Junio C Hamano
2
-0
/
+22
2006-09-27
Merge branch 'jc/for-each-ref' into jc/ref-locking
Junio C Hamano
1
-4
/
+21
2006-09-27
Merge branch 'sp/void'
Junio C Hamano
2
-1
/
+17
2006-09-27
Merge branch 'jc/whitespace'
Junio C Hamano
3
-66
/
+229
2006-09-27
Merge branch 'jc/repack'
Junio C Hamano
1
-9
/
+5
2006-09-27
Merge branch 'jc/deprecate-recursive'
Junio C Hamano
7
-41
/
+17
2006-09-27
runstatus: do not recurse into subdirectories if not needed
Johannes Schindelin
1
-12
/
+15
2006-09-27
grep: fix --fixed-strings combined with expression.
Junio C Hamano
1
-5
/
+2
2006-09-27
grep: free expressions and patterns when done.
Junio C Hamano
3
-0
/
+45
2006-09-27
receive-pack: call setup_ident before git_config
Junio C Hamano
1
-0
/
+1
2006-09-27
Corrected copy-and-paste thinko in ignore executable bit test case.
Shawn Pearce
1
-1
/
+1
2006-09-27
An illustration of rev-list --parents --pretty=raw
Junio C Hamano
1
-0
/
+113
2006-09-27
Teach receive-pack about ref-log
Junio C Hamano
1
-73
/
+15
2006-09-27
update a few Porcelain-ish for ref lock safety.
Junio C Hamano
3
-9
/
+13
2006-09-27
update-ref: -d flag and ref creation safety.
Junio C Hamano
4
-5
/
+50
2006-09-27
Clean-up lock-ref implementation
Junio C Hamano
5
-12
/
+11
2006-09-27
Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking
Junio C Hamano
8
-4
/
+281
2006-09-27
Merge branch 'jc/for-each-ref-with-lt-refs' into jc/ref-locking
Junio C Hamano
10
-28
/
+1129
2006-09-27
Allow git-checkout when on a non-existant branch.
Shawn Pearce
2
-1
/
+17
2006-09-27
gitweb: Decode long title for link tooltips
Yasushi SHOJI
1
-1
/
+1
2006-09-26
git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1
Sergey Vlasov
1
-0
/
+1
2006-09-26
Ignore executable bit when adding files if filemode=0.
Shawn Pearce
3
-2
/
+28
2006-09-25
Remove empty ref directories that prevent creating a ref.
Christian Couder
2
-0
/
+22
2006-09-25
Use const for interpolate arguments
Alex Riesen
2
-5
/
+10
2006-09-25
git-archive: update documentation
Franck Bui-Huu
2
-0
/
+16
2006-09-24
Deprecate merge-recursive.py
Junio C Hamano
7
-41
/
+17
2006-09-24
gitweb: fix over-eager application of esc_html().
Petr Baudis
1
-6
/
+6
2006-09-24
Allow '(no author)' in git-svn's authors file.
Shawn Pearce
1
-1
/
+1
2006-09-24
Allow 'svn fetch' on '(no date)' revisions in Subversion.
Shawn Pearce
2
-1
/
+16
2006-09-24
git-repack: allow git-repack to run in subdirectory
Jeff King
1
-0
/
+1
2006-09-24
Merge branch 'sk/svnimport'
Junio C Hamano
1
-11
/
+20
2006-09-24
Merge early parts of branch 'np/pack'
Junio C Hamano
6
-117
/
+111
2006-09-24
Remove upload-tar and make git-tar-tree a thin wrapper to git-archive
Junio C Hamano
8
-200
/
+53
[next]