index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make git-pack-objects a builtin
Matthias Kestenholz
2006-08-04
4
-5
/
+7
*
Make git-name-rev a builtin
Matthias Kestenholz
2006-08-04
4
-5
/
+8
*
Further clean-up: usage() vs die()
Junio C Hamano
2006-08-04
4
-5
/
+5
*
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
2006-08-04
5
-7
/
+7
*
Fixup command names in some usage strings.
Ramsay Allan Jones
2006-08-04
5
-5
/
+5
*
GIT 1.4.2-rc3
v1.4.2-rc3
Junio C Hamano
2006-08-04
1
-1
/
+1
*
Documentation/git.txt: link git-svn and git-instaweb from the main page.
Junio C Hamano
2006-08-04
1
-0
/
+6
*
Merge branch 'jc/sideband'
Junio C Hamano
2006-08-04
1
-1
/
+3
|
\
|
*
sideband: do not use color, just say "remote:"
Junio C Hamano
2006-08-04
1
-4
/
+3
|
*
fetch/clone: mark messages from remote side stand out.
Junio C Hamano
2006-08-01
1
-0
/
+3
*
|
Show both blob names from "git diff blob1 blob2"
Junio C Hamano
2006-08-03
1
-1
/
+1
*
|
diff.c: do not use pathname comparison to tell renames
Junio C Hamano
2006-08-03
3
-6
/
+4
*
|
Add a couple of subdirectory tests.
Junio C Hamano
2006-08-03
2
-0
/
+136
*
|
read-tree: shadowed variable fix.
Junio C Hamano
2006-08-03
1
-1
/
+1
*
|
fixed variable declaration in gitk
Michael
2006-08-03
1
-1
/
+1
*
|
Fix "git diff blob1 blob2" showing the diff in reverse.
Junio C Hamano
2006-08-03
1
-4
/
+1
*
|
git-grep: document --and, --or, --not, ( and )
Matthias Lederhofer
2006-08-03
1
-3
/
+17
*
|
use declarations from builtin.h for builtin commands
Matthias Kestenholz
2006-08-03
2
-2
/
+4
*
|
Make git-repo-config a builtin
Matthias Kestenholz
2006-08-03
4
-4
/
+8
*
|
Make git-prune-packed a builtin
Matthias Kestenholz
2006-08-02
4
-6
/
+6
*
|
git-annotate: remove extraneous debugging line
Jeff King
2006-08-02
1
-1
/
+0
*
|
Documentation: convert uses of git-link macro to gitlink
Jeff King
2006-08-02
2
-4
/
+4
*
|
git-push: remove obsolete git-push.sh
Jeff King
2006-08-02
1
-87
/
+0
*
|
git-push: allow -f as an alias for --force
Jeff King
2006-08-02
2
-3
/
+3
*
|
Remove cmd_usage() routine and re-organize the help/usage code.
Ramsay Allan Jones
2006-08-02
4
-42
/
+33
*
|
Fix header breakage due to redefining PATH_MAX.
Ramsay Allan Jones
2006-08-02
1
-4
/
+1
*
|
Add NO_C99_FORMAT to support older compilers.
Ramsay Allan Jones
2006-08-02
3
-6
/
+35
*
|
New tests and en-passant modifications to mktag.
Ramsay Allan Jones
2006-08-02
2
-17
/
+245
*
|
Fix installation of templates on ancient systems.
Ramsay Allan Jones
2006-08-02
2
-8
/
+6
*
|
Fix annotate test script; notice when git-annotate fails.
Ramsay Allan Jones
2006-08-02
1
-1
/
+2
*
|
Ensure git-clone exits with error if perl script fails.
Ramsay Allan Jones
2006-08-02
1
-2
/
+3
|
/
*
Merge branch 'rs/rebase'
Junio C Hamano
2006-08-01
1
-9
/
+6
|
\
|
*
rebase: Make the fast-fowarding message more user-friendly by using branch na...
Robert Shearman
2006-07-31
1
-1
/
+1
|
*
rebase: Fix the detection of fast-forwarding of the current branch to upstream.
Robert Shearman
2006-07-31
1
-8
/
+5
*
|
Merge branch 'ml/pager'
Junio C Hamano
2006-08-01
7
-7
/
+20
|
\
\
|
*
|
pager: config variable pager.color
Matthias Lederhofer
2006-08-01
5
-1
/
+12
|
*
|
Builtins: control the use of pager from the command table.
Junio C Hamano
2006-08-01
2
-6
/
+8
*
|
|
Merge branch 'jc/checkout'
Junio C Hamano
2006-08-01
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
git-checkout: allow "checkout HEAD -- path"
Junio C Hamano
2006-07-31
1
-0
/
+4
|
|
/
*
|
Fix up some fallout from "setup_git_directory()" cleanups
Linus Torvalds
2006-07-31
1
-8
/
+7
*
|
Fix double "close()" in ce_compare_data
Linus Torvalds
2006-07-31
1
-1
/
+1
|
/
*
tar-tree: illustrate an obscure feature better
Johannes Schindelin
2006-07-31
1
-0
/
+5
*
git.c: allow alias expansion without a git directory
Matthias Lederhofer
2006-07-31
1
-40
/
+36
*
setup_git_directory_gently: do not barf when GIT_DIR is given.
Matthias Lederhofer
2006-07-31
1
-0
/
+4
*
Build on Debian GNU/kFreeBSD
Gerrit Pape
2006-07-30
1
-0
/
+3
*
Merge branch 'lt/web'
Junio C Hamano
2006-07-30
1
-2
/
+75
|
\
|
*
gitweb.cgi: git_blame2: slight optimization reading the blame lines
Luben Tuikov
2006-07-25
1
-14
/
+5
|
*
gitweb.cgi: git_blame2: Revision blocks now have alternating colors
Luben Tuikov
2006-07-25
1
-4
/
+11
|
*
gitweb.cgi: git_blame2: Allow back-trekking through commits
Luben Tuikov
2006-07-25
1
-1
/
+7
|
*
gitweb.cgi: git_blame2: an alternative simple working git blame
Luben Tuikov
2006-07-25
1
-1
/
+70
[next]