index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t2008-checkout-subdir.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-03-12
launch_editor(): allow spaces in the filename
Johannes Schindelin
2
-1
/
+32
2008-03-12
git rebase --abort: always restore the right commit
Mike Hommey
2
-3
/
+73
2008-03-10
git-pull documentation: warn about the option order
Junio C Hamano
1
-0
/
+2
2008-03-09
GIT 1.5.4.4
v1.5.4.4
Junio C Hamano
2
-7
/
+27
2008-03-09
ident.c: reword error message when the user name cannot be determined
Santi Béjar
1
-1
/
+1
2008-03-09
Fix dcommit, rebase when rewriteRoot is in use
John Goerzen
1
-1
/
+6
2008-03-08
filter-branch: handle "disappearing tree" case correctly in subdir filter
Junio C Hamano
2
-1
/
+34
2008-03-08
Really make the LF after reset in fast-import optional
Adeodato Simó
2
-1
/
+4
2008-03-07
unquote_c_style: fix off-by-one.
Pierre Habouzit
1
-1
/
+1
2008-03-07
test-lib: fix TERM to dumb for test repeatability
Junio C Hamano
1
-7
/
+17
2008-03-07
config.txt: refer to --upload-pack and --receive-pack instead of --exec
Uwe Kleine-König
1
-4
/
+4
2008-03-05
shortlog: take the first populated line of the description
Andy Whitcroft
1
-2
/
+3
2008-03-05
git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl fails
Shawn O. Pearce
1
-0
/
+5
2008-03-04
Fix 'git remote show' regression on empty repository in 1.5.4
Shawn O. Pearce
1
-4
/
+0
2008-03-03
Fix incorrect wording in git-merge.txt.
Matthieu Moy
1
-1
/
+2
2008-03-03
git-merge.sh: better handling of combined --squash,--no-ff,--no-commit options
Gerrit Pape
2
-6
/
+17
2008-03-03
Fix random crashes in http_cleanup()
Mike Hommey
1
-11
/
+3
2008-03-03
Update draft release notes for 1.5.4.4
Junio C Hamano
1
-1
/
+21
2008-03-03
revert: actually check for a dirty index
Jeff King
2
-4
/
+25
2008-03-03
tests: introduce test_must_fail
Junio C Hamano
2
-8
/
+25
2008-03-03
git-submodule: Fix typo 'url' which should be '$url'
Ping Yin
1
-1
/
+1
2008-03-03
receive-pack: Initialize PATH to include exec-dir.
Björn Steinbrink
1
-0
/
+2
2008-03-01
Documentation cherry-pick: Fix cut-and-paste error
Mike Ralphson
1
-1
/
+1
2008-03-01
git.el: find the git-status buffer whatever its name is
Rémi Vanicat
1
-1
/
+1
2008-02-28
templates/Makefile: don't depend on local umask setting
Gerrit Pape
1
-3
/
+3
2008-02-28
Correct name of diff_flush() in API documentation
Daniel Barkalow
1
-1
/
+1
2008-02-28
Start preparing for 1.5.4.4
Junio C Hamano
2
-1
/
+27
2008-02-28
git-gui: Paper bag fix info dialog when no files are staged at commit
gitgui-0.9.3
Shawn O. Pearce
1
-1
/
+1
2008-02-28
Fix "git log --merge --left-right"
Junio C Hamano
1
-8
/
+4
2008-02-28
Set proxy override with http_init()
Mike Hommey
7
-12
/
+22
2008-02-27
daemon: ensure that base-path is an existing directory
Johannes Sixt
1
-0
/
+8
2008-02-27
daemon: send more error messages to the syslog
Johannes Sixt
1
-5
/
+5
2008-02-27
Eliminate confusing "won't bisect on seeked tree" failure
Carl Worth
2
-6
/
+10
2008-02-27
builtin-reflog.c: don't install new reflog on write failure
Brandon Casey
1
-2
/
+3
2008-02-27
send-email: fix In-Reply-To regression
Jay Soffian
2
-3
/
+27
2008-02-27
git-svn: Don't prompt for client cert password everytime.
Sebastian Noack
1
-0
/
+1
2008-02-27
Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR
Johan Herland
2
-7
/
+6
2008-02-27
Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR
Johan Herland
1
-1
/
+17
2008-02-27
Prompt to continue when editing during rebase --interactive
Jonathan del Strother
1
-0
/
+4
2008-02-27
Documentation/git svn log: add a note about timezones.
Miklos Vajna
1
-0
/
+4
2008-02-27
Don't use GIT_CONFIG in t5505-remote
Daniel Barkalow
1
-3
/
+0
2008-02-26
Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotest
Bryan Donlan
1
-1
/
+1
2008-02-26
timezone_names[]: fixed the tz offset for New Zealand.
Steven Drake
1
-3
/
+3
2008-02-26
filter-branch documentation: non-zero exit status in command abort the filter
Caio Marcelo de Oliveira Filho
1
-2
/
+4
2008-02-26
rev-parse: fix potential bus error with --parseopt option spec handling
Jay Soffian
2
-1
/
+44
2008-02-25
Use a single implementation and API for copy_file()
Daniel Barkalow
5
-43
/
+27
2008-02-25
Documentation/git-filter-branch: add a new msg-filter example
Miklos Vajna
1
-0
/
+9
2008-02-25
Correct fast-export file mode strings to match fast-import standard
Shawn O. Pearce
1
-1
/
+1
2008-02-24
Protect peel_ref fallback case from NULL parse_object result
Shawn O. Pearce
1
-1
/
+1
2008-02-24
Ensure 'make dist' compiles git-archive.exe on Cygwin
Shawn O. Pearce
1
-1
/
+1
[next]