index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tests for documented features of "git reset".
Carlos Rica
2007-09-12
1
-0
/
+389
*
Merge branch 'maint'
Junio C Hamano
2007-09-12
1
-5
/
+13
|
\
|
*
Fix a test failure (t9500-*.sh) on cygwin
Ramsay Jones
2007-09-12
1
-5
/
+13
*
|
Merge branch 'rs/archive'
Junio C Hamano
2007-09-10
1
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
archive: rename attribute specfile to export-subst
René Scharfe
2007-09-07
1
-9
/
+9
|
*
archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...
René Scharfe
2007-09-07
1
-2
/
+2
|
*
archive: specfile support (--pretty=format: in archive files)
René Scharfe
2007-09-04
1
-0
/
+19
*
|
git-tag -s must fail if gpg cannot sign the tag.
Carlos Rica
2007-09-10
1
-0
/
+7
*
|
git-diff: don't squelch the new SHA1 in submodule diffs
Sven Verdoolaege
2007-09-09
1
-0
/
+4
*
|
Cleanup unnecessary file modifications in t1400-update-ref
Shawn O. Pearce
2007-09-06
1
-2
/
+0
*
|
git-apply: do not read past the end of buffer
Junio C Hamano
2007-09-06
1
-0
/
+58
|
/
*
rebase -m: Fix incorrect short-logs of already applied commits.
Johannes Sixt
2007-09-01
1
-0
/
+44
*
git-tag: Fix -l option to use better shell style globs.
Carlos Rica
2007-09-01
1
-11
/
+9
*
git-svn: fix dcommit clobbering upstream when committing multiple changes
Eric Wong
2007-09-01
1
-0
/
+30
*
filter-branch: introduce convenience function "skip_commit"
Johannes Schindelin
2007-09-01
1
-7
/
+1
*
filter-branch: provide the convenience functions also for commit filters
Johannes Schindelin
2007-09-01
1
-0
/
+10
*
git-merge: do up-to-date check also for all strategies
Junio C Hamano
2007-08-28
1
-0
/
+77
*
Fix initialization of a bare repository
Junio C Hamano
2007-08-28
1
-0
/
+116
*
Fix racy-git handling in git-write-tree.
Linus Torvalds
2007-08-25
1
-0
/
+44
*
rebase -i: fix squashing corner case
Johannes Schindelin
2007-08-23
1
-0
/
+21
*
Make thin-pack generation subproject aware.
Linus Torvalds
2007-08-19
1
-0
/
+52
*
Allow frontends to bidirectionally communicate with fast-import
Shawn O. Pearce
2007-08-19
1
-0
/
+31
*
Make trailing LF optional for all fast-import commands
Shawn O. Pearce
2007-08-19
1
-0
/
+46
*
Make trailing LF following fast-import `data` commands optional
Shawn O. Pearce
2007-08-19
1
-0
/
+21
*
Teach fast-import to ignore lines starting with '#'
Shawn O. Pearce
2007-08-19
1
-0
/
+40
*
Actually allow TAG_FIXUP branches in fast-import
Shawn O. Pearce
2007-08-19
1
-0
/
+47
*
t1301-shared-repo.sh: fix 'stat' portability issue
Arjen Laarhoven
2007-08-17
1
-1
/
+10
*
git-clone: allow --bare clone
Junio C Hamano
2007-08-16
1
-1
/
+4
*
git-apply: apply submodule changes
Sven Verdoolaege
2007-08-16
1
-0
/
+17
*
Merge branch 'maint' to sync with 1.5.2.5
Junio C Hamano
2007-08-16
1
-16
/
+57
|
\
|
*
git-add -u paths... now works from subdirectory
Salikh Zakirov
2007-08-15
1
-0
/
+14
|
*
Fix "git add -u" data corruption.
Junio C Hamano
2007-08-15
1
-16
/
+43
*
|
git-svn: fix log with single revision against a non-HEAD branch
Eric Wong
2007-08-15
1
-0
/
+48
*
|
attr.c: read .gitattributes from index as well.
Junio C Hamano
2007-08-15
1
-0
/
+81
*
|
merge-recursive: do not rudely die on binary merge
Junio C Hamano
2007-08-15
1
-0
/
+67
*
|
Add a test for git-commit being confused by relative GIT_DIR
David Kastrup
2007-08-14
1
-0
/
+55
*
|
Fix t5701-clone-local for white space from wc
Brian Gernhardt
2007-08-14
1
-2
/
+2
*
|
t3902 - skip test if file system doesn't support HT in names
Mark Levedahl
2007-08-13
1
-0
/
+6
*
|
git-add: Add support for --refresh option.
Alexandre Julliard
2007-08-13
1
-0
/
+12
*
|
t3404: fix "fake-editor"
Junio C Hamano
2007-08-13
1
-17
/
+19
*
|
Merge branch 'cr/tag'
Junio C Hamano
2007-08-11
2
-9
/
+119
|
\
\
|
*
|
Teach "git stripspace" the --strip-comments option
Johannes Schindelin
2007-07-27
1
-0
/
+5
|
*
|
builtin-tag.c: Fix two memory leaks and minor notation changes.
Carlos Rica
2007-07-22
1
-0
/
+35
|
*
|
Make git tag a builtin.
Carlos Rica
2007-07-20
1
-9
/
+79
*
|
|
Merge branch 'jc/clone'
Junio C Hamano
2007-08-11
3
-2
/
+19
|
\
\
\
|
*
|
|
git-clone: aggressively optimize local clone behaviour.
Junio C Hamano
2007-08-02
3
-2
/
+19
*
|
|
|
allow git-bundle to create bottomless bundle
Junio C Hamano
2007-08-11
1
-0
/
+8
*
|
|
|
Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset
Johannes Schindelin
2007-08-10
1
-2
/
+4
*
|
|
|
Fix bogus use of printf in t3700 test
Junio C Hamano
2007-08-03
1
-2
/
+2
|
/
/
/
*
|
|
rebase -i: fix for optional [branch] parameter
Johannes Schindelin
2007-08-02
1
-0
/
+8
[next]