-
v1.4.3.46c2f207b · ·
GIT 1.4.3.4 Among many minor fixes and documentation updates, this contains these fixes: - revision traversal now treats --unpacked as commit filter, not traversal limiter. If you have unpacked commits that are parents of packed ones which are in turn parents of commits that are unpacked, running rev-list starting at the latest unpacked commits used to _stop_ at the first packed commit and older unpacked commits were not shown. With this update, the traversal does not stop at packed commits, and shows the older unpacked commits. The updated semantics is easier to use with git-repack --unpacked. - In a repository configured for shared access, if the permission bits of existing directories are misconfigured (e.g. running repository commands as root by mistake), a codepath to create a new object failed with incorrect error message. Fixed. - An earlier fix to cope with traditional-style patches that were generated with --unified=0 broke handling of creation and deletion diffs in git-apply. Fixed. Andy Parkins (2): Minor grammar fixes for git-diff-index.txt git-clone documentation didn't mention --origin as equivalent of -o Christian Couder (3): Remove --syslog in git-daemon inetd documentation examples. Documentation: add upload-archive service to git-daemon. Documentation: add git in /etc/services. Edgar Toernig (1): Use memmove instead of memcpy for overlapping areas J. Bruce Fields (1): Documentation: updates to "Everyday GIT" Jakub Narebski (3): diff-format.txt: Combined diff format documentation supplement diff-format.txt: Correct information about pathnames quoting in patch format gitweb: Check git base URLs before generating URL from it Jan Harkes (1): Continue traversal when rev-list --unpacked finds a packed commit. Johannes Schindelin (1): link_temp_to_file: call adjust_shared_perm() only when we created the directory Junio C Hamano (9): Documentation: clarify refname disambiguation rules. combine-diff: a few more finishing touches. combine-diff: fix hunk_comment_line logic. combine-diff: honour --no-commit-id Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" quote.c: ensure the same quoting across platforms. revision traversal: --unpacked does not limit commit list anymore. link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure apply: handle "traditional" creation/deletion diff correctly. Nicolas Pitre (1): pack-objects doesn't create random pack names Rene Scharfe (1): git-cherry: document limit and add diagram Shawn O. Pearce (3): Use ULONG_MAX rather than implicit cast of -1. Remove SIMPLE_PROGRAMS and make git-daemon a normal program. Remove unsupported C99 style struct initializers in git-archive.
-
v1.4.3.2a153adf6 · ·
GIT 1.4.3.2 This is primarily to fix two major issues discovered post 1.4.3.1 release. - The pager change to default to LESS=FRS exposed problem with less that switches to alternate screen, shows its output and then switches back immediately from the alternate screen afterwards -- which means the user would not have a chance to see _anything_. - Older upload-pack protocol clients did not pass host= and recent git-daemon change to support virtual hosting did not handle this correctly (although it attempted to do so, the check was borked). Alexandre Julliard (1): prune-packed: Fix uninitialized variable. J. Bruce Fields (1): Make prune also run prune-packed Jakub Narebski (2): gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2) gitweb: Do not esc_html $basedir argument to git_print_tree_entry Jim Meyering (2): git-clone: honor --quiet xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header. Junio C Hamano (2): pager: default to LESS=FRSX not LESS=FRS daemon: do not die on older clients. Karl Hasselström (1): git-vc: better installation instructions Lars Hjemli (1): Fix usagestring for git-branch Petr Baudis (1): gitweb: Fix setting $/ in parse_commit() Rene Scharfe (1): git-merge: show usage if run without arguments Santi Béjar (1): Documentation for the [remote] config
-
v1.4.2-rc4943d5b73 · ·
GIT 1.4.2-rc4 It's been a week since -rc3, so here it is. The changes are really small fixes and nothing else. Let's hope I can tag the real 1.4.2 this weekend.