You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.5 KiB
81 lines
2.5 KiB
What's in git.git (Jul 2008, issue #03; Mon, 07) |
|
|
|
maint 39f319f (Merge branch 'qq/maint' (early part) into maint, 2008-07-07) |
|
master bed6255 (Merge branch 'qq/maint', 2008-07-07) |
|
------------------------------------------------------------------------ |
|
|
|
* The 'maint' branch has these fixes since 1.5.6.2. |
|
|
|
Alex Riesen (1): |
|
git-clone: remove leftover debugging fprintf(). |
|
|
|
Brian Hetro (5): |
|
builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and |
|
'format.suffix' |
|
convert.c: Use 'git_config_string' to get 'smudge' and 'clean' |
|
diff.c: Use 'git_config_string' to get 'diff.external' |
|
http.c: Use 'git_config_string' to clean up SSL config. |
|
builtin-commit.c: Use 'git_config_string' to get 'commit.template' |
|
|
|
Christian Couder (1): |
|
Fix "config_error_nonbool" used with value instead of key |
|
|
|
Gerrit Pape (1): |
|
git-svn.perl: workaround assertions in svn library 1.5.0 |
|
|
|
Junio C Hamano (3): |
|
attribute documentation: keep EXAMPLE at end |
|
clone -q: honor "quiet" option over native transports. |
|
mailinfo: feed the correct line length to decode_transfer_encoding() |
|
|
|
Matthew Ogilvie (1): |
|
Documentation cvs: Clarify when a bare repository is needed |
|
|
|
Mikael Magnusson (1): |
|
Fix grammar in git-rev-parse(1). |
|
|
|
Nikolaus Schulz (1): |
|
Documentation: be precise about which date --pretty uses |
|
|
|
|
|
* The 'master' branch has these since the last announcement |
|
in addition to the above. |
|
|
|
Abhijit Menon-Sen (2): |
|
git-gui: Move on to the next filename after staging/unstaging a change |
|
git-gui: Don't select the wrong file if the last listed file is staged. |
|
|
|
Daniel Barkalow (1): |
|
Only use GIT_CONFIG in "git config", not other programs |
|
|
|
David Reiss (4): |
|
Implement normalize_absolute_path |
|
Fold test-absolute-path into test-path-utils |
|
Add support for GIT_CEILING_DIRECTORIES |
|
Eliminate an unnecessary chdir("..") |
|
|
|
Dmitry Potapov (1): |
|
completion.bash: add 'skip' and 'run' to git-bisect |
|
|
|
Jakub Narebski (1): |
|
gitweb: Describe projects_index format in more detail |
|
|
|
Johannes Schindelin (3): |
|
Add another fast-import example, this time for .zip files |
|
git daemon: avoid calling syslog() from a signal handler |
|
run_command(): respect GIT_TRACE |
|
|
|
Johannes Sixt (1): |
|
git-gui: Implement "Stage/Unstage Line" |
|
|
|
Junio C Hamano (6): |
|
rerere: rerere_created_at() and has_resolution() abstraction |
|
git-rerere: detect unparsable conflicts |
|
rerere: remove dubious "tail_optimization" |
|
t4200: fix rerere test |
|
rerere.autoupdate |
|
Update draft release notes for 1.6.0 |
|
|
|
Richard Quirk (1): |
|
git-gui: Fix accidental staged state toggle when clicking top pixel row |
|
|
|
|