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-12-04
server-info: stop sorting packs by latest date.
Junio C Hamano
1
-36
/
+3
2005-12-04
server-info.c: drop unused D lines.
Junio C Hamano
1
-110
/
+10
2005-12-04
sha1_file.c: make sure packs in an alternate odb is named properly.
Junio C Hamano
1
-6
/
+23
2005-12-04
git.c: remove excess output for debugging when command is too long.
Junio C Hamano
1
-1
/
+1
2005-12-04
struct tree: remove unused field "parent"
Junio C Hamano
2
-2
/
+0
2005-12-04
Documentation: rebase does not use cherry-pick anymore.
Junio C Hamano
1
-1
/
+1
2005-12-04
Document the --(no-)edit switch of git-revert and git-cherry-pick
Petr Baudis
3
-4
/
+17
2005-12-04
show-branch: allow glob pattern to name branches to show.
Junio C Hamano
2
-15
/
+84
2005-12-04
Update the git-ls-tree documentation
Petr Baudis
1
-14
/
+29
2005-12-04
git.c: two fixes, gitsetenv type and off-by-one error.
Junio C Hamano
1
-2
/
+1
2005-12-04
compat/setenv: do not free what we fed putenv(3).
Junio C Hamano
1
-2
/
+6
2005-12-04
Warn when send-pack does nothing
Daniel Barkalow
1
-0
/
+6
2005-12-03
[PATCH] daemon.c and path.enter_repo(): revamp path validation.
Junio C Hamano
2
-58
/
+159
2005-12-03
A few more options for git-cat-file
H. Peter Anvin
2
-18
/
+42
2005-12-03
Add compat/setenv.c, use in git.c.
Jason Riedy
3
-9
/
+53
2005-12-03
New test case: Criss-cross merge
Fredrik Kuivinen
1
-0
/
+92
2005-12-03
New test case: merge with directory/file conflicts
Fredrik Kuivinen
1
-0
/
+25
2005-12-03
test-lib.sh: Add new function, test_expect_code
Fredrik Kuivinen
1
-0
/
+13
2005-12-03
git-merge: Exit with code 2 if no strategy was able to handle the merge.
Fredrik Kuivinen
1
-1
/
+2
2005-12-02
documentation: git-tag
No name
1
-1
/
+21
2005-12-02
documentation: git-bisect (help HTML break man)
Junio C Hamano
1
-7
/
+7
2005-12-02
documentation: clarify read-tree --reset
No name
1
-4
/
+6
2005-12-02
git-merge documentation: conflicting merge leaves higher stages in index
Junio C Hamano
1
-4
/
+6
2005-12-02
merge-one-file: make sure we do not mismerge symbolic links.
Junio C Hamano
1
-0
/
+8
2005-12-02
merge-one-file: make sure we create the merged file.
Junio C Hamano
1
-1
/
+7
2005-12-01
t3100: add ls-tree -t and -d tests.
Junio C Hamano
1
-0
/
+38
2005-12-01
merge-recursive: adjust git-ls-tree use for the latest.
Junio C Hamano
1
-1
/
+1
2005-12-01
git wrapper: more careful argument stuffing
Alex Riesen
1
-7
/
+12
2005-12-01
git-merge-one-file: do not worry about 'rmdir -p' not removing directory.
Junio C Hamano
1
-1
/
+1
2005-12-01
ls-tree: --name-only
Junio C Hamano
1
-2
/
+11
2005-12-01
ls-tree: resurrect '-d' to mean 'show trees only'
Junio C Hamano
1
-0
/
+6
2005-12-01
git-ls-tree: add "-t" option to always show the tree entries
Linus Torvalds
1
-24
/
+41
2005-12-01
Makefile: say the default target upfront.
Junio C Hamano
1
-0
/
+3
2005-12-01
Documentation: describe '-f' option to git-fetch.
Junio C Hamano
1
-0
/
+5
2005-12-01
gitk: Factored out some common code into a new start_rev_list procedure
Paul Mackerras
1
-30
/
+22
2005-12-01
[PATCH] gitk: add Update menu item.
Sven Verdoolaege
1
-34
/
+142
2005-11-30
Move couple of ifdefs after "include config.mk"
Timo Hirvonen
1
-16
/
+12
2005-11-30
Merge branch 'jc/subdir'
Junio C Hamano
38
-20
/
+168
2005-11-30
Merge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect' and 'lt/merge'
Junio C Hamano
16
-320
/
+215
2005-11-30
Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".
Tommi Virtanen
1
-1
/
+1
2005-11-30
Tutorial: adjust merge example to recursive strategy.
Junio C Hamano
1
-8
/
+7
2005-11-30
merge-recursive: match the unmerged index entry behaviour with merge-resolve
Junio C Hamano
1
-2
/
+0
2005-11-30
diff-files: show diffs with stage0 and unmerged stage at the same time.
Junio C Hamano
2
-23
/
+5
2005-11-30
merge-one-file: leave unmerged index entries upon automerge failure.
Linus Torvalds
1
-5
/
+1
2005-11-30
diff-files: -1/-2/-3 to diff against unmerged stage.
Linus Torvalds
2
-8
/
+64
2005-11-29
git-diff: do not turn off -p/-M with any diff options.
Junio C Hamano
1
-2
/
+15
2005-11-29
Merge http://www.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-54
/
+88
2005-11-29
[PATCH] Add tests for git-mv in subdirectories
Alex Riesen
1
-0
/
+27
2005-11-29
[PATCH] Make git-mv work in subdirectories, too
Johannes Schindelin
1
-9
/
+3
2005-11-30
gitk: Add a preferences dialog with some basic stuff
Paul Mackerras
1
-54
/
+88
[prev]
[next]