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
*
Remove the period after the git-check-attr summary
Matt Kraai
2008-11-12
1
-1
/
+1
*
Fix non-literal format in printf-style calls
Daniel Lowe
2008-11-11
8
-12
/
+12
*
git-submodule: Avoid printing a spurious message.
Alexandre Julliard
2008-11-11
1
-1
/
+1
*
git ls-remote: make usage string match manpage
Stefan Naewe
2008-11-11
1
-1
/
+1
*
Makefile: help people who run 'make check' by mistake
Junio C Hamano
2008-11-11
1
-1
/
+10
*
Documentation: bisect: change a few instances of "git-cmd" to "git cmd"
Christian Couder
2008-11-09
1
-3
/
+3
*
Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"
Christian Couder
2008-11-09
1
-4
/
+4
*
checkout: Don't crash when switching away from an invalid branch.
Alexandre Julliard
2008-11-09
2
-4
/
+22
*
GIT 1.6.0.4
v1.6.0.4
Junio C Hamano
2008-11-09
1
-6
/
+5
*
Update RPM spec for the new location of git-cvsserver.
Quy Tonthat
2008-11-09
1
-0
/
+4
*
Merge branch 'cb/maint-update-ref-fix' into maint
Junio C Hamano
2008-11-09
4
-17
/
+50
|
\
|
*
push: fix local refs update if already up-to-date
Clemens Buchacher
2008-11-05
2
-14
/
+39
|
*
do not force write of packed refs
Clemens Buchacher
2008-11-05
2
-3
/
+11
*
|
Merge branch 'cj/maint-gitpm-fix-maybe-self' into maint
Junio C Hamano
2008-11-09
1
-2
/
+1
|
\
\
|
*
|
Git.pm: do not break inheritance
Christian Jaeger
2008-10-19
1
-2
/
+1
*
|
|
Merge branch 'ar/maint-mksnpath' into maint
Junio C Hamano
2008-11-09
13
-19
/
+84
|
\
\
\
|
*
|
|
Use git_pathdup instead of xstrdup(git_path(...))
Alex Riesen
2008-10-31
9
-12
/
+12
|
*
|
|
git_pathdup: returns xstrdup-ed copy of the formatted path
Alex Riesen
2008-10-31
2
-4
/
+22
|
*
|
|
Fix potentially dangerous use of git_path in ref.c
Alex Riesen
2008-10-31
1
-3
/
+5
|
*
|
|
Add git_snpath: a .git path formatting routine with output buffer
Alex Riesen
2008-10-31
2
-0
/
+25
|
*
|
|
Fix potentially dangerous uses of mkpath and git_path
Alex Riesen
2008-10-27
1
-2
/
+2
|
*
|
|
Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c
Alex Riesen
2008-10-27
1
-2
/
+4
|
*
|
|
Add mksnpath which allows you to specify the output buffer
Alex Riesen
2008-10-27
2
-0
/
+18
*
|
|
|
Merge branch 'mv/maint-branch-m-symref' into maint
Junio C Hamano
2008-11-09
11
-24
/
+65
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
update-ref --no-deref -d: handle the case when the pointed ref is packed
Miklos Vajna
2008-11-01
2
-1
/
+12
|
*
|
|
git branch -m: forbid renaming of a symref
Miklos Vajna
2008-10-30
2
-20
/
+17
|
*
|
|
Fix git update-ref --no-deref -d.
Miklos Vajna
2008-10-26
2
-3
/
+12
|
*
|
|
rename_ref(): handle the case when the reflog of a ref does not exist
Miklos Vajna
2008-10-26
1
-1
/
+1
|
*
|
|
Fix git branch -m for symrefs.
Miklos Vajna
2008-10-26
10
-31
/
+55
*
|
|
|
format-patch documentation: mention the special case of showing a single commit
Junio C Hamano
2008-11-03
1
-1
/
+2
*
|
|
|
Add reference for status letters in documentation.
Yann Dirson
2008-11-03
2
-1
/
+17
*
|
|
|
Document that git-log takes --all-match.
Mikael Magnusson
2008-11-03
1
-0
/
+4
*
|
|
|
Update draft 1.6.0.4 release notes
Junio C Hamano
2008-11-02
1
-7
/
+18
*
|
|
|
Merge branch 'js/maint-fetch-update-head' into maint
Junio C Hamano
2008-11-02
7
-5
/
+44
|
\
\
\
\
|
*
|
|
|
pull: allow "git pull origin $something:$current_branch" into an unborn branch
Junio C Hamano
2008-10-17
2
-2
/
+14
|
*
|
|
|
Fix fetch/pull when run without --update-head-ok
Johannes Schindelin
2008-10-13
5
-3
/
+30
*
|
|
|
|
Merge branch 'jk/maint-ls-files-other' into maint
Junio C Hamano
2008-11-02
5
-44
/
+40
|
\
\
\
\
\
|
*
|
|
|
|
refactor handling of "other" files in ls-files and status
Jeff King
2008-10-17
5
-44
/
+40
*
|
|
|
|
|
Merge branch 'jc/maint-reset-remove-unmerged-new' into maint
Junio C Hamano
2008-11-02
2
-13
/
+78
|
\
\
\
\
\
\
|
*
|
|
|
|
|
reset --hard/read-tree --reset -u: remove unmerged new paths
Junio C Hamano
2008-10-18
2
-13
/
+78
*
|
|
|
|
|
|
Merge branch 'jc/maint-co-track' into maint
Junio C Hamano
2008-11-02
12
-29
/
+61
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Enhance hold_lock_file_for_{update,append}() API
Junio C Hamano
2008-10-19
11
-23
/
+39
|
*
|
|
|
|
|
|
demonstrate breakage of detached checkout with symbolic link HEAD
Junio C Hamano
2008-10-19
1
-0
/
+12
|
*
|
|
|
|
|
|
Fix "checkout --track -b newbranch" on detached HEAD
Junio C Hamano
2008-10-17
2
-7
/
+11
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Start 1.6.0.4 cycle
Junio C Hamano
2008-11-02
2
-1
/
+30
*
|
|
|
|
|
|
add instructions on how to send patches to the mailing list with Gmail
Tom Preston-Werner
2008-11-02
1
-0
/
+27
*
|
|
|
|
|
|
Documentation/gitattributes: Add subsection header for each attribute
Jakub Narebski
2008-11-02
1
-0
/
+6
*
|
|
|
|
|
|
git send-email: avoid leaking directory file descriptors.
Pierre Habouzit
2008-11-02
1
-2
/
+1
*
|
|
|
|
|
|
send-pack: do not send out single-level refs such as refs/stash
Jeff King
2008-11-02
1
-1
/
+7
*
|
|
|
|
|
|
fix overlapping memcpy in normalize_absolute_path
Jeff King
2008-11-02
1
-1
/
+1
[next]