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
*
GIT 1.5.0.2
v1.5.0.2
Junio C Hamano
2007-02-26
2
-12
/
+18
*
git-remote: support remotes with a dot in the name
Pavel Roskin
2007-02-26
1
-1
/
+1
*
Documentation: describe "-f/-t/-m" options to "git-remote add"
Junio C Hamano
2007-02-26
1
-0
/
+13
*
diff --cc: fix display of symlink conflicts during a merge.
Junio C Hamano
2007-02-26
2
-7
/
+34
*
Merge branch 'jc/merge-symlink' into maint
Junio C Hamano
2007-02-26
2
-2
/
+2
|
\
|
*
merge-recursive: fix longstanding bug in merging symlinks
Junio C Hamano
2007-02-26
1
-1
/
+1
|
*
merge-index: fix longstanding bug in merging symlinks
Junio C Hamano
2007-02-26
1
-1
/
+1
*
|
Add Release Notes to prepare for 1.5.0.2
Junio C Hamano
2007-02-25
2
-1
/
+60
*
|
Allow arbitrary number of arguments to git-pack-objects
Roland Dreier
2007-02-25
1
-3
/
+9
*
|
rerere: do not deal with symlinks.
Junio C Hamano
2007-02-25
1
-5
/
+9
*
|
rerere: do not skip two conflicted paths next to each other.
Junio C Hamano
2007-02-25
1
-1
/
+1
*
|
Merge git://repo.or.cz/git-gui into maint
Junio C Hamano
2007-02-25
1
-6
/
+19
|
\
\
|
*
|
Don't modify CREDITS-FILE if it hasn't changed.
Junio C Hamano
2007-02-25
1
-6
/
+19
*
|
|
diff-patch: Avoid emitting double-slashes in textual patch.
Junio C Hamano
2007-02-24
1
-2
/
+4
*
|
|
Reword git-am 3-way fallback failure message.
Junio C Hamano
2007-02-24
1
-1
/
+1
*
|
|
Limit filename for format-patch
Robin Rosenberg
2007-02-24
1
-7
/
+21
*
|
|
core.legacyheaders: Use the description used in RelNotes-1.5.0
Santi BĂ©jar
2007-02-24
1
-4
/
+11
*
|
|
git-show-ref --verify: Fail if called without a reference
Dmitry V. Levin
2007-02-24
1
-2
/
+4
*
|
|
git-diff: fix combined diff
Johannes Schindelin
2007-02-23
1
-1
/
+2
*
|
|
Fix 'git commit -a' in a newly initialized repository
Fredrik Kuivinen
2007-02-23
1
-0
/
+4
*
|
|
Include git-gui credits file in dist.
Shawn O. Pearce
2007-02-22
1
-1
/
+2
*
|
|
Document the new core.bare configuration option.
Shawn O. Pearce
2007-02-22
1
-0
/
+12
*
|
|
Merge branch 'master' of git://repo.or.cz/git-gui into maint
Junio C Hamano
2007-02-21
6
-120
/
+308
|
\
|
|
|
*
|
git-gui: Don't crash in citool mode on initial commit.
gitgui-0.6.1
Shawn O. Pearce
2007-02-21
1
-8
/
+8
|
*
|
git-gui: Remove TODO list.
Shawn O. Pearce
2007-02-21
1
-44
/
+0
|
*
|
git-gui: Include browser in our usage message.
Shawn O. Pearce
2007-02-21
1
-1
/
+1
|
*
|
git-gui: Change summary of git-gui.
Shawn O. Pearce
2007-02-21
1
-1
/
+1
|
*
|
git-gui: Display all authors of git-gui.
Shawn O. Pearce
2007-02-21
4
-10
/
+136
|
*
|
git-gui: Use mixed path for docs on Cygwin.
Shawn O. Pearce
2007-02-21
1
-1
/
+1
|
*
|
git-gui: Correct crash when saving options in blame mode.
Shawn O. Pearce
2007-02-18
1
-15
/
+21
|
*
|
git-gui: Expose the browser as a subcommand.
Shawn O. Pearce
2007-02-16
1
-5
/
+21
|
*
|
git-gui: Create new branches from a tag.
Martin Koegler
2007-02-15
1
-0
/
+30
|
*
|
git-gui: Prefer version file over git-describe.
Shawn O. Pearce
2007-02-14
1
-6
/
+11
|
*
|
git-gui: Print version on the console.
Shawn O. Pearce
2007-02-14
1
-0
/
+7
|
*
|
git-gui: More consistently display the application name.
Shawn O. Pearce
2007-02-14
1
-4
/
+4
|
*
|
git-gui: Permit merging tags into the current branch.
Shawn O. Pearce
2007-02-14
1
-3
/
+5
|
*
|
git-gui: Basic version check to ensure git 1.5.0 or later is used.
Shawn O. Pearce
2007-02-14
1
-0
/
+32
|
*
|
git-gui: Refactor 'exec git subcmd' idiom.
Shawn O. Pearce
2007-02-14
1
-23
/
+31
*
|
|
Use gunzip -c over gzcat in import-tars example.
Michael Loeffler
2007-02-21
1
-3
/
+6
*
|
|
Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.
Jason Riedy
2007-02-21
1
-21
/
+16
*
|
|
Obey NO_C99_FORMAT in fast-import.c.
Jason Riedy
2007-02-20
1
-14
/
+23
*
|
|
Add a compat/strtoumax.c for Solaris 8.
Jason Riedy
2007-02-20
3
-0
/
+28
*
|
|
git-clone: Sync documentation to usage note.
Christian Schlotter
2007-02-20
2
-3
/
+3
*
|
|
GIT 1.5.0.1
v1.5.0.1
Junio C Hamano
2007-02-19
3
-8
/
+13
*
|
|
Documentation/i18n.txt: it is i18n.commitencoding not core.commitencoding
Fredrik Kuivinen
2007-02-19
1
-6
/
+6
*
|
|
Read the config in rev-list
Fredrik Kuivinen
2007-02-19
1
-0
/
+1
*
|
|
Update draft release notes for 1.5.0.1
Junio C Hamano
2007-02-18
1
-2
/
+19
*
|
|
Merge git://git.kernel.org/pub/scm/gitk/gitk into maint
Junio C Hamano
2007-02-18
0
-0
/
+0
|
\
\
\
|
*
|
|
Make gitk save and restore window pane position on Linux and Cygwin.
Mark Levedahl
2007-02-14
1
-10
/
+13
|
*
|
|
Make gitk save and restore the user set window position.
Mark Levedahl
2007-02-14
1
-5
/
+6
[next]