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-07-11
[PATCH] Dereference tag repeatedly until we get a non-tag.
Junio C Hamano
2
-4
/
+5
2005-07-10
[PATCH] alternate object store and fsck
Junio C Hamano
1
-3
/
+5
2005-07-10
Fix up progress report for off-by-one error
Linus Torvalds
1
-2
/
+2
2005-07-10
Make "git log" exit properly if not in a git archive
Linus Torvalds
1
-0
/
+1
2005-07-10
Avoid signedness warnings in sha1_file.c
Linus Torvalds
1
-2
/
+2
2005-07-10
[PATCH] Remove map_sha1_file
Daniel Barkalow
2
-15
/
+4
2005-07-10
[PATCH] write_sha1_to_fd()
Daniel Barkalow
3
-21
/
+72
2005-07-10
git-rev-list: allow missing objects when the parent is marked UNINTERESTING
Linus Torvalds
1
-0
/
+15
2005-07-09
Add "-q" flag to "git commit"
Linus Torvalds
2
-5
/
+12
2005-07-09
git-unpack-objects: show progress report by default
Linus Torvalds
1
-3
/
+24
2005-07-08
[PATCH] format-patch: fix skipping of blank-lines
Junio C Hamano
1
-8
/
+14
2005-07-08
Update the tutorial a bit
Linus Torvalds
1
-8
/
+242
2005-07-08
Make "git tag" more user-friendly
Linus Torvalds
1
-4
/
+16
2005-07-08
Make "git resolve" take the merge message in $3
Linus Torvalds
2
-5
/
+4
2005-07-08
[PATCH] Use SHA1 for git-update-cache --refresh
Bryan Larsen
1
-26
/
+5
2005-07-08
[PATCH] Add --info-only option to git-update-cache.
Bryan Larsen
2
-9
/
+36
2005-07-08
[PATCH] Expose object ID computation functions.
Bryan Larsen
11
-75
/
+113
2005-07-08
Teach "git clone" about rsync sources
Linus Torvalds
1
-1
/
+13
2005-07-08
Make "upload-pack" match git-fetch-pack usage
Linus Torvalds
2
-5
/
+7
2005-07-08
Add "mkpath()" helper function
Linus Torvalds
4
-29
/
+62
2005-07-08
Mark git-relink-script and git-repack-script executable
Linus Torvalds
2
-0
/
+0
2005-07-08
Make "git clone" a lot more user-friendly
Linus Torvalds
1
-2
/
+14
2005-07-08
Add "git-push-script" to make a more regular interface
Linus Torvalds
3
-1
/
+4
2005-07-08
Teach 'git-send-pack' to send new branches and tags.
Linus Torvalds
1
-17
/
+111
2005-07-08
Make "for_each_ref()" always use the "canonical" refname.
Linus Torvalds
1
-8
/
+7
2005-07-08
[PATCH] Use sq_quote() to properly quote the parameter to call shell.
Junio C Hamano
1
-30
/
+3
2005-07-08
[PATCH] Make sq_expand() available as sq_quote().
Junio C Hamano
4
-41
/
+76
2005-07-08
Add "git-sh-setup-script" for common git shell script setup
Linus Torvalds
10
-30
/
+40
2005-07-08
git-diff-*: support "-u" as a synonym for "-p"
Linus Torvalds
3
-3
/
+4
2005-07-07
[PATCH] git-format-patch: Prepare patches for e-mail submission.
Junio C Hamano
2
-1
/
+123
2005-07-07
Mark more characters shell-safe.
Linus Torvalds
1
-1
/
+3
2005-07-07
git-fsck-cache: don't complain about lacking references when they are all in ...
Linus Torvalds
1
-1
/
+3
2005-07-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/git
Linus Torvalds
2
-0
/
+60
2005-07-07
[PATCH] Typofix an error message in pack-check.c
Junio C Hamano
1
-1
/
+1
2005-07-07
[PATCH] Prevent t6000 series from dropping useless sed.script in t/
Junio C Hamano
5
-3
/
+11
2005-07-07
[PATCH] Short-circuit git-clone-pack while cloning locally (take 2).
Junio C Hamano
1
-1
/
+67
2005-07-07
Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new make
Chris Wright
2
-0
/
+60
2005-07-06
git-clone-pack: fix sparse warning
Linus Torvalds
1
-1
/
+1
2005-07-06
[PATCH] Tidy up - remove use of (*f)() idiom from epoch.c
Jon Seymour
1
-3
/
+3
2005-07-06
[PATCH] Ensure list insertion method does not depend on position of --merge-o...
Jon Seymour
1
-4
/
+2
2005-07-06
[PATCH] Write sed script directly into temp file, rather than a variable
Jon Seymour
4
-33
/
+7
2005-07-06
[PATCH] Add t/t6003 with some --topo-order tests
Jon Seymour
1
-0
/
+417
2005-07-06
Make gitk use --topo-order instead of --merge-order
Linus Torvalds
1
-1
/
+1
2005-07-06
git-rev-list: remove the DUPCHECK logic, use SEEN instead
Linus Torvalds
1
-3
/
+2
2005-07-06
Make sure we generate the whole commit list before trying to sort it topologi...
Linus Torvalds
1
-0
/
+1
2005-07-06
[PATCH] Let umask do its work upon filesystem object creation.
Junio C Hamano
5
-6
/
+6
2005-07-06
[PATCH] clone-pack.c:write_one_ref() - Create leading directories.
Junio C Hamano
3
-1
/
+25
2005-07-06
[PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...
Jon Seymour
1
-1
/
+1
2005-07-06
[PATCH] Add a t/t6001 test case for a --merge-order bug
Jon Seymour
1
-0
/
+20
2005-07-06
[PATCH] Tidy up - slight simplification of rev-list.c
Jon Seymour
1
-7
/
+3
[next]