summaryrefslogtreecommitdiff
path: root/diff-lib.c
AgeCommit message (Expand)Author
2008-05-11Optimize symlink/directory detectionLinus Torvalds
2008-05-11Merge branch 'py/diff-submodule'Junio C Hamano
2008-05-06Merge branch 'jc/lstat'Junio C Hamano
2008-05-05diff-lib.c: rename check_work_tree_entity()Junio C Hamano
2008-05-05diff: a submodule not checked out is not modifiedJunio C Hamano
2008-04-30git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy
2008-04-13diff-files: mark an index entry we know is up-to-date as suchJunio C Hamano
2008-03-31diff-files: careful when inspecting work tree itemsJunio C Hamano
2008-03-31diff-index: careful when inspecting work tree itemsJunio C Hamano
2008-03-11unpack_trees(): fix diff-index regression.Linus Torvalds
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-03-02diff-lib.c: constness strengtheningJunio C Hamano
2008-02-10Allow callers of unpack_trees() to handle failureDaniel Barkalow
2008-01-21Also use unpack_trees() in do_diff_cache()Johannes Schindelin
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano
2007-09-14diff --no-index: do not forget to run diff_setup_done()Junio C Hamano
2007-08-15diff: squelch empty diffs even moreRené Scharfe
2007-07-07diff-lib.c: don't strdup twiceRené Scharfe
2007-06-07War on whitespaceJunio C Hamano
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-14Do not default to --no-index when given two directories.Junio C Hamano
2007-04-10diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds
2007-03-14Teach --quiet to diff backends.Junio C Hamano
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen
2007-03-11Merge branch 'js/diff-ni'Junio C Hamano
2007-03-05Merge branch 'js/symlink'Junio C Hamano
2007-03-04diff --no-index: support /dev/null as filenameJohannes Schindelin
2007-03-04diff-ni: fix the diff with standard inputJunio C Hamano
2007-03-04diff: support reading a file from stdin via "-"Johannes Schindelin
2007-03-04diff-ni: allow running from a subdirectory.Junio C Hamano
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-03-01diff: make more cases implicit --no-indexJohannes Schindelin
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano
2007-02-26diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano
2007-02-25Fix typo: do not show name1 when name2 failsJohannes Schindelin
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano
2007-02-23Teach git-diff-files the new option `--no-index`Johannes Schindelin
2007-02-22run_diff_{files,index}(): update calling convention.Junio C Hamano
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano
2007-01-07diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano
2006-09-05diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras