Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-24Respect core.autocrlf in combined diffAlexander Gavrilov
2008-06-23Merge branch 'jc/maint-combine-diff-pre-context'Junio C Hamano
2008-06-19diff -c/--cc: do not include uninteresting deletion before leading contextJunio C Hamano
2008-05-04Cleanup xread() loops to use read_in_full()Heikki Orsila
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins
2008-04-28Die for an early EOF in a file reading loopHeikki Orsila
2007-12-27Fix rewrite_diff() name quoting.Junio C Hamano
2007-12-27combine-diff: Fix path quotingJunio C Hamano
2007-12-14xdl_diff: identify call sites.Junio C Hamano
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-04-23Support 'diff=pgm' attributeJunio C Hamano
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-04Tell multi-parent diff about core.symlinks.Johannes Sixt
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27diff --cc: integer overflow given a 2GB-or-larger fileJim Meyering
2007-02-26diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano
2007-02-04combine-diff: special case --unified=0Junio C Hamano
2006-10-26Merge branch 'jc/combined'Junio C Hamano
2006-10-26combine-diff: honour --no-commit-idJunio C Hamano
2006-10-26combine-diff: fix hunk_comment_line logic.Junio C Hamano
2006-10-26Merge branch 'jc/combined'Junio C Hamano
2006-10-26combine-diff: a few more finishing touches.Junio C Hamano
2006-10-14diff --numstatJunio C Hamano
2006-08-24Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-18Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16make inline is_null_sha1 globalDavid Rientjes
2006-08-15Remove combine-diff.c::uninteresting()Junio C Hamano
2006-08-14Fix type of combine-diff.c::show_patch_diff()Junio C Hamano
2006-08-10combine-diff: use colorJunio C Hamano
2006-07-26Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-06Merge branch 'th/diff'Junio C Hamano
2006-06-28combine-diff.c: type sanity.Junio C Hamano
2006-06-28combine-diff.c: type sanityJunio C Hamano
2006-06-28Fix some more diff options changes.Junio C Hamano
2006-06-27Add msg_sep to diff_optionsTimo Hirvonen
2006-06-27Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen
2006-05-15git diff: support "-U" and "--unified" options properlyLinus Torvalds
2006-04-29built-in diff: assorted updates.Junio C Hamano
2006-04-19Merge branch 'lt/logopt'Junio C Hamano
2006-04-18combine-diff: show diffstat with the first parent.Junio C Hamano
2006-04-18Log message printout cleanups (#2)Linus Torvalds
2006-04-18Log message printout cleanupsLinus Torvalds
2006-04-18cleanups: Remove unused vars from combine-diff.cSerge E. Hallyn
2006-04-13Merge branch 'jc/combine' into nextJunio C Hamano
2006-04-13combine-diff: type fix.Junio C Hamano
2006-04-12Merge branch 'jc/combine' into nextJunio C Hamano