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-04
pack-refs: call fflush before fsync.
Junio C Hamano
1
-0
/
+1
2006-10-03
pack-refs: use lockfile as everybody else does.
Junio C Hamano
1
-17
/
+4
2006-10-03
git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.
Junio C Hamano
1
-1
/
+1
2006-10-02
Merge branch 'master' into lj/refs
Junio C Hamano
37
-322
/
+3028
2006-10-02
lock_ref_sha1_basic does not remove empty directories on BSD
Dennis Stosberg
1
-0
/
+6
2006-10-02
Merge branch 'maint'
Junio C Hamano
3
-4
/
+24
2006-10-02
git-push: .git/remotes/ file does not require SP after colon
Junio C Hamano
1
-4
/
+4
2006-10-01
git-mv: invalidate the removed path properly in cache-tree
Junio C Hamano
2
-0
/
+20
2006-10-01
Do not create tag leading directories since git update-ref does it.
Christian Couder
1
-3
/
+2
2006-10-01
Makefile: install and clean merge-recur, still.
Junio C Hamano
1
-3
/
+3
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
GIT 1.4.3-rc1
Junio C Hamano
1
-1
/
+1
2006-10-01
Merge branch 'maint'
Junio C Hamano
0
-0
/
+0
2006-10-01
show-ref --hash=len, --abbrev=len, and --abbrev
Junio C Hamano
2
-8
/
+39
2006-09-30
Merge branch 'jc/gitpm'
Junio C Hamano
13
-77
/
+1819
2006-09-30
Merge branch 'jc/diff-stat'
Junio C Hamano
3
-43
/
+133
2006-09-30
Merge branch 'lt/web'
Junio C Hamano
1
-148
/
+175
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-30
gitweb: tree view: hash_base and hash are now context sensitive
Luben Tuikov
1
-9
/
+9
2006-09-29
git-diff -B output fix.
Junio C Hamano
1
-1
/
+1
2006-09-29
fetch: Reset remote refs list each time fetch_main is called
Santi BĂ©jar
1
-0
/
+1
2006-09-29
Remove -fPIC which was only needed for Git.xs
Junio C Hamano
4
-22
/
+1
2006-09-29
Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34
Linus Torvalds
1
-10
/
+16
2006-09-29
git-diff -B output fix.
Junio C Hamano
1
-1
/
+1
2006-09-29
Make cvsexportcommit remove files.
Robin Rosenberg
1
-1
/
+1
2006-09-28
diff --stat: ensure at least one '-' for deletions, and one '+' for additions
Johannes Schindelin
1
-4
/
+7
2006-09-28
diff --stat=width[,name-width]: allow custom diffstat output width.
Linus Torvalds
2
-10
/
+30
2006-09-28
gitweb: History: blob and tree are first, then commitdiff, etc
Luben Tuikov
1
-2
/
+2
2006-09-28
gitweb: Remove redundant "commit" from history
Luben Tuikov
1
-1
/
+0
2006-09-28
http/ftp: optionally ask curl to not use EPSV command
Sasha Khapyorsky
5
-1
/
+31
2006-09-28
gitweb: Don't use quotemeta on internally generated strings
Luben Tuikov
1
-5
/
+4
2006-09-28
gitweb: Add snapshot to shortlog
Luben Tuikov
1
-1
/
+2
2006-09-28
gitweb: Factor out gitweb_have_snapshot()
Luben Tuikov
1
-5
/
+9
2006-09-28
gitweb: Remove redundant "commit" link from shortlog
Luben Tuikov
1
-1
/
+0
2006-09-28
gitweb: "alternate" starts with shade (i.e. 1)
Luben Tuikov
1
-8
/
+8
2006-09-28
git-format-patch: fix bug using -o in subdirectories
Matthias Lederhofer
1
-2
/
+3
2006-09-28
do not discard constness in interp_set_entry value argument
Alex Riesen
2
-3
/
+3
2006-09-28
Fix approxidate() to understand more extended numbers
Linus Torvalds
1
-0
/
+40
2006-09-28
Clean up approxidate() in preparation for fixes
Linus Torvalds
1
-3
/
+10
2006-09-28
fix daemon.c compilation for NO_IPV6=1
Alex Riesen
1
-1
/
+1
2006-09-28
daemon: default to 256 for HOST_NAME_MAX if it is not defined
Johannes Schindelin
1
-0
/
+4
[next]